Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from e96bed7516bad5d61fcabd8f13d448c994743aa5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library capella-pipeline-library@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.20.1' > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master revision 6f3fc8d81105ed8abd63e2fe458564f4c5487b97 Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/workspace/pella-addon-requirements_v0.10.x@libs/capella-pipeline-library/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 6f3fc8d81105ed8abd63e2fe458564f4c5487b97 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6f3fc8d81105ed8abd63e2fe458564f4c5487b97 # timeout=10 Commit message: "Add Bot Token for Kitalpha (#30)" > git rev-list --no-walk fb47edea7919c28c58bf8824e70aebcf18017f09 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] libraryResource [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes capella/capella-buildtest-qs4lb-6xgzf [Normal][capella/capella-buildtest-qs4lb-6xgzf][Scheduled] Successfully assigned capella/capella-buildtest-qs4lb-6xgzf to okdnode-20 [Normal][capella/capella-buildtest-qs4lb-6xgzf][AddedInterface] Add eth0 [10.40.39.171/23] [Normal][capella/capella-buildtest-qs4lb-6xgzf][Pulling] Pulling image "eclipsecbijenkins/ui-test-agent:3.29" Still waiting to schedule task ‘capella-buildtest-qs4lb-6xgzf’ is offline [Normal][capella/capella-buildtest-qs4lb-6xgzf][Pulled] Successfully pulled image "eclipsecbijenkins/ui-test-agent:3.29" in 28.623960871s [Normal][capella/capella-buildtest-qs4lb-6xgzf][Created] Created container uitests [Normal][capella/capella-buildtest-qs4lb-6xgzf][Started] Started container uitests [Normal][capella/capella-buildtest-qs4lb-6xgzf][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.7" already present on machine [Normal][capella/capella-buildtest-qs4lb-6xgzf][Created] Created container jnlp [Normal][capella/capella-buildtest-qs4lb-6xgzf][Started] Started container jnlp Agent capella-buildtest-qs4lb-6xgzf is provisioned from template capella-buildtest-qs4lb --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.capella.svc.cluster.local/capella/job/capella-addon-requirements/job/v0.10.x/3/" runUrl: "job/capella-addon-requirements/job/v0.10.x/3/" labels: jenkins: "slave" jenkins/label-digest: "c372714f81c0b271a921c466475dd4374e3e31f0" jenkins/label: "capella-buildtest" name: "capella-buildtest-qs4lb-6xgzf" spec: containers: - command: - "uid_entrypoint" - "cat" image: "eclipsecbijenkins/ui-test-agent:3.29" name: "uitests" resources: limits: memory: "3.5Gi" cpu: "1" requests: memory: "3.5Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/opt/tools" name: "tools" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.capella.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "capella-buildtest-qs4lb-6xgzf" - name: "JENKINS_NAME" value: "capella-buildtest-qs4lb-6xgzf" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.7" name: "jnlp" resources: limits: {} requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" - name: "tools" persistentVolumeClaim: claimName: "tools-claim-jiro-capella" Running on capella-buildtest-qs4lb-6xgzf in /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-requirements-vp.git > git init /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-requirements-vp.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-requirements-vp.git +refs/heads/v0.10.x:refs/remotes/origin/v0.10.x # timeout=10 Avoid second fetch Checking out Revision e96bed7516bad5d61fcabd8f13d448c994743aa5 (v0.10.x) > git config remote.origin.url https://github.com/eclipse/capella-requirements-vp.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v0.10.x:refs/remotes/origin/v0.10.x # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e96bed7516bad5d61fcabd8f13d448c994743aa5 # timeout=10 Commit message: "[568336] Iterative ReqIf import does not match CapellaOutgoingRelations" > git rev-list --no-walk e96bed7516bad5d61fcabd8f13d448c994743aa5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Generate Target Platform) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + env JENKINS_UI_SERVICE_PORT=80 BRANCH_NAME=v0.10.x GIT_COMMIT=e96bed7516bad5d61fcabd8f13d448c994743aa5 RUN_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/v0.10.x/3/display/redirect GITLAB_OBJECT_KIND=none JENKINS_URL=https://ci.eclipse.org/capella/ M2_HOME=/opt/tools/apache-maven/latest EXECUTOR_NUMBER=0 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp _=/usr/bin/env BUILD_ID=3 DISPLAY=:0 HOSTNAME=capella-buildtest-qs4lb-6xgzf OLDPWD=/home/jenkins RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/v0.10.x/3/display/redirect?page=changes MAVEN_HOME=/opt/tools/apache-maven/latest JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 JENKINS_NODE_COOKIE=151dbfb1-12f7-4337-8e43-eda3ceac3bd7 OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle -XX:MaxRAMPercentage=64 JAVA_OPTS= JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest JAVA_TOOL_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap JOB_BASE_NAME=v0.10.x WORKSPACE_TMP=/home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x@tmp KUBERNETES_PORT_443_TCP_PROTO=tcp CI=true GIT_URL=https://github.com/eclipse/capella-requirements-vp.git CLASSPATH= KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1 POD_CONTAINER=uitests BUILD_KEY=0.10.x BUILD_NUMBER=3 JENKINS_UI_SERVICE_PORT_HTTP=80 JENKINS_UI_PORT_80_TCP_ADDR=10.30.76.25 IBM_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle -XX:MaxRAMPercentage=64 KUBERNETES_PORT=tcp://10.30.0.1:443 WORKSPACE=/home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x PWD=/home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x HUDSON_URL=https://ci.eclipse.org/capella/ HOME=/home/jenkins NODE_NAME=capella-buildtest-qs4lb-6xgzf JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.22.145:50000 JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6 JENKINS_HOME=/var/jenkins JENKINS_UI_PORT=tcp://10.30.76.25:80 JOB_NAME=capella-addon-requirements/v0.10.x RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/v0.10.x/3/display/redirect?page=tests KUBERNETES_SERVICE_PORT_HTTPS=443 JNLP_PROTOCOL_OPTS=-XshowSettings:vm -Xmx256m -Djdk.nativeCrypto=false -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true FBR=f KUBERNETES_PORT_443_TCP_PORT=443 GIT_PREVIOUS_COMMIT=e96bed7516bad5d61fcabd8f13d448c994743aa5 DISTTAG=fcontainer HUDSON_HOME=/var/jenkins JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/v0.10.x/display/redirect FGC=f KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443 JENKINS_AGENT_WORKDIR=/home/jenkins/agent RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/v0.10.x/3/display/redirect?page=artifacts _JAVA_OPTIONS=-XX:MaxRAMPercentage=64.0 JENKINS_DISCOVERY_SERVICE_HOST=10.30.22.145 JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000 BUILD_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/v0.10.x/3/ TERM=xterm STAGE_NAME=Generate Target Platform JOB_URL=https://ci.eclipse.org/capella/job/capella-addon-requirements/job/v0.10.x/ BUILD_DISPLAY_NAME=#3 NSS_SDB_USE_CACHE=no JENKINS_UI_PORT_80_TCP_PORT=80 SHLVL=3 JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.22.145 GIT_BRANCH=v0.10.x CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/capella/eclipse/eclipse BUILD_TAG=jenkins-capella-addon-requirements-v0.10.x-3 KUBERNETES_SERVICE_PORT=443 NODE_LABELS=capella-buildtest capella-buildtest-qs4lb-6xgzf JENKINS_UI_SERVICE_HOST=10.30.76.25 PATH=/opt/tools/java/oracle/jdk-8/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin GIT_PREVIOUS_SUCCESSFUL_COMMIT=e96bed7516bad5d61fcabd8f13d448c994743aa5 KUBERNETES_SERVICE_HOST=10.30.0.1 JENKINS_UI_PORT_80_TCP_PROTO=tcp JENKINS_SERVER_COOKIE=durable-3bc289d52d4b9caac51133470164fdca704c8a3b1e8deb3aeefe7bd6873d88f3 JENKINS_UI_PORT_80_TCP=tcp://10.30.76.25:80 [Pipeline] sh + mvn clean verify -f releng/org.polarsys.capella.vp.requirements.target/pom.xml Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.0.0/tycho-pomless-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.0.0/tycho-pomless-1.0.0.pom (2.1 kB at 5.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.0.0/tycho-extras-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.0.0/tycho-extras-1.0.0.pom (14 kB at 456 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.pom (1.2 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.1.5/polyglot-0.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.1.5/polyglot-0.1.5.pom (6.5 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom (13 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (23 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.0.0/tycho-pomless-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.0.0/tycho-pomless-1.0.0.jar (7.7 kB at 119 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.jar (27 kB at 272 kB/s) [INFO] Scanning for projects... [INFO] [INFO] ---------------< org.polarsys:capella.target-definition >--------------- [INFO] Building capella.target-definition 0.10.4-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 686 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 822 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 795 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/0.26.0/tycho-eclipserun-plugin-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/0.26.0/tycho-eclipserun-plugin-0.26.0.pom (2.1 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/0.26.0/tycho-extras-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/0.26.0/tycho-extras-0.26.0.pom (14 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/0.26.0/tycho-eclipserun-plugin-0.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/0.26.0/tycho-eclipserun-plugin-0.26.0.jar (12 kB at 70 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ capella.target-definition --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 411 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 9.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 292 kB/s) [INFO] [INFO] --- tycho-eclipserun-plugin:0.26.0:eclipse-run (generate.target) @ capella.target-definition --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.26.0/sisu-equinox-launching-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.26.0/sisu-equinox-launching-0.26.0.pom (2.7 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/0.26.0/sisu-equinox-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/0.26.0/sisu-equinox-0.26.0.pom (1.0 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/0.26.0/tycho-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/0.26.0/tycho-0.26.0.pom (19 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.26.0/tycho-core-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.26.0/tycho-core-0.26.0.pom (4.6 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 162 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 644 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 388 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 470 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 357 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 494 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 340 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 271 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 316 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 326 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 312 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 518 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 999 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 420 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 618 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 515 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 516 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 580 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.pom (4.4 kB at 4.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 612 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] 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 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.pom (3.7 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom (1.1 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.26.0/sisu-equinox-embedder-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.26.0/sisu-equinox-embedder-0.26.0.pom (1.8 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.pom (1.0 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.26.0/sisu-equinox-api-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.26.0/sisu-equinox-api-0.26.0.pom (1.7 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.26.0/tycho-metadata-model-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.26.0/tycho-metadata-model-0.26.0.pom (1.3 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 261 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.26.0/tycho-embedder-api-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.26.0/tycho-embedder-api-0.26.0.pom (2.1 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.26.0/org.eclipse.tycho.embedder.shared-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.26.0/org.eclipse.tycho.embedder.shared-0.26.0.pom (1.1 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/0.26.0/tycho-bundles-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/0.26.0/tycho-bundles-0.26.0.pom (3.2 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.26.0/org.eclipse.tycho.core.shared-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.26.0/org.eclipse.tycho.core.shared-0.26.0.pom (1.0 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 575 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.26.0/tycho-p2-facade-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.26.0/tycho-p2-facade-0.26.0.pom (2.1 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/0.26.0/tycho-p2-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/0.26.0/tycho-p2-0.26.0.pom (1.1 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.26.0/org.eclipse.tycho.p2.resolver.shared-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.26.0/org.eclipse.tycho.p2.resolver.shared-0.26.0.pom (1.1 kB at 7.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.26.0/org.eclipse.tycho.p2.tools.shared-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.26.0/org.eclipse.tycho.p2.tools.shared-0.26.0.pom (1.1 kB at 3.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/0.26.0/tycho-p2-extras-plugin-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/0.26.0/tycho-p2-extras-plugin-0.26.0.pom (5.3 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.26.0/sisu-equinox-launching-0.26.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.26.0/tycho-core-0.26.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 614 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] 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 546 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] 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 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.26.0/sisu-equinox-launching-0.26.0.jar (28 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 318 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] 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 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 444 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 635 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 349 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] 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 782 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.26.0/tycho-core-0.26.0.jar (195 kB at 750 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 577 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 49 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4.1/plexus-io-2.4.1.jar (82 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 458 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9.1/plexus-archiver-2.9.1.jar (145 kB at 384 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.26.0/tycho-metadata-model-0.26.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 993 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.26.0/tycho-embedder-api-0.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar (230 kB at 568 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.26.0/org.eclipse.tycho.embedder.shared-0.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.26.0/tycho-embedder-api-0.26.0.jar (7.0 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.26.0/org.eclipse.tycho.core.shared-0.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.26.0/tycho-metadata-model-0.26.0.jar (36 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.26.0/sisu-equinox-api-0.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.26.0/sisu-equinox-api-0.26.0.jar (3.1 kB at 6.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.26.0/org.eclipse.tycho.embedder.shared-0.26.0.jar (9.6 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.26.0/tycho-p2-facade-0.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.26.0/org.eclipse.tycho.core.shared-0.26.0.jar (38 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.26.0/sisu-equinox-embedder-0.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.26.0/tycho-p2-facade-0.26.0.jar (34 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 7.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.26.0/org.eclipse.tycho.p2.resolver.shared-0.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.26.0/org.eclipse.tycho.p2.tools.shared-0.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.26.0/sisu-equinox-embedder-0.26.0.jar (13 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/0.26.0/tycho-p2-extras-plugin-0.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.jar (244 kB at 430 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.26.0/org.eclipse.tycho.p2.resolver.shared-0.26.0.jar (27 kB at 35 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.26.0/org.eclipse.tycho.p2.tools.shared-0.26.0.jar (21 kB at 24 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.11.0.v20160603-1336/org.eclipse.osgi-3.11.0.v20160603-1336.jar (1.4 MB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/0.26.0/tycho-p2-extras-plugin-0.26.0.jar (25 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/0.26.0/tycho-bundles-external-0.26.0.zip [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/0.26.0/tycho-bundles-external-0.26.0.zip (7.4 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.26.0/org.eclipse.tycho.p2.resolver.impl-0.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.26.0/org.eclipse.tycho.p2.resolver.impl-0.26.0.jar (216 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.26.0/org.eclipse.tycho.p2.maven.repository-0.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.26.0/org.eclipse.tycho.p2.maven.repository-0.26.0.jar (149 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.26.0/org.eclipse.tycho.p2.tools.impl-0.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.26.0/org.eclipse.tycho.p2.tools.impl-0.26.0.jar (47 kB at 747 kB/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201709271000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201709271000/ (142B) [INFO] Adding repository http://download.eclipse.org/releases/oxygen/201709271000 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201709271000/ (854.21kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201709271000/ (854.21kB) [INFO] Adding repository http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest [INFO] Fetching content.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/ (4.87kB) [INFO] Fetching content.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/ (4.87kB) [INFO] Fetching 201709271000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (592.33kB) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (592.33kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (137.12kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (137.12kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.6kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.6kB) [INFO] Fetching fr.obeo.releng.targetplatform_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (388.35kB) [INFO] Fetching fr.obeo.releng.targetplatform_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (388.35kB) [INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (763.75kB) [INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (763.75kB) [INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.9kB) [INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.9kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (368.51kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (368.51kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.91kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.91kB) [INFO] Fetching org.eclipse.emf.ecore.xcore_1.5.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (288.75kB) [INFO] Fetching org.eclipse.emf.ecore.xcore_1.5.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (288.75kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.1.100.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.1.100.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.66kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.66kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (99.04kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (99.04kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (130.65kB) [INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (130.65kB) [INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.38kB) [INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.0.v20170419-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (124.22kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.0.v20170419-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (124.22kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (129.49kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (129.49kB) [INFO] Fetching org.eclipse.osgi_3.12.1.v20170821-1548.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (436.42kB) [INFO] Fetching org.eclipse.osgi_3.12.1.v20170821-1548.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (436.42kB) [INFO] Fetching fr.obeo.releng.targetplatform.ui_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (224.18kB) [INFO] Fetching fr.obeo.releng.targetplatform.ui_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (224.18kB) [INFO] Fetching fr.obeo.releng.targetplatform-feature_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/features/ (13.24kB) [INFO] Fetching fr.obeo.releng.targetplatform-feature_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/features/ (13.24kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (500.78kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (500.78kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (199.22kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (199.22kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (972.73kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (972.73kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.13kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.13kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (357.53kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (357.53kB) [INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (117.62kB) [INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (117.62kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.14kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.14kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (314.64kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (314.64kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.86kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.86kB) [INFO] Fetching org.eclipse.pde.core_3.11.100.v20170517-0724.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.pde.core_3.11.100.v20170517-0724.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.26MB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.58MB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.58MB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.68kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.68kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (81.59kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (81.59kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.29kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.29kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.64kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.64kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.09kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.09kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.98kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.98kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (140.62kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (140.62kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.93kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.93kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.7kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.7kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (323.38kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (323.38kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.08kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.08kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.01kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.01kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.jface.text_3.12.0.v20170523-1043.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (318.65kB) [INFO] Fetching org.eclipse.jface.text_3.12.0.v20170523-1043.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (318.65kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (229.15kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (229.15kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.68kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.68kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.79kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.79kB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.71MB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.71MB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (43.34kB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (43.34kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.16kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.16kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.74kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.14kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.14kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (91.18kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (91.18kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.68kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.68kB) [INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (46.01kB) [INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (46.01kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (123.34kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (123.34kB) [INFO] Fetching org.eclipse.debug.ui_3.12.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (992.55kB) [INFO] Fetching org.eclipse.debug.ui_3.12.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (992.55kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (82.03kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (82.03kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.73kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (122.73kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.17kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.17kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.68kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.68kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.swt_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.swt_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (355.4kB) [INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (355.4kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.85kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.85kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.98kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.98kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.3kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.3kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.92kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (94.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (94.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.39kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.53kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.53kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.54kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.54kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.49kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.49kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.04kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.04kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.71kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.71kB) [INFO] Fetching org.eclipse.ecf.source_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.64kB) [INFO] Fetching org.eclipse.ecf.source_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.64kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.24kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.24kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.01kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.01kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.55kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.55kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.68kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.68kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (20.33kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (20.33kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (76.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (76.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.4kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.4kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.01kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.01kB) [INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (301.21kB) [INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (301.21kB) [INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.6kB) [INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.6kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (949.16kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (949.16kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (428.2kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (428.2kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.62kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.62kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.99kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.99kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.24kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.24kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (22.71kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (22.71kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.97kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.97kB) [INFO] Fetching org.eclipse.jdt.core_3.13.0.v20170516-1929.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (5.99MB) [INFO] Fetching org.eclipse.jdt.core_3.13.0.v20170516-1929.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (5.99MB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (451.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (451.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.2.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.23kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.2.0.v20170613-0242.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.23kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.48kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.48kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (88.62kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (88.62kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.05kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.05kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (869.55kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (869.55kB) [INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,013.66kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,013.66kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.43kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.43kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.600.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.22kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.600.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (52.22kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.32kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.32kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.38kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.38kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.05kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.05kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.87kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.87kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.9kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.49kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.49kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.31kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.31kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.34kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.34kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.26kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.26kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.3kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.3kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.85kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (77.77kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (77.77kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (17.77kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (17.77kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.14kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.14kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.0.500.v20160419-0100.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.21kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.0.500.v20160419-0100.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.21kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.68kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.68kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.04kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.04kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.82kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.82kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.07kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.07kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.3kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.3kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.77kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.77kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (138.7kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (138.7kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.2kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.2kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.25kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.25kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (240.44kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (240.44kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.2kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.2kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.5kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.5kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.79kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.79kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (176.09kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (176.09kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (95.47kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (95.47kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (59.53kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (59.53kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.04kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.04kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.0.300.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.73kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.73kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.82kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.82kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.1.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (295.29kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.1.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (295.29kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.78kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.78kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.89kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.89kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.02kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.02kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (297.5kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (297.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.85kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.85kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.83kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.83kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.2.0.v20170110-1705.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.01kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.2.0.v20170110-1705.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.01kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.2kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.2kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.13kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.13kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.66kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.66kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (147.33kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (147.33kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.63kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.63kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (38.93kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (38.93kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.19kB) [INFO] Fetching org.eclipse.equinox.p2.sdk_3.10.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.p2.sdk_3.10.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.71kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.71kB) [INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (96.68kB) [INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (96.68kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.0.v20161219-2145.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98.55kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.0.v20161219-2145.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (98.55kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.0.v20170510-1451.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (912.15kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.0.v20170510-1451.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (912.15kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.1.v20170826-0709.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.6MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.1.v20170826-0709.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.6MB) [INFO] Fetching org.eclipse.jdt.ui_3.13.1.v20170822-1011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (3.98MB) [INFO] Fetching org.eclipse.jdt.ui_3.13.1.v20170822-1011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (3.98MB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (218.87kB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (218.87kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (517.17kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (517.17kB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (127.48kB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (127.48kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (179.49kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (179.49kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (134.81kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (134.81kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.86kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.86kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.89kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (44.89kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170829-0553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.42kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (40.42kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.07kB) [INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.07kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.36kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (22.36kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.84kB) [INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.84kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.37kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.37kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.47kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.47kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.93kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.93kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.75kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.75kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (190.91kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (190.91kB) [INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (258.65kB) [INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (258.65kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (514.68kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (514.68kB) [INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (158.48kB) [INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (158.48kB) [INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.16kB) [INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.16kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.23kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.23kB) [INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (531.72kB) [INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (531.72kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (67.04kB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (67.04kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (92.88kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (92.88kB) [INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (144.1kB) [INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (144.1kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (365.3kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (365.3kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (210.36kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (210.36kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.67kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.67kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (165.1kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (165.1kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (206.53kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (206.53kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.49kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.49kB) [INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (62.08kB) [INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (62.08kB) [INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (21.18kB) [INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (21.18kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.11kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.11kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.35kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.35kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,005.58kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,005.58kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.65kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.65kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.93kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.93kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.1kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.1kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.58kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.58kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.49kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.49kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.56kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.56kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (387.14kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (387.14kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (20.89kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (20.89kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (281.71kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (281.71kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.64kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30.64kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.target/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.target/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.target/target/eclipserun-work/configuration, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, tp/capella.target-definition.targetplatform] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.3.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:../modules/gmf-runtime-1.12.tpd Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.3.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:../modules/gmf-runtime-1.12.tpd Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.3.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:../modules/gmf-runtime-1.12.tpd Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.3.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:../modules/gmf-runtime-1.12.tpd >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/ (125.14kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/ (13.56kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/ (13.56kB) >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ (5.27kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ (5.27kB) >> Fetching content.jar from http://download.eclipse.org/rmf/updates/releases/0.13.0/ (16.38kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/rmf/updates/releases/0.13.0/ (16.38kB) >> Fetching p2.index from http://download.eclipse.org/sphinx/releases/0.8.x/ (116B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/sphinx/releases/0.8.x/ (116B) >> Fetching content.jar from http://download.eclipse.org/sphinx/releases/0.8.x/ (79.41kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/sphinx/releases/0.8.x/ (79.41kB) >> Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) >> Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (90.91kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (90.91kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.3.3/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.3.3/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.3.3/ (27.56kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.3.3/ (27.56kB) Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.3.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:../modules/gmf-runtime-1.12.tpd >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ (5.31kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ (5.31kB) >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ (15.78kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ (15.78kB) >> Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ (142B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ (142B) >> Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ (863.37kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ (863.37kB) >> Fetching p2.index from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/ (44.86kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/ (44.86kB) >> Fetching p2.index from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/ (25.55kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/ (25.55kB) >> Fetching p2.index from http://download.eclipse.org/kitalpha/updates/stable/sdk/1.3.3.202007201324/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/kitalpha/updates/stable/sdk/1.3.3.202007201324/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/kitalpha/updates/stable/sdk/1.3.3.202007201324/ (54.36kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/kitalpha/updates/stable/sdk/1.3.3.202007201324/ (54.36kB) >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ (6.35kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ (6.35kB) >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ (7.34kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ (7.34kB) >> Fetching content.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510/capella/ (14.5kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510/capella/ (14.5kB) >> Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) >> Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ (16.79kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ (16.79kB) >> Fetching content.jar from http://download.eclipse.org/nebula/releases/1.2.0/ (20.21kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/nebula/releases/1.2.0/ (20.21kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) >> Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (173.22kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (173.22kB) >> Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ (186.92kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ (186.92kB) The target platform definition file has been successfully generated. /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.target/tp/capella.target-definition.targetplatform [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:36 min [INFO] Finished at: 2021-09-17T08:01:21Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build and Package) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Djacoco.skip=true -DjavaDocPhase=none -Psign clean package -f pom.xml 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... /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 4.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 308 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 283 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 886 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 533 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 404 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 1.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 872 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 1.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 885 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 372 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] 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.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1000 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 358 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 794 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 670 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 616 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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 513 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 6.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 468 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 57 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 6.5 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 56 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 41 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom (1.7 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar (7.7 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.pom (3.9 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.7.6.201602180812/org.jacoco.build-0.7.6.201602180812.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.7.6.201602180812/org.jacoco.build-0.7.6.201602180812.pom (36 kB at 310 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.6.201602180812/jacoco-maven-plugin-0.7.6.201602180812.jar (52 kB at 583 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom (2.9 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar (23 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 413 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 483 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 980 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 808 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom (2.3 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom (15 kB at 254 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar (19 kB at 63 kB/s) [INFO] 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 [INFO] 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 73 kB/s) [INFO] 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 [INFO] 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 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 956 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 6.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 9.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 267 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 1.0 MB/s) [INFO] 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 [INFO] 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 31 kB/s) [INFO] 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 [INFO] 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) [INFO] 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 [INFO] 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 30 kB/s) [INFO] 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 [INFO] 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 9.0 kB/s) [INFO] 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 [INFO] 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 60 kB/s) [INFO] 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 [INFO] 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 37 kB/s) [INFO] 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 [INFO] 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 20 kB/s) [INFO] 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 [INFO] 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 46 kB/s) [INFO] 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 [INFO] 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 42 kB/s) [INFO] 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 [INFO] 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 21 kB/s) [INFO] 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 [INFO] 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 295 kB/s) [INFO] 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 [INFO] 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 33 kB/s) [INFO] 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 [INFO] 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 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] 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 332 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom (2.2 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 528 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 1.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 397 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 392 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 731 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar [INFO] 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 16 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 284 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 722 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 361 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 399 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 380 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 466 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 8.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 414 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom (2.5 kB at 8.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar (33 kB at 208 kB/s) [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] 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 [INFO] 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 207 kB/s) [INFO] 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 [INFO] 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 822 kB/s) [INFO] 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 [INFO] 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 70 kB/s) [INFO] 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 [INFO] 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 25 kB/s) [INFO] 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 [INFO] 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 34 kB/s) [INFO] 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 [INFO] 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 1.1 kB/s) [INFO] 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 [INFO] 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 20 kB/s) [INFO] 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 [INFO] 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 34 kB/s) [INFO] 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 [INFO] 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 36 kB/s) [INFO] 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 [INFO] 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 14 kB/s) [INFO] 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 [INFO] 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 479 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 3.9 MB/s) [INFO] 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 [INFO] 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 19 kB/s) [INFO] 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 [INFO] 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 151 kB/s) [INFO] 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 [INFO] 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 408 kB/s) [INFO] 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 [INFO] 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 2.2 MB/s) [INFO] 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 [INFO] 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 184 kB/s) [INFO] 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 [INFO] 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 113 kB/s) [INFO] 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 [INFO] 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 934 kB/s) [INFO] 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 [INFO] 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 295 kB/s) [INFO] 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 [INFO] 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 11 kB/s) [INFO] 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 [INFO] 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 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.6 MB/s) [INFO] 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 [INFO] 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 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] 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 230 kB/s) [INFO] 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 [INFO] 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 39 kB/s) [INFO] 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 [INFO] 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 160 kB/s) [INFO] 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 [INFO] 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 60 kB/s) [INFO] 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 [INFO] 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 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] 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 388 kB/s) [INFO] 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 [INFO] 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 48 kB/s) [INFO] 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 [INFO] 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 362 kB/s) [INFO] 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 [INFO] 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 31 kB/s) [INFO] 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 [INFO] 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 26 kB/s) [INFO] 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 [INFO] 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 829 kB/s) [INFO] 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 [INFO] 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 91 kB/s) [INFO] 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 [INFO] 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 98 kB/s) [INFO] 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 [INFO] 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 52 kB/s) [INFO] 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 [INFO] 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 138 kB/s) [INFO] 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 [INFO] 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 257 kB/s) [INFO] 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 [INFO] 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 59 kB/s) [INFO] 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 [INFO] 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 8.5 kB/s) [INFO] 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 [INFO] 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 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] 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 591 kB/s) [INFO] 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 [INFO] 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 344 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 505 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 991 kB/s) [INFO] 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 [INFO] 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 2.7 MB/s) [INFO] 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 [INFO] 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 845 kB/s) [INFO] 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 193 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 6.3 MB/s) [INFO] 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 [INFO] 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 1.2 MB/s) [INFO] 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 [INFO] 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 2.3 MB/s) [INFO] 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 [INFO] 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 167 kB/s) [INFO] 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 662 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 147 kB/s) [INFO] 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 [INFO] 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 50 kB/s) [INFO] 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 [INFO] 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 217 kB/s) [INFO] 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 [INFO] 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 1.1 MB/s) [INFO] 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 [INFO] 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 119 kB/s) [INFO] 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 [INFO] 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 104 kB/s) [INFO] 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 [INFO] 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 87 kB/s) [INFO] 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 849 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar (429 kB at 1.1 MB/s) [INFO] 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 464 kB/s) [INFO] 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 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.pom (2.0 kB at 1.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.3.0/tycho-eclipserun-plugin-1.3.0.jar (12 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.pom (5.6 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.3.0/tycho-p2-extras-plugin-1.3.0.jar (29 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom (4.1 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar (32 kB at 771 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom (2.0 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar (22 kB at 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] 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.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 49 kB/s) [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.cdo.feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ (5.31kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/ (5.31kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ (15.78kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/ (15.78kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ (142B) [INFO] Adding repository http://download.eclipse.org/releases/oxygen/201803211000 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ (863.37kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ (863.37kB) [INFO] Fetching p2.index from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/ (172B) [INFO] Adding repository http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen [INFO] Fetching content.xml.xz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/ (44.86kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/ (44.86kB) [INFO] Fetching p2.index from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/ (172B) [INFO] Adding repository http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324 [INFO] Fetching content.xml.xz from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/ (25.55kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/ (25.55kB) [INFO] Fetching p2.index from http://download.eclipse.org/kitalpha/updates/stable/sdk/1.3.3.202007201324/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/kitalpha/updates/stable/sdk/1.3.3.202007201324/ (172B) [INFO] Adding repository http://download.eclipse.org/kitalpha/updates/stable/sdk/1.3.3.202007201324 [INFO] Fetching content.xml.xz from http://download.eclipse.org/kitalpha/updates/stable/sdk/1.3.3.202007201324/ (54.36kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/kitalpha/updates/stable/sdk/1.3.3.202007201324/ (54.36kB) [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ (172B) [INFO] Adding repository http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ (6.35kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ (6.35kB) [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ (172B) [INFO] Adding repository http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ (7.34kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ (7.34kB) [INFO] Adding repository http://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510/capella [INFO] Fetching content.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510/capella/ (14.5kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510/capella/ (14.5kB) [INFO] Adding repository http://download.eclipse.org/sirius/updates/legacy/1.1.0 [INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) [INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) [INFO] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ (172B) [INFO] Adding repository http://download.eclipse.org/egf/updates/1.6.0/oxygen [INFO] Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ (16.79kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ (16.79kB) [INFO] Adding repository http://download.eclipse.org/nebula/releases/1.2.0 [INFO] Fetching content.jar from http://download.eclipse.org/nebula/releases/1.2.0/ (20.21kB) [INFO] Fetching content.jar from http://download.eclipse.org/nebula/releases/1.2.0/ (20.21kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (173.22kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (173.22kB) [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ (186.92kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ (186.92kB) [INFO] Adding repository https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/ (125.14kB) [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/ (125.14kB) [INFO] Adding repository https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/ (13.56kB) [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/ (13.56kB) [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ (172B) [INFO] Adding repository http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ (5.27kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ (5.27kB) [INFO] Adding repository http://download.eclipse.org/rmf/updates/releases/0.13.0 [INFO] Fetching content.jar from http://download.eclipse.org/rmf/updates/releases/0.13.0/ (16.38kB) [INFO] Fetching content.jar from http://download.eclipse.org/rmf/updates/releases/0.13.0/ (16.38kB) [INFO] Fetching p2.index from http://download.eclipse.org/sphinx/releases/0.8.x/ (116B) [INFO] Fetching p2.index from http://download.eclipse.org/sphinx/releases/0.8.x/ (116B) [INFO] Adding repository http://download.eclipse.org/sphinx/releases/0.8.x [INFO] Fetching content.jar from http://download.eclipse.org/sphinx/releases/0.8.x/ (79.41kB) [INFO] Fetching content.jar from http://download.eclipse.org/sphinx/releases/0.8.x/ (79.41kB) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) [INFO] Adding repository https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111 [INFO] Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (90.91kB) [INFO] Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (90.91kB) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.3.3/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.3.3/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/release/runtime/1.3.3 [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.3.3/ (27.56kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.3.3/ (27.56kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.cdo.feature/pom.xml [INFO] Fetching 201803211000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ [INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (435.62kB) [INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (435.62kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (246.29kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (246.29kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (19.63kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (19.63kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (183.86kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (183.86kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (1.24MB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (1.24MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (286.98kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (286.98kB) [INFO] Fetching org.eclipse.jface.text_3.12.2.v20180112-1341.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (318.76kB) [INFO] Fetching org.eclipse.jface.text_3.12.2.v20180112-1341.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (318.76kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.0.v20170210-0856.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.94kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.0.v20170210-0856.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.94kB) [INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.swt_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.84kB) [INFO] Fetching org.eclipse.swt_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.84kB) [INFO] Fetching org.eclipse.jface_3.13.2.v20171022-1656.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (355.27kB) [INFO] Fetching org.eclipse.jface_3.13.2.v20171022-1656.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (355.27kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.102.v20180117-1153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (94.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.102.v20180117-1153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (94.14kB) [INFO] Fetching R20180613-0111&protocol=http&format=xml&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/modeling/emf/cdo/drops/ [INFO] Fetching org.eclipse.emf.cdo_4.6.100.v20180529-1130.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/plugins/ (258.85kB) [INFO] Fetching org.eclipse.emf.cdo_4.6.100.v20180529-1130.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/plugins/ (258.85kB) [INFO] Fetching org.eclipse.emf.cdo.common_4.7.0.v20180529-1130.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/plugins/ (159.98kB) [INFO] Fetching org.eclipse.emf.cdo.common_4.7.0.v20180529-1130.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/plugins/ (159.98kB) [INFO] Fetching org.eclipse.net4j.util_3.8.0.v20180530-0909.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/plugins/ (216.51kB) [INFO] Fetching org.eclipse.net4j.util_3.8.0.v20180530-0909.jar.pack.gz from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/plugins/ (216.51kB) [INFO] Fetching org.eclipse.jdt.core_3.13.101.v20180215-0725.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.43MB) [INFO] Fetching org.eclipse.jdt.core_3.13.101.v20180215-0725.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.43MB) [INFO] Fetching org.eclipse.jdt.launching_3.9.52.v20180129-0600.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (126.91kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.52.v20180129-0600.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (126.91kB) [INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.46kB) [INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.46kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (229.28kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (229.28kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (147kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (147kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (141.71kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (141.71kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (169.02kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (169.02kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (403.65kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (403.65kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (85.04kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (85.04kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (52.2kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (52.2kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.1.v20180131-1435.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.1.v20180131-1435.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.19kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (114.55kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (114.55kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (252.29kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (252.29kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (117.18kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (117.18kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (38.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (38.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (14.83kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (14.83kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (99.1kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (99.1kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (74.94kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (74.94kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (130.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (130.39kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.9.0.201805221301.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/plugins/ (384.01kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.9.0.201805221301.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/plugins/ (384.01kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (111.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (111.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (185.94kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (185.94kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (28.53kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (28.53kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (92.23kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (92.23kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (48.54kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (48.54kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (215.84kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (215.84kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (88.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (88.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (134.25kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (134.25kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (90.68kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (90.68kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (191.43kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (191.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (212.88kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (212.88kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (61.49kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (61.49kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (23.59kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (23.59kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (114.79kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (114.79kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (120.81kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (120.81kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (67.98kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (67.98kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (307.46kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (307.46kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (107.22kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201806010809.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (107.22kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (912.26kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (912.26kB) [INFO] Fetching org.eclipse.pde.core_3.11.101.v20171228-1230.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.pde.core_3.11.101.v20171228-1230.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.sirius_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (347.84kB) [INFO] Fetching org.eclipse.sirius_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (347.84kB) [INFO] Fetching org.eclipse.sirius.common_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (82.22kB) [INFO] Fetching org.eclipse.sirius.common_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (82.22kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (33.18kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (33.18kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (14.32kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (14.32kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (9.99kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (9.99kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (7.45kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (7.45kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (93.67kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (93.67kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (18.17kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (18.17kB) [INFO] Fetching org.eclipse.sirius.diagram_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (355.21kB) [INFO] Fetching org.eclipse.sirius.diagram_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (355.21kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (24.05kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (24.05kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (24.14kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (24.14kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (2.9MB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (2.9MB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (39.13kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (39.13kB) [INFO] Fetching org.eclipse.sirius.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (380.14kB) [INFO] Fetching org.eclipse.sirius.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (380.14kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (13.5kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (13.5kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (7.96kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (7.96kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (10.57kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (10.57kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (7.03kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (7.03kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (7.47kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (7.47kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.emf_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.34kB) [INFO] Fetching org.eclipse.emf_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.34kB) [INFO] Fetching org.eclipse.sirius.table_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (97.17kB) [INFO] Fetching org.eclipse.sirius.table_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (97.17kB) [INFO] Fetching org.polarsys.capella.common_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (77.46kB) [INFO] Fetching org.polarsys.capella.common_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (77.46kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (43.61kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (43.61kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (141.78kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (141.78kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (38.21kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (38.21kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (97.17kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (97.17kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (26.47kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (26.47kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (33.83kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (33.83kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.cdo_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (9.06kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.cdo_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (9.06kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (69.21kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (69.21kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.72kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.72kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (47.84kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (47.84kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (9.06kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (9.06kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (51.89kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (51.89kB) [INFO] Fetching org.polarsys.capella.common.model_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (27.98kB) [INFO] Fetching org.polarsys.capella.common.model_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (27.98kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (49.44kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (49.44kB) [INFO] Fetching org.polarsys.capella.common.ef_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (33.05kB) [INFO] Fetching org.polarsys.capella.common.ef_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (33.05kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.9kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.9kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (9.03kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (9.03kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (20kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (20kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (30.97kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (30.97kB) [INFO] Fetching org.polarsys.capella.common.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (41.29kB) [INFO] Fetching org.polarsys.capella.common.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (41.29kB) [INFO] Fetching org.polarsys.capella.common.libraries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (27.17kB) [INFO] Fetching org.polarsys.capella.common.libraries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (27.17kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (41.71kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (41.71kB) [INFO] Fetching org.polarsys.capella.common.queries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (39.88kB) [INFO] Fetching org.polarsys.capella.common.queries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (39.88kB) [INFO] Fetching org.polarsys.capella.common.tools.report_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (41.16kB) [INFO] Fetching org.polarsys.capella.common.tools.report_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (41.16kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (16.33kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (16.33kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (19.01kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (19.01kB) [INFO] Fetching org.polarsys.capella.common.re.gen_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (63.81kB) [INFO] Fetching org.polarsys.capella.common.re.gen_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (63.81kB) [INFO] Fetching org.polarsys.capella.core.data.gen_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (2.36MB) [INFO] Fetching org.polarsys.capella.core.data.gen_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (2.36MB) [INFO] Fetching org.polarsys.capella.core.data.gen.cdo_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (8.96kB) [INFO] Fetching org.polarsys.capella.core.data.gen.cdo_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (8.96kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (1.31MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (1.31MB) [INFO] Fetching org.polarsys.capella.core.data.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (447.05kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (447.05kB) [INFO] Fetching org.polarsys.capella.core.model.handler_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (117.15kB) [INFO] Fetching org.polarsys.capella.core.model.handler_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (117.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (17.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (17.52kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (472.94kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (472.94kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (32.12kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (32.12kB) [INFO] Fetching org.polarsys.capella.core.preferences_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (238.77kB) [INFO] Fetching org.polarsys.capella.core.preferences_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (238.77kB) [INFO] Fetching org.polarsys.capella.core.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (37.87kB) [INFO] Fetching org.polarsys.capella.core.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (37.87kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (8.95kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (8.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.report_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (12.8kB) [INFO] Fetching org.polarsys.kitalpha.report_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (12.8kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (15.71kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (15.71kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (22.3kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (22.3kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S201806010809/plugins/ (17.78kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (955.47kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (955.47kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.cdo.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.af.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.af.feature/pom.xml [INFO] Fetching org.eclipse.debug.ui_3.12.50.v20170920-1329.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (993.18kB) [INFO] Fetching org.eclipse.debug.ui_3.12.50.v20170920-1329.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (993.18kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.50.v20170920-1015.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.48kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.50.v20170920-1015.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.48kB) [INFO] Fetching org.eclipse.jdt.ui_3.13.52.v20180206-1848.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (4.03MB) [INFO] Fetching org.eclipse.jdt.ui_3.13.52.v20180206-1848.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (4.03MB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (272.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (272.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (14.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (14.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (77.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (77.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (9.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (9.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (70.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (70.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (6.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (6.24kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (32.25kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (32.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (21.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (21.82kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (18.38kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (18.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (33.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (33.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (29.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (29.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (59.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (59.91kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (32.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (32.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (18.99kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (18.99kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (22.6kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (22.6kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.af.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.feature/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (262.51kB) [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (262.51kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.10.1.201905101529.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510/capella/plugins/ (273.47kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.10.1.201905101529.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510/capella/plugins/ (273.47kB) [INFO] Fetching org.eclipse.sirius.table.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (163.25kB) [INFO] Fetching org.eclipse.sirius.table.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (163.25kB) [INFO] Fetching org.eclipse.sirius.tree.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (72.77kB) [INFO] Fetching org.eclipse.sirius.tree.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (72.77kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (65.36kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (65.36kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (17.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (17.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (29.95kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (29.95kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (44.09kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (44.09kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (538.73kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (538.73kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (24.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (24.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (54.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (54.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (21.27kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (77.18kB) [INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/features/ (33.92kB) [INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/features/ (33.92kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (21.8kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (21.8kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (93.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (93.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (104.97kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (104.97kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (24.87kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (24.87kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (57.54kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (57.54kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (145.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (145.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (25.36kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (25.36kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (171.33kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (171.33kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (19.63kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (19.63kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (25.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (25.02kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (44.5kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (44.5kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.rmf.reqif10_0.13.0.201509161042.jar.pack.gz from http://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (84.56kB) [INFO] Fetching org.eclipse.rmf.reqif10_0.13.0.201509161042.jar.pack.gz from http://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (84.56kB) [INFO] Fetching org.eclipse.rmf.reqif10.common_0.13.0.201509161042.jar.pack.gz from http://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (21.92kB) [INFO] Fetching org.eclipse.rmf.reqif10.common_0.13.0.201509161042.jar.pack.gz from http://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (21.92kB) [INFO] Fetching org.eclipse.rmf.reqif10.xhtml_0.13.0.201509161042.jar.pack.gz from http://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (109.55kB) [INFO] Fetching org.eclipse.rmf.reqif10.xhtml_0.13.0.201509161042.jar.pack.gz from http://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (109.55kB) [INFO] Fetching org.eclipse.rmf.reqif10.edit_0.13.0.201509161042.jar.pack.gz from http://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (55.14kB) [INFO] Fetching org.eclipse.rmf.reqif10.edit_0.13.0.201509161042.jar.pack.gz from http://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (55.14kB) [INFO] Fetching org.eclipse.rmf.reqif10.serialization_0.13.0.201509161042.jar.pack.gz from http://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (32.41kB) [INFO] Fetching org.eclipse.rmf.reqif10.serialization_0.13.0.201509161042.jar.pack.gz from http://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (32.41kB) [INFO] Fetching 0.8.x&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/sphinx/releases/ [INFO] Fetching org.eclipse.sphinx.emf.serialization_0.8.1.201409171422.jar.pack.gz from http://download.eclipse.org/sphinx/releases/0.8.x/plugins/ (36.98kB) [INFO] Fetching org.eclipse.sphinx.emf.serialization_0.8.1.201409171422.jar.pack.gz from http://download.eclipse.org/sphinx/releases/0.8.x/plugins/ (36.98kB) [INFO] Fetching org.eclipse.rmf.reqif10.xhtml.edit_0.13.0.201509161042.jar.pack.gz from http://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (128.56kB) [INFO] Fetching org.eclipse.rmf.reqif10.xhtml.edit_0.13.0.201509161042.jar.pack.gz from http://download.eclipse.org/rmf/updates/releases/0.13.0/plugins/ (128.56kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (7.35kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (7.35kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (43.45kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (43.45kB) [INFO] Fetching org.eclipse.sirius.query.legacy_1.1.0.201504271341.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/plugins/ (304.07kB) [INFO] Fetching org.eclipse.sirius.query.legacy_1.1.0.201504271341.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/plugins/ (304.07kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (15.25kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (15.25kB) [INFO] Fetching org.eclipse.sirius.tree_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (73.06kB) [INFO] Fetching org.eclipse.sirius.tree_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (73.06kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (53.09kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (53.09kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (144.49kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (144.49kB) [INFO] Fetching org.polarsys.capella.common.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (229.73kB) [INFO] Fetching org.polarsys.capella.common.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (229.73kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (43.87kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (43.87kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (10.97kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (10.97kB) [INFO] Fetching org.polarsys.capella.common.sirius.decorators_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (11.94kB) [INFO] Fetching org.polarsys.capella.common.sirius.decorators_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (11.94kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.09kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.09kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (162.84kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (162.84kB) [INFO] Fetching org.polarsys.capella.common.ui.services_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (19.41kB) [INFO] Fetching org.polarsys.capella.common.ui.services_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (19.41kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (25.69kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (25.69kB) [INFO] Fetching org.polarsys.capella.common.transition_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (260.99kB) [INFO] Fetching org.polarsys.capella.common.transition_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (260.99kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (23.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (23.08kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (33.88kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (33.88kB) [INFO] Fetching org.polarsys.kitalpha.massactions_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (28.42kB) [INFO] Fetching org.polarsys.kitalpha.massactions_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (28.42kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (53.01kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (53.01kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (267.99kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (267.99kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (60.76kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (60.76kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (17.84kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (17.84kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (54.05kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (54.05kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (19.27kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (19.27kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.8kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.8kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (67.58kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (67.58kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.services_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (32.71kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.services_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (32.71kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (14.54kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (14.54kB) [INFO] Fetching org.polarsys.capella.core.af.integration_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (25.36kB) [INFO] Fetching org.polarsys.capella.core.af.integration_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (25.36kB) [INFO] Fetching org.polarsys.capella.core.application_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (12.57kB) [INFO] Fetching org.polarsys.capella.core.application_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (12.57kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (36.69kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (36.69kB) [INFO] Fetching org.polarsys.capella.core.compare_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (47.39kB) [INFO] Fetching org.polarsys.capella.core.compare_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (47.39kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (194.8kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (194.8kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (1.42MB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (1.42MB) [INFO] Fetching org.polarsys.capella.core.libraries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (55.66kB) [INFO] Fetching org.polarsys.capella.core.libraries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (55.66kB) [INFO] Fetching org.polarsys.capella.core.queries.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (12.32kB) [INFO] Fetching org.polarsys.capella.core.queries.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (12.32kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (70.45kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (70.45kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (59.58kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (59.58kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (26.44kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (26.44kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (174.57kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (174.57kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (62.4kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (62.4kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (29.43kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (29.43kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (99.22kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (99.22kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (46.11kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (46.11kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (227.45kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (227.45kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (26.46kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (26.46kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (104.46kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (104.46kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (60.63kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (60.63kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (48.17kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (48.17kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (84.1kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (84.1kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (33.42kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (33.42kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (222.52kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (222.52kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (26.1kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (26.1kB) [INFO] Fetching org.polarsys.capella.core.data.migration_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (131.08kB) [INFO] Fetching org.polarsys.capella.core.data.migration_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (131.08kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_0.8.0.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (6.58kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_0.8.0.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (6.58kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_0.8.0.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (17.65kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_0.8.0.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (17.65kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (1.62MB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (1.62MB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (102.89kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (102.89kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.65kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.65kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (51.61kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (51.61kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.65kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.65kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (34.62kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (34.62kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (27.6kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (27.6kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (12.94kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (12.94kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (37.81kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (37.81kB) [INFO] Fetching org.polarsys.capella.core.libraries.extendedQueries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (132.73kB) [INFO] Fetching org.polarsys.capella.core.libraries.extendedQueries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (132.73kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (135.22kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (135.22kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (113.1kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (113.1kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (160.03kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (160.03kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.6kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.6kB) [INFO] Fetching org.polarsys.capella.core.services_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.19kB) [INFO] Fetching org.polarsys.capella.core.services_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.19kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.54kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.54kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (351.21kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (351.21kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (92.55kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (92.55kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (70.69kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (70.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (74.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (74.17kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (456.05kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (456.05kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (68.32kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (68.32kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (15.52kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (15.52kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (98.15kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (98.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (14.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (14.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (14.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (14.81kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (75.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (269.04kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (269.04kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (18.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (12.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (12.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (21.94kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (21.94kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.importer.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.importer.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.importer.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.representation.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.representation.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.representation.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.representation.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.representation.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.representation.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.thirdparty.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.thirdparty.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.thirdparty.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/pom.xml [INFO] Fetching org.eclipse.egf.common_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (71.55kB) [INFO] Fetching org.eclipse.egf.common_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (71.55kB) [INFO] Fetching org.eclipse.egf.core_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (134.03kB) [INFO] Fetching org.eclipse.egf.core_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (134.03kB) [INFO] Fetching org.eclipse.egf.core.platform_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (84.09kB) [INFO] Fetching org.eclipse.egf.core.platform_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (84.09kB) [INFO] Fetching org.eclipse.egf.core.producer_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (18.69kB) [INFO] Fetching org.eclipse.egf.core.producer_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (18.69kB) [INFO] Fetching org.eclipse.egf.domain_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (18.98kB) [INFO] Fetching org.eclipse.egf.domain_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (18.98kB) [INFO] Fetching org.eclipse.egf.model_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (388.16kB) [INFO] Fetching org.eclipse.egf.model_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (388.16kB) [INFO] Fetching org.eclipse.egf.model.ftask_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (44.36kB) [INFO] Fetching org.eclipse.egf.model.ftask_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (44.36kB) [INFO] Fetching org.eclipse.egf.producer_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (65.31kB) [INFO] Fetching org.eclipse.egf.producer_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (65.31kB) [INFO] Fetching org.eclipse.egf.pattern_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (140.96kB) [INFO] Fetching org.eclipse.egf.pattern_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (140.96kB) [INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (32.69kB) [INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (32.69kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (10.85kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (10.85kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/sdk/1.3.3.202007201324/plugins/ (442.09kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/sdk/1.3.3.202007201324/plugins/ (442.09kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/sdk/1.3.3.202007201324/plugins/ (20.7kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/sdk/1.3.3.202007201324/plugins/ (20.7kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.tests.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.tests.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.tests.feature/pom.xml [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (59.49kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (59.49kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (122.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (122.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (30.12kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (30.12kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (87.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (102.19kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (102.19kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (79.38kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (79.38kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (43.6kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (43.6kB) [INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (100.83kB) [INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (100.83kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (579.87kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (579.87kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (74.27kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (74.27kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201805221301.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/plugins/ (246.02kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201805221301.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/milestones/S201805221301/plugins/ (246.02kB) [INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.1MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.92kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.81kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (283.72kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (283.72kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.33kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.33kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (17.71kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (17.71kB) [INFO] Fetching org.polarsys.capella.common.re_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (241.86kB) [INFO] Fetching org.polarsys.capella.common.re_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (241.86kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (33.22kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (33.22kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (52.05kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (52.05kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (96.59kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (96.59kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (131.74kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (131.74kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (49.31kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (49.31kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (470.81kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (470.81kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (50.82kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (50.82kB) [INFO] Fetching org.polarsys.capella.core.projection.commands_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (99.91kB) [INFO] Fetching org.polarsys.capella.core.projection.commands_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (99.91kB) [INFO] Fetching org.polarsys.capella.core.refinement.commands_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (55.39kB) [INFO] Fetching org.polarsys.capella.core.refinement.commands_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (55.39kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.58kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.58kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (117.86kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (117.86kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (29.95kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (29.95kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.ctx2la_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (20.63kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.ctx2la_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (20.63kB) [INFO] Fetching org.polarsys.capella.core.projection.common_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (171.54kB) [INFO] Fetching org.polarsys.capella.core.projection.common_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (171.54kB) [INFO] Fetching org.polarsys.capella.core.projection.systemfunction_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.61kB) [INFO] Fetching org.polarsys.capella.core.projection.systemfunction_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.61kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (70.36kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (70.36kB) [INFO] Fetching org.polarsys.capella.core.projection.data_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (74.24kB) [INFO] Fetching org.polarsys.capella.core.projection.data_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (74.24kB) [INFO] Fetching org.polarsys.capella.core.projection.statemachine_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (25.53kB) [INFO] Fetching org.polarsys.capella.core.projection.statemachine_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (25.53kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.ctx2la_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.67kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.ctx2la_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.67kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.la2pa_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (19.42kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.la2pa_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (19.42kB) [INFO] Fetching org.polarsys.capella.core.projection.misc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (17.29kB) [INFO] Fetching org.polarsys.capella.core.projection.misc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (17.29kB) [INFO] Fetching org.polarsys.capella.core.projection.logicalfunction_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.63kB) [INFO] Fetching org.polarsys.capella.core.projection.logicalfunction_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.63kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.ctx2pa_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.08kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.ctx2pa_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.08kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.la2pa_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.12kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.la2pa_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.12kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.oa2ctx_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (27.73kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.oa2ctx_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (27.73kB) [INFO] Fetching org.polarsys.capella.core.projection.operationalactivity_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.75kB) [INFO] Fetching org.polarsys.capella.core.projection.operationalactivity_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.75kB) [INFO] Fetching org.polarsys.capella.core.projection.preferences_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (11.69kB) [INFO] Fetching org.polarsys.capella.core.projection.preferences_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (11.69kB) [INFO] Fetching org.polarsys.capella.core.projection.lc2pc.breakdownstrategy_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (22.85kB) [INFO] Fetching org.polarsys.capella.core.projection.lc2pc.breakdownstrategy_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (22.85kB) [INFO] Fetching org.polarsys.capella.core.projection.lc2pc.leafstrategy_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (22.01kB) [INFO] Fetching org.polarsys.capella.core.projection.lc2pc.leafstrategy_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (22.01kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.interfacelinksupdate_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (28.6kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.interfacelinksupdate_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (28.6kB) [INFO] Fetching org.polarsys.capella.core.projection.operationalcapability_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (31.36kB) [INFO] Fetching org.polarsys.capella.core.projection.operationalcapability_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (31.36kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (33.32kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (33.32kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (126.53kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (126.53kB) [INFO] Fetching org.polarsys.capella.core.tiger_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (90.74kB) [INFO] Fetching org.polarsys.capella.core.tiger_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (90.74kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (245.72kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (245.72kB) [INFO] Fetching org.polarsys.capella.core.re.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (31.08kB) [INFO] Fetching org.polarsys.capella.core.re.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (31.08kB) [INFO] Fetching org.polarsys.capella.core.refinement.framework.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (40.21kB) [INFO] Fetching org.polarsys.capella.core.refinement.framework.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (40.21kB) [INFO] Fetching org.polarsys.capella.core.refinement.scenario_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (20.3kB) [INFO] Fetching org.polarsys.capella.core.refinement.scenario_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (20.3kB) [INFO] Fetching org.polarsys.capella.core.refinement.static_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (11.47kB) [INFO] Fetching org.polarsys.capella.core.refinement.static_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (11.47kB) [INFO] Fetching org.polarsys.capella.core.refinement.subscenario_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.61kB) [INFO] Fetching org.polarsys.capella.core.refinement.subscenario_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.61kB) [INFO] Fetching org.polarsys.capella.core.refinement.framework_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (66.3kB) [INFO] Fetching org.polarsys.capella.core.refinement.framework_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (66.3kB) [INFO] Fetching org.polarsys.capella.core.refinement.merge_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (72.75kB) [INFO] Fetching org.polarsys.capella.core.refinement.merge_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (72.75kB) [INFO] Fetching org.polarsys.capella.core.refinement.preferences_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.18kB) [INFO] Fetching org.polarsys.capella.core.refinement.preferences_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.18kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.structuresynchronization_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (19.93kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.structuresynchronization_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (19.93kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (51.35kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (51.35kB) [INFO] Fetching org.polarsys.capella.core.transition.system_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (259.58kB) [INFO] Fetching org.polarsys.capella.core.transition.system_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (259.58kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (20.15kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (20.15kB) [INFO] Fetching org.polarsys.capella.patterns_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (61.41kB) [INFO] Fetching org.polarsys.capella.patterns_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (61.41kB) [INFO] Fetching org.polarsys.capella.test.business.queries.ju_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/plugins/ (2.43MB) [INFO] Fetching org.polarsys.capella.test.business.queries.ju_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/plugins/ (2.43MB) [INFO] Fetching org.polarsys.capella.test.framework_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/plugins/ (135.01kB) [INFO] Fetching org.polarsys.capella.test.framework_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/plugins/ (135.01kB) [INFO] Fetching org.polarsys.capella.test.diagram.common.ju_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/plugins/ (394.97kB) [INFO] Fetching org.polarsys.capella.test.diagram.common.ju_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/plugins/ (394.97kB) [INFO] Fetching org.polarsys.capella.test.diagram.layout.ju_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/plugins/ (177.14kB) [INFO] Fetching org.polarsys.capella.test.diagram.layout.ju_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/plugins/ (177.14kB) [INFO] Fetching org.polarsys.capella.test.diagram.tools.ju_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/plugins/ (2.38MB) [INFO] Fetching org.polarsys.capella.test.diagram.tools.ju_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/plugins/ (2.38MB) [INFO] Fetching org.polarsys.capella.test.validation.rules.ju_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/plugins/ (2.51MB) [INFO] Fetching org.polarsys.capella.test.validation.rules.ju_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.test.site/plugins/ (2.51MB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.tests.feature:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.af:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.af/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.business.queries:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.business.queries:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.business.queries:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.business.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.design:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.design:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.design:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.design/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.doc:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.doc:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.doc:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.extension:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.helpers:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.commands:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ui.properties:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.validation:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.validation:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.validation:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.vpdsl:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.vpdsl:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.vpdsl:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.cdo:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.cdo:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.model.cdo:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.af:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.af/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.design:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.design:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.design:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.design/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ju:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/tests/org.polarsys.capella.vp.requirements.ju/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ju:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/tests/org.polarsys.capella.vp.requirements.ju/pom.xml [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (604.2kB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (604.2kB) [INFO] Fetching org.apache.lucene.misc_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.1kB) [INFO] Fetching org.apache.lucene.misc_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.1kB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (748.54kB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (748.54kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (3.42MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (3.42MB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.7.201812041426.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (7.66kB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.7.201812041426.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (7.66kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.7.201812041426.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (146.67kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.7.201812041426.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (146.67kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (399.78kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (399.78kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (32.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (32.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (2.64MB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (2.64MB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.64kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.64kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.45kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.45kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (40.9kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (40.9kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (28.61kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (28.61kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.46kB) [INFO] Fetching org.eclipse.help.base_4.2.103.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (161.88kB) [INFO] Fetching org.eclipse.help.base_4.2.103.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (161.88kB) [INFO] Fetching org.eclipse.help.ui_4.1.0.v20170311-0931.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (149.73kB) [INFO] Fetching org.eclipse.help.ui_4.1.0.v20170311-0931.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (149.73kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.2.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (1.37MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.2.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (1.37MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.2.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/features/ (17.29kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.2.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/features/ (17.29kB) [INFO] Fetching org.eclipse.pde.runtime_3.6.0.v20170413-1620.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (113.01kB) [INFO] Fetching org.eclipse.pde.runtime_3.6.0.v20170413-1620.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (113.01kB) [INFO] Fetching org.eclipse.jdt.annotation_2.1.100.v20170511-1408.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.69kB) [INFO] Fetching org.eclipse.jdt.annotation_2.1.100.v20170511-1408.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.69kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (18.51kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (18.51kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (110.96kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.1.4.202001201359.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/plugins/ (110.96kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_6.1.4.202001201359.jar from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/features/ (19.02kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_6.1.4.202001201359.jar from http://download.eclipse.org/sirius/updates/releases/6.1.4/oxygen/features/ (19.02kB) [INFO] Fetching org.eclipse.ui.ide.application_1.2.0.v20170512-1452.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.89kB) [INFO] Fetching org.eclipse.ui.ide.application_1.2.0.v20170512-1452.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.89kB) [INFO] Fetching org.eclipse.ui.intro_3.5.100.v20170418-0710.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (142kB) [INFO] Fetching org.eclipse.ui.intro_3.5.100.v20170418-0710.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (142kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.100.v20170515-0756.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.25kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.100.v20170515-0756.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.25kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.100.v20170515-1335.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.74MB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.100.v20170515-1335.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.74MB) [INFO] Fetching org.polarsys.capella.commandline.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (317.35kB) [INFO] Fetching org.polarsys.capella.commandline.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (317.35kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (60.64kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (60.64kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (36.98kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (36.98kB) [INFO] Fetching org.polarsys.capella.common.id.handler_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (11.09kB) [INFO] Fetching org.polarsys.capella.common.id.handler_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (11.09kB) [INFO] Fetching org.polarsys.capella.common.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.19kB) [INFO] Fetching org.polarsys.capella.common.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.19kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.46kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.46kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.58kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.58kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.26kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.26kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (16.63kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (16.63kB) [INFO] Fetching org.polarsys.capella.common.re.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (113.84kB) [INFO] Fetching org.polarsys.capella.common.re.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (113.84kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.95kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.95kB) [INFO] Fetching org.polarsys.capella.common.ui.progress_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (33.98kB) [INFO] Fetching org.polarsys.capella.common.ui.progress_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (33.98kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.13kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.13kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (190.14kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (190.14kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (15.01kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (15.01kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.91kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.91kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (21.26kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (21.26kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.49kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.49kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (31.1kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (31.1kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (468.7kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (468.7kB) [INFO] Fetching org.polarsys.capella.core.common.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.07kB) [INFO] Fetching org.polarsys.capella.core.common.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.07kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (720.78kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (720.78kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (63.23kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (63.23kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (1.42MB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (1.42MB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.98kB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.98kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.81kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.81kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.84kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.84kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (22.46kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (22.46kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (42.87kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (42.87kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (38.32kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (38.32kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (45.31kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (45.31kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (95.97kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (95.97kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (44.08kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (44.08kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.71kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.71kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (105.95kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (105.95kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (130.53kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (130.53kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (67.41kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (67.41kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (43.77kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (43.77kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (8.04kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (8.04kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (8.07kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (8.07kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (17.03kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (17.03kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (20.43kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (20.43kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (51.47kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (51.47kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (24.96kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (24.96kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (76.49kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (76.49kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (44.56kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (44.56kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (37.28kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (37.28kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (21.78kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (21.78kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.12kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.12kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.24kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.24kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (37.02kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (37.02kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (22.57kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (22.57kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (19.84kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (19.84kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (50.95kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (50.95kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (17.6kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (17.6kB) [INFO] Fetching org.polarsys.capella.core.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.74kB) [INFO] Fetching org.polarsys.capella.core.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.74kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.88kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.88kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.78kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.78kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (45.3kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (45.3kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.refinement.processor_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.74kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.refinement.processor_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.74kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (34.55kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (34.55kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (103.07kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (103.07kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.87kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.87kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.91kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.91kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.09kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.09kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (41.68kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (41.68kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.89kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.89kB) [INFO] Fetching org.polarsys.capella.core.re_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (109.17kB) [INFO] Fetching org.polarsys.capella.core.re_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (109.17kB) [INFO] Fetching org.polarsys.capella.core.re.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (29.93kB) [INFO] Fetching org.polarsys.capella.core.re.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (29.93kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (54.31kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (54.31kB) [INFO] Fetching org.polarsys.capella.core.re.project_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (38kB) [INFO] Fetching org.polarsys.capella.core.re.project_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (38kB) [INFO] Fetching org.polarsys.capella.core.re.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.9kB) [INFO] Fetching org.polarsys.capella.core.re.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.9kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (20.18kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (20.18kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (206.84kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (206.84kB) [INFO] Fetching org.polarsys.capella.core.refinement.mapper.broadcastpattern_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.17kB) [INFO] Fetching org.polarsys.capella.core.refinement.mapper.broadcastpattern_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.17kB) [INFO] Fetching org.polarsys.capella.core.refinement.mapper.standard_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.58kB) [INFO] Fetching org.polarsys.capella.core.refinement.mapper.standard_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.58kB) [INFO] Fetching org.polarsys.capella.core.refinement.merge.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (34.09kB) [INFO] Fetching org.polarsys.capella.core.refinement.merge.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (34.09kB) [INFO] Fetching org.polarsys.capella.core.refinement.preferences.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.96kB) [INFO] Fetching org.polarsys.capella.core.refinement.preferences.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (15.96kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.actorprojection_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.44kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.actorprojection_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.44kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.realizationsupdate_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.realizationsupdate_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.refinement.resolver.standard_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (17.74kB) [INFO] Fetching org.polarsys.capella.core.refinement.resolver.standard_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (17.74kB) [INFO] Fetching org.polarsys.capella.core.refinement.resolver.uiselection_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.11kB) [INFO] Fetching org.polarsys.capella.core.refinement.resolver.uiselection_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (14.11kB) [INFO] Fetching org.polarsys.capella.core.refinement.scheduler.standard_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (12.37kB) [INFO] Fetching org.polarsys.capella.core.refinement.scheduler.standard_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (12.37kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries.sirius_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (21.56kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries.sirius_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (21.56kB) [INFO] Fetching org.polarsys.capella.core.sequencediag.specific_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (23.88kB) [INFO] Fetching org.polarsys.capella.core.sequencediag.specific_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (23.88kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (68.41kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (68.41kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.39kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.39kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.91kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.91kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (16.86kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (16.86kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.88kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.88kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (65.58kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (65.58kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (78.94kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (78.94kB) [INFO] Fetching org.polarsys.capella.ui.views_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.45kB) [INFO] Fetching org.polarsys.capella.ui.views_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (13.45kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (25.71kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (25.71kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (22.65kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (22.65kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (31.68kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (31.68kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.29kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.29kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (26.43kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (26.43kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.9kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.9kB) [INFO] Fetching org.polarsys.capella.core.ui.search_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (48.23kB) [INFO] Fetching org.polarsys.capella.core.ui.search_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (48.23kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.88kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.88kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.96kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.96kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.92kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.92kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.08kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.08kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (51.94kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (51.94kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (17.44kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (17.44kB) [INFO] Fetching org.polarsys.capella.detachment.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.8kB) [INFO] Fetching org.polarsys.capella.detachment.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.8kB) [INFO] Fetching org.polarsys.capella.developer.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (8.97MB) [INFO] Fetching org.polarsys.capella.developer.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (8.97MB) [INFO] Fetching org.polarsys.capella.diagrams.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (3.29MB) [INFO] Fetching org.polarsys.capella.diagrams.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (3.29MB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (59.89kB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (59.89kB) [INFO] Fetching org.polarsys.capella.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (325.53kB) [INFO] Fetching org.polarsys.capella.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (325.53kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (46.04kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (46.04kB) [INFO] Fetching org.polarsys.capella.patterns.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (522.9kB) [INFO] Fetching org.polarsys.capella.patterns.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (522.9kB) [INFO] Fetching org.polarsys.capella.preferences.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (1,006.48kB) [INFO] Fetching org.polarsys.capella.preferences.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (1,006.48kB) [INFO] Fetching org.polarsys.capella.properties.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (132.1kB) [INFO] Fetching org.polarsys.capella.properties.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (132.1kB) [INFO] Fetching org.polarsys.capella.re.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (2.91MB) [INFO] Fetching org.polarsys.capella.re.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (2.91MB) [INFO] Fetching org.polarsys.capella.transitions.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (2.13MB) [INFO] Fetching org.polarsys.capella.transitions.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (2.13MB) [INFO] Fetching org.polarsys.capella.ui.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.18MB) [INFO] Fetching org.polarsys.capella.ui.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (18.18MB) [INFO] Fetching org.polarsys.capella.ui.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (9.78MB of 18.18MB at 9.78MB/s) [INFO] Fetching org.polarsys.capella.glossary.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (409.91kB) [INFO] Fetching org.polarsys.capella.glossary.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (409.91kB) [INFO] Fetching org.polarsys.capella.validation.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (94.85kB) [INFO] Fetching org.polarsys.capella.validation.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (94.85kB) [INFO] Fetching org.polarsys.capella.th.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (11.58MB) [INFO] Fetching org.polarsys.capella.th.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (11.58MB) [INFO] Fetching org.polarsys.capella.th.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (11.57MB of 11.58MB at 11.57MB/s) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (8.77MB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (8.77MB) [INFO] Fetching org.polarsys.capella.gitadapter.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (1.23MB) [INFO] Fetching org.polarsys.capella.gitadapter.doc_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (1.23MB) [INFO] Fetching org.polarsys.capella.doc.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.12kB) [INFO] Fetching org.polarsys.capella.doc.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.12kB) [INFO] Fetching org.polarsys.capella.patterns.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (26.69kB) [INFO] Fetching org.polarsys.capella.patterns.ui_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (26.69kB) [INFO] Fetching org.polarsys.capella.patterns.obfuscator_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (12.86kB) [INFO] Fetching org.polarsys.capella.patterns.obfuscator_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (12.86kB) [INFO] Fetching org.polarsys.capella.patterns.migration_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (26.53kB) [INFO] Fetching org.polarsys.capella.patterns.migration_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (26.53kB) [INFO] Fetching org.polarsys.capella.patterns.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.51kB) [INFO] Fetching org.polarsys.capella.patterns.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (17.51kB) [INFO] Fetching org.polarsys.capella.rcp_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (40.42kB) [INFO] Fetching org.polarsys.capella.rcp_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/plugins/ (40.42kB) [INFO] Fetching org.polarsys.capella.rcp.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.94kB) [INFO] Fetching org.polarsys.capella.rcp.feature_1.3.3.202007201536.jar from https://download.eclipse.org/capella/core/updates/releases/1.3.3-R20200720-153694/org.polarsys.capella.rcp.site/features/ (16.94kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (53.31kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (53.31kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/features/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/features/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (456.58kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (456.58kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/features/ (8.94kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/features/ (8.94kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_0.8.0.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (10.9kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_0.8.0.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (10.9kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/features/ (11.62kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/features/ (11.62kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (26.07kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (26.07kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (20.04kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (20.04kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (38.31kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (38.31kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/features/ (12.89kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/features/ (12.89kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (5.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (5.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (18.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (18.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (65.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (65.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (43.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (43.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (191.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (191.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (4.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (4.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (12.69kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (12.69kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (66.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (66.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (31.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/plugins/ (31.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/features/ (13.12kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.3.3.202007201324.jar from http://download.eclipse.org/kitalpha/updates/stable/runtimecore/1.3.3.202007201324/features/ (13.12kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.ju:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/tests/org.polarsys.capella.vp.requirements.ju/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.site:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.site:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.vp.requirements.site:0.10.4-SNAPSHOT @ /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.addon.vp.requirements:pom:0.10.4-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Requirements Viewpoint [pom] [INFO] org.polarsys.capella.addon.vp.requirements.plugins [pom] [INFO] org.polarsys.kitalpha.vp.requirements.model [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.model [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.cdo.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.design [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.af [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.af.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.model.helpers [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.business.queries [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer.preferences [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer.extension [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.model.helpers [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.reqif.resource.obfuscator [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.ui.commands [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.design [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.doc [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.representation.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.semantic.browser [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.thirdparty.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.ui [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.ui.importer.preferences [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.ui.properties [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.model.edit.decorators [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.ui.properties [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer.commandline [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.importer.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.af.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.representation.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.ui [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.ui.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.vpdsl [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.vpdsl [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.model.edit.decorators [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.validation [eclipse-plugin] [INFO] org.polarsys.capella.vp.requirements.feature [eclipse-feature] [INFO] org.polarsys.kitalpha.vp.requirements.docgen [eclipse-plugin] [INFO] org.polarsys.kitalpha.vp.requirements.docgen.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.ju [eclipse-test-plugin] [INFO] org.polarsys.capella.vp.requirements.tests.feature [eclipse-feature] [INFO] org.polarsys.capella.vp.requirements.site [eclipse-repository] [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.addon.vp.requirements >------- [INFO] Building Capella Requirements Viewpoint 0.10.4-SNAPSHOT [1/52] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.addon.vp.requirements --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.addon.vp.requirements --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 436 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] 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 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 1.7 MB/s) [INFO] 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 [INFO] 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 757 kB/s) [INFO] 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 [INFO] 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 980 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 562 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] 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 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 685 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 470 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 9.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 345 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 4.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 434 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 869 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 237 kB/s) [INFO] 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 [INFO] 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 755 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 917 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 141 kB/s) [INFO] 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 [INFO] 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) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 438 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] 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 7.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 368 kB/s) [INFO] 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 [INFO] 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 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 825 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 487 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 353 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 273 kB/s) [INFO] 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 [INFO] 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 636 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 377 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 4.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 960 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 468 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 571 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 4.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 770 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 8.9 kB/s) [INFO] 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 [INFO] 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 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812.pom (2.9 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.pom (1.2 kB at 3.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.pom (2.0 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom (5.5 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.pom (1.4 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] 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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 302 kB/s) [INFO] 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.jar [INFO] 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.jar (26 kB at 285 kB/s) [INFO] 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.jar (80 kB at 902 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar [INFO] 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.jar (51 kB at 525 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 500 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 894 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 257 kB/s) [INFO] 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 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 694 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 971 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 635 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 302 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 117 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 328 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 171 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.6.201602180812/org.jacoco.core-0.7.6.201602180812.jar (136 kB at 197 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar (289 kB at 408 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.6.201602180812/org.jacoco.report-0.7.6.201602180812.jar (142 kB at 198 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.4/asm-debug-all-5.0.4.jar (379 kB at 525 kB/s) [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.addon.vp.requirements --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.addon.vp.requirements --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.addon.vp.requirements.plugins >--- [INFO] Building org.polarsys.capella.addon.vp.requirements.plugins 0.10.4-SNAPSHOT [2/52] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.addon.vp.requirements.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.addon.vp.requirements.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.addon.vp.requirements.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.addon.vp.requirements.plugins --- [INFO] [INFO] ------< org.polarsys:org.polarsys.kitalpha.vp.requirements.model >------ [INFO] Building org.polarsys.kitalpha.vp.requirements.model 0.10.4-SNAPSHOT [3/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom (1.5 kB at 646 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom (9.3 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom (32 kB at 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 311 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 663 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 169 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar (6.0 kB at 17 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar (2.7 MB at 3.3 MB/s) [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] 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 [INFO] 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 75 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 333 kB/s) [INFO] 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 [INFO] 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 113 kB/s) [INFO] 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 [INFO] 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 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 159 kB/s) [INFO] 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 [INFO] 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 194 kB/s) [INFO] 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 [INFO] 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 23 kB/s) [INFO] 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 [INFO] 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 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] 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 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] 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 20 kB/s) [INFO] 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 [INFO] 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 81 kB/s) [INFO] 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 [INFO] 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 237 kB/s) [INFO] 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 [INFO] 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 1.0 MB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 2.7 MB/s) [INFO] 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 820 kB/s) [INFO] 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 673 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 3.2 MB/s) [INFO] 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 1.2 MB/s) [INFO] 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 [INFO] 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 [INFO] 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 104 kB/s) [INFO] 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 [INFO] 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 158 kB/s) [INFO] 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 478 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 239 kB/s) [INFO] 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 281 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] 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 [INFO] 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 126 kB/s) [INFO] 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 [INFO] 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 127 kB/s) [INFO] 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 [INFO] 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 347 kB/s) [INFO] 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 [INFO] 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 348 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] 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 70 kB/s) [INFO] 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 594 kB/s) [INFO] 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 588 kB/s) [INFO] 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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 766 kB/s) [INFO] 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 [INFO] 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 111 kB/s) [INFO] 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 85 kB/s) [INFO] 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 16 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 343 kB/s) [INFO] 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 51 kB/s) [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] 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 [INFO] 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 8.3 kB/s) [INFO] 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 [INFO] 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 120 kB/s) [INFO] 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 [INFO] 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 383 kB/s) [INFO] 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 [INFO] 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 19 kB/s) [INFO] 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 [INFO] 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 27 kB/s) [INFO] 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 [INFO] 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 12 kB/s) [INFO] 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 [INFO] 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 31 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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 [INFO] 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) [INFO] 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 258 kB/s) [INFO] 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 135 kB/s) [INFO] 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 33 kB/s) [INFO] 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 12 MB/s) [INFO] Compiling 61 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model/target/org.polarsys.kitalpha.vp.requirements.model-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model/target/org.polarsys.kitalpha.vp.requirements.model-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.requirements.model >------- [INFO] Building org.polarsys.capella.vp.requirements.model 0.10.4-SNAPSHOT [4/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.model --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.model --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.model --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.model --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.model --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.model --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.model --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model/target/org.polarsys.capella.vp.requirements.model-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.model --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model/target/org.polarsys.capella.vp.requirements.model-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.model --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.model --- [INFO] [INFO] ----< org.polarsys:org.polarsys.kitalpha.vp.requirements.model.cdo >---- [INFO] Building org.polarsys.kitalpha.vp.requirements.model.cdo 0.10.4-SNAPSHOT [5/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/org.polarsys.kitalpha.vp.requirements.model.cdo-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.cdo/target/org.polarsys.kitalpha.vp.requirements.model.cdo-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model.cdo --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.requirements.model.cdo >----- [INFO] Building org.polarsys.capella.vp.requirements.model.cdo 0.10.4-SNAPSHOT [6/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.model.cdo --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.model.cdo --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/org.polarsys.capella.vp.requirements.model.cdo-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.cdo/target/org.polarsys.capella.vp.requirements.model.cdo-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.model.cdo --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.vp.requirements.cdo.feature >---- [INFO] Building org.polarsys.capella.vp.requirements.cdo.feature 0.10.4-SNAPSHOT [7/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.cdo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.cdo.feature/target/org.polarsys.capella.vp.requirements.cdo.feature-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.cdo.feature/target/org.polarsys.capella.vp.requirements.cdo.feature-0.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.cdo.feature --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.vp.requirements >---------- [INFO] Building org.polarsys.capella.vp.requirements 0.10.4-SNAPSHOT [8/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements/target/org.polarsys.capella.vp.requirements-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements/target/org.polarsys.capella.vp.requirements-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.kitalpha.vp.requirements >--------- [INFO] Building org.polarsys.kitalpha.vp.requirements 0.10.4-SNAPSHOT [9/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements/target/org.polarsys.kitalpha.vp.requirements-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements/target/org.polarsys.kitalpha.vp.requirements-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements --- [INFO] [INFO] -----< org.polarsys:org.polarsys.kitalpha.vp.requirements.design >------ [INFO] Building org.polarsys.kitalpha.vp.requirements.design 0.10.4-SNAPSHOT [10/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.design --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.design/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.design/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.design --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.design/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.design/target/org.polarsys.kitalpha.vp.requirements.design-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.design/target/org.polarsys.kitalpha.vp.requirements.design-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.design --- [INFO] [INFO] -------< org.polarsys:org.polarsys.kitalpha.vp.requirements.af >-------- [INFO] Building org.polarsys.kitalpha.vp.requirements.af 0.10.4-SNAPSHOT [11/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.af --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.af/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.af --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.af/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.af/target/org.polarsys.kitalpha.vp.requirements.af-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.af/target/org.polarsys.kitalpha.vp.requirements.af-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.af --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.requirements.af >-------- [INFO] Building org.polarsys.capella.vp.requirements.af 0.10.4-SNAPSHOT [12/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.af --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.af --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.af --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.af --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.af/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.af --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.af --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.af/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.af --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.af/target/org.polarsys.capella.vp.requirements.af-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.af --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.af --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.af/target/org.polarsys.capella.vp.requirements.af-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.af --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.af --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.requirements.af.feature >---- [INFO] Building org.polarsys.capella.vp.requirements.af.feature 0.10.4-SNAPSHOT [13/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.af.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.af.feature/target/org.polarsys.capella.vp.requirements.af.feature-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.af.feature/target/org.polarsys.capella.vp.requirements.af.feature-0.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.af.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.model.helpers >--- [INFO] Building org.polarsys.capella.vp.requirements.model.helpers 0.10.4-SNAPSHOT [14/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.model.helpers --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.model.helpers --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/org.polarsys.capella.vp.requirements.model.helpers-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.helpers/target/org.polarsys.capella.vp.requirements.model.helpers-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.model.helpers --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.business.queries >-- [INFO] Building org.polarsys.capella.vp.requirements.business.queries 0.10.4-SNAPSHOT [15/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.business.queries --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.business.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.business.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.business.queries --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.business.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.business.queries/target/org.polarsys.capella.vp.requirements.business.queries-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.business.queries/target/org.polarsys.capella.vp.requirements.business.queries-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.business.queries --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.importer.preferences >-- [INFO] Building org.polarsys.capella.vp.requirements.importer.preferences 0.10.4-SNAPSHOT [16/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.importer.preferences --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.importer.preferences --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/org.polarsys.capella.vp.requirements.importer.preferences-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.preferences/target/org.polarsys.capella.vp.requirements.importer.preferences-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.preferences --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.importer.extension >-- [INFO] Building org.polarsys.capella.vp.requirements.importer.extension 0.10.4-SNAPSHOT [17/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.importer.extension --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.importer.extension --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/org.polarsys.capella.vp.requirements.importer.extension-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.extension/target/org.polarsys.capella.vp.requirements.importer.extension-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.extension --- [INFO] [INFO] --< org.polarsys:org.polarsys.kitalpha.vp.requirements.model.helpers >-- [INFO] Building org.polarsys.kitalpha.vp.requirements.model.helpers 0.10.4-SNAPSHOT [18/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/org.polarsys.kitalpha.vp.requirements.model.helpers-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.helpers/target/org.polarsys.kitalpha.vp.requirements.model.helpers-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model.helpers --- [INFO] [INFO] ---< org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit >---- [INFO] Building org.polarsys.kitalpha.vp.requirements.model.edit 0.10.4-SNAPSHOT [19/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/src-custom does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/org.polarsys.kitalpha.vp.requirements.model.edit-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit/target/org.polarsys.kitalpha.vp.requirements.model.edit-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model.edit --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.requirements.importer >----- [INFO] Building org.polarsys.capella.vp.requirements.importer 0.10.4-SNAPSHOT [20/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.importer --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.importer --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.importer --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.importer --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.importer --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer/target/org.polarsys.capella.vp.requirements.importer-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.importer --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer/target/org.polarsys.capella.vp.requirements.importer-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.reqif.resource.obfuscator >-- [INFO] Building org.polarsys.capella.vp.requirements.reqif.resource.obfuscator 0.10.4-SNAPSHOT [21/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/target/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator/target/org.polarsys.capella.vp.requirements.reqif.resource.obfuscator-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.reqif.resource.obfuscator --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.vp.requirements.ui.commands >---- [INFO] Building org.polarsys.capella.vp.requirements.ui.commands 0.10.4-SNAPSHOT [22/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.ui.commands --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.ui.commands --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/target/org.polarsys.capella.vp.requirements.ui.commands-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.commands/target/org.polarsys.capella.vp.requirements.ui.commands-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.ui.commands --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.requirements.design >------ [INFO] Building org.polarsys.capella.vp.requirements.design 0.10.4-SNAPSHOT [23/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.design --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.design --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.design --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.design --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.design/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.design --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.design/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.design --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.design/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.design --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.design/target/org.polarsys.capella.vp.requirements.design-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.design --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.design/target/org.polarsys.capella.vp.requirements.design-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.design --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.design --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.requirements.doc >-------- [INFO] Building org.polarsys.capella.vp.requirements.doc 0.10.4-SNAPSHOT [24/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.doc --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.doc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.doc --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.doc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.doc --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.doc/target/org.polarsys.capella.vp.requirements.doc-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.doc/target/org.polarsys.capella.vp.requirements.doc-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.doc --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.representation.feature >-- [INFO] Building org.polarsys.capella.vp.requirements.representation.feature 0.10.4-SNAPSHOT [25/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.representation.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.representation.feature/target/org.polarsys.capella.vp.requirements.representation.feature-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.representation.feature/target/org.polarsys.capella.vp.requirements.representation.feature-0.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.representation.feature --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.requirements.model.edit >---- [INFO] Building org.polarsys.capella.vp.requirements.model.edit 0.10.4-SNAPSHOT [26/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.model.edit --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.model.edit --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit/target/org.polarsys.capella.vp.requirements.model.edit-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit/target/org.polarsys.capella.vp.requirements.model.edit-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.model.edit --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.semantic.browser >-- [INFO] Building org.polarsys.capella.vp.requirements.semantic.browser 0.10.4-SNAPSHOT [27/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.semantic.browser --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.semantic.browser --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/target/org.polarsys.capella.vp.requirements.semantic.browser-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.semantic.browser/target/org.polarsys.capella.vp.requirements.semantic.browser-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.semantic.browser --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.thirdparty.feature >-- [INFO] Building org.polarsys.capella.vp.requirements.thirdparty.feature 0.10.4-SNAPSHOT [28/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.thirdparty.feature/target/org.polarsys.capella.vp.requirements.thirdparty.feature-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.thirdparty.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.requirements.ui >-------- [INFO] Building org.polarsys.capella.vp.requirements.ui 0.10.4-SNAPSHOT [29/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.ui --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.ui --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.ui --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui/target/org.polarsys.capella.vp.requirements.ui-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui/target/org.polarsys.capella.vp.requirements.ui-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.ui --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.ui.importer.preferences >-- [INFO] Building org.polarsys.capella.vp.requirements.ui.importer.preferences 0.10.4-SNAPSHOT [30/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/target/org.polarsys.capella.vp.requirements.ui.importer.preferences-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.importer.preferences/target/org.polarsys.capella.vp.requirements.ui.importer.preferences-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.ui.importer.preferences --- [INFO] [INFO] --< org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.properties >-- [INFO] Building org.polarsys.kitalpha.vp.requirements.ui.properties 0.10.4-SNAPSHOT [31/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/target/org.polarsys.kitalpha.vp.requirements.ui.properties-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui.properties/target/org.polarsys.kitalpha.vp.requirements.ui.properties-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.ui.properties --- [INFO] [INFO] --< org.polarsys:org.polarsys.kitalpha.vp.requirements.model.edit.decorators >-- [INFO] Building org.polarsys.kitalpha.vp.requirements.model.edit.decorators 0.10.4-SNAPSHOT [32/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/target/org.polarsys.kitalpha.vp.requirements.model.edit.decorators-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.model.edit.decorators/target/org.polarsys.kitalpha.vp.requirements.model.edit.decorators-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.model.edit.decorators --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.ui.properties >--- [INFO] Building org.polarsys.capella.vp.requirements.ui.properties 0.10.4-SNAPSHOT [33/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.ui.properties --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/target/classes [WARNING] /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/src/org/polarsys/capella/vp/requirements/ui/properties/widgets/TableviewUIExtender.java:[32] import org.eclipse.ui.internal.PartSite; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.110.1.v20170704-1208/org.eclipse.ui.workbench-3.110.1.v20170704-1208.jar') [WARNING] /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/src/org/polarsys/capella/vp/requirements/ui/properties/widgets/TableviewUIExtender.java:[115] } else if (currentSite instanceof PartSite) { ^^^^^^^^ Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.110.1.v20170704-1208/org.eclipse.ui.workbench-3.110.1.v20170704-1208.jar') [WARNING] /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/src/org/polarsys/capella/vp/requirements/ui/properties/widgets/TableviewUIExtender.java:[116] return ((PartSite) currentSite).getActionBars().getStatusLineManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PartSite.getActionBars()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.110.1.v20170704-1208/org.eclipse.ui.workbench-3.110.1.v20170704-1208.jar') [WARNING] /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/src/org/polarsys/capella/vp/requirements/ui/properties/widgets/TableviewUIExtender.java:[116] return ((PartSite) currentSite).getActionBars().getStatusLineManager(); ^^^^^^^^ Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.110.1.v20170704-1208/org.eclipse.ui.workbench-3.110.1.v20170704-1208.jar') 4 problems (4 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.ui.properties --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/target/org.polarsys.capella.vp.requirements.ui.properties-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.ui.properties/target/org.polarsys.capella.vp.requirements.ui.properties-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.ui.properties --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.requirements.ui.feature >---- [INFO] Building org.polarsys.capella.vp.requirements.ui.feature 0.10.4-SNAPSHOT [34/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.ui.feature/target/org.polarsys.capella.vp.requirements.ui.feature-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.ui.feature/target/org.polarsys.capella.vp.requirements.ui.feature-0.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.ui.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf >-- [INFO] Building org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf 0.10.4-SNAPSHOT [35/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/target/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf/target/org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.importer.commandline >-- [INFO] Building org.polarsys.capella.vp.requirements.importer.commandline 0.10.4-SNAPSHOT [36/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.importer.commandline --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.importer.commandline --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/target/org.polarsys.capella.vp.requirements.importer.commandline-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.importer.commandline/target/org.polarsys.capella.vp.requirements.importer.commandline-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.commandline --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.importer.feature >-- [INFO] Building org.polarsys.capella.vp.requirements.importer.feature 0.10.4-SNAPSHOT [37/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.importer.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.importer.feature/target/org.polarsys.capella.vp.requirements.importer.feature-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.importer.feature/target/org.polarsys.capella.vp.requirements.importer.feature-0.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.importer.feature --- [INFO] [INFO] ---< org.polarsys:org.polarsys.kitalpha.vp.requirements.af.feature >---- [INFO] Building org.polarsys.kitalpha.vp.requirements.af.feature 0.10.4-SNAPSHOT [38/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/target/org.polarsys.kitalpha.vp.requirements.af.feature-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.af.feature/target/org.polarsys.kitalpha.vp.requirements.af.feature-0.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.af.feature --- [INFO] [INFO] --< org.polarsys:org.polarsys.kitalpha.vp.requirements.representation.feature >-- [INFO] Building org.polarsys.kitalpha.vp.requirements.representation.feature 0.10.4-SNAPSHOT [39/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/target/org.polarsys.kitalpha.vp.requirements.representation.feature-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.representation.feature/target/org.polarsys.kitalpha.vp.requirements.representation.feature-0.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.representation.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.kitalpha.vp.requirements.ui >-------- [INFO] Building org.polarsys.kitalpha.vp.requirements.ui 0.10.4-SNAPSHOT [40/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.ui --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.ui --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/target/org.polarsys.kitalpha.vp.requirements.ui-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.ui/target/org.polarsys.kitalpha.vp.requirements.ui-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.ui --- [INFO] [INFO] ---< org.polarsys:org.polarsys.kitalpha.vp.requirements.ui.feature >---- [INFO] Building org.polarsys.kitalpha.vp.requirements.ui.feature 0.10.4-SNAPSHOT [41/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/target/org.polarsys.kitalpha.vp.requirements.ui.feature-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.ui.feature/target/org.polarsys.kitalpha.vp.requirements.ui.feature-0.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.ui.feature --- [INFO] [INFO] ------< org.polarsys:org.polarsys.kitalpha.vp.requirements.vpdsl >------ [INFO] Building org.polarsys.kitalpha.vp.requirements.vpdsl 0.10.4-SNAPSHOT [42/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/target/org.polarsys.kitalpha.vp.requirements.vpdsl-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.vpdsl/target/org.polarsys.kitalpha.vp.requirements.vpdsl-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.vpdsl --- [INFO] [INFO] -----< org.polarsys:org.polarsys.kitalpha.vp.requirements.feature >----- [INFO] Building org.polarsys.kitalpha.vp.requirements.feature 0.10.4-SNAPSHOT [43/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.feature/target/org.polarsys.kitalpha.vp.requirements.feature-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.feature/target/org.polarsys.kitalpha.vp.requirements.feature-0.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.feature --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.vp.requirements.vpdsl >------- [INFO] Building org.polarsys.capella.vp.requirements.vpdsl 0.10.4-SNAPSHOT [44/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.vpdsl --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.vpdsl --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/target/org.polarsys.capella.vp.requirements.vpdsl-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.vpdsl/target/org.polarsys.capella.vp.requirements.vpdsl-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.vpdsl --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.model.edit.decorators >-- [INFO] Building org.polarsys.capella.vp.requirements.model.edit.decorators 0.10.4-SNAPSHOT [45/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/target/org.polarsys.capella.vp.requirements.model.edit.decorators-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.model.edit.decorators/target/org.polarsys.capella.vp.requirements.model.edit.decorators-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.model.edit.decorators --- [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.vp.requirements.validation >---- [INFO] Building org.polarsys.capella.vp.requirements.validation 0.10.4-SNAPSHOT [46/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.validation --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.validation --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.validation --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.validation --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.validation --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.validation --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.validation/target/org.polarsys.capella.vp.requirements.validation-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.capella.vp.requirements.validation/target/org.polarsys.capella.vp.requirements.validation-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.validation --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.validation --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.vp.requirements.feature >------ [INFO] Building org.polarsys.capella.vp.requirements.feature 0.10.4-SNAPSHOT [47/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.feature --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.feature/target/org.polarsys.capella.vp.requirements.feature-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.feature/target/org.polarsys.capella.vp.requirements.feature-0.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.feature --- [INFO] [INFO] -----< org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen >------ [INFO] Building org.polarsys.kitalpha.vp.requirements.docgen 0.10.4-SNAPSHOT [48/52] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.vp.requirements.docgen --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.vp.requirements.docgen --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.docgen --- [WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/target/org.polarsys.kitalpha.vp.requirements.docgen-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/plugins/org.polarsys.kitalpha.vp.requirements.docgen/target/org.polarsys.kitalpha.vp.requirements.docgen-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.docgen --- [INFO] [INFO] --< org.polarsys:org.polarsys.kitalpha.vp.requirements.docgen.feature >-- [INFO] Building org.polarsys.kitalpha.vp.requirements.docgen.feature 0.10.4-SNAPSHOT [49/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/target/org.polarsys.kitalpha.vp.requirements.docgen.feature-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.kitalpha.vp.requirements.docgen.feature/target/org.polarsys.kitalpha.vp.requirements.docgen.feature-0.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.vp.requirements.docgen.feature --- [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.vp.requirements.ju >-------- [INFO] Building org.polarsys.capella.vp.requirements.ju 0.10.4-SNAPSHOT [50/52] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.vp.requirements.ju --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.ju --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.ju --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] tycho.testArgLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.ju --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/tests/org.polarsys.capella.vp.requirements.ju/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.capella.vp.requirements.ju --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/tests/org.polarsys.capella.vp.requirements.ju/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.vp.requirements.ju --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/tests/org.polarsys.capella.vp.requirements.ju/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/tests/org.polarsys.capella.vp.requirements.ju/target/org.polarsys.capella.vp.requirements.ju-0.10.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.ju --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.capella.vp.requirements.ju --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/tests/org.polarsys.capella.vp.requirements.ju/target/org.polarsys.capella.vp.requirements.ju-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.ju --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.ju --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.vp.requirements.tests.feature >--- [INFO] Building org.polarsys.capella.vp.requirements.tests.feature 0.10.4-SNAPSHOT [51/52] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.tests.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.tests.feature/target/org.polarsys.capella.vp.requirements.tests.feature-0.10.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/features/org.polarsys.capella.vp.requirements.tests.feature/target/org.polarsys.capella.vp.requirements.tests.feature-0.10.4-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.vp.requirements.tests.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.vp.requirements.site >------- [INFO] Building org.polarsys.capella.vp.requirements.site 0.10.4-SNAPSHOT [52/52] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.vp.requirements.site --- [INFO] The project's OSGi version is 0.10.4.202109170801 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.vp.requirements.site --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.vp.requirements.site --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.vp.requirements.site --- [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) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.polarsys.capella.vp.requirements.site --- [INFO] Building zip: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/target/org.polarsys.capella.vp.requirements.site-0.10.4-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.vp.requirements.site --- [INFO] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (create-dropins) @ org.polarsys.capella.vp.requirements.site --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ (122B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/neon [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (517B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (517B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ (64.5kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ (64.5kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ (861.1kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ (861.1kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ (871.38kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ (871.38kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ (870.9kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ (870.9kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ (876.7kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ (876.7kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ (886.4kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ (886.4kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB) [INFO] Fetching 201703231000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (431.77kB) [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (431.77kB) [INFO] Fetching 201606221000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ [INFO] Fetching osgi.enterprise_4.2.0.v201108120515.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (60.79kB) [INFO] Fetching osgi.enterprise_4.2.0.v201108120515.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (60.79kB) [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (92.14kB) [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (92.14kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (101.93kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (101.93kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (253.65kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (253.65kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (39.58kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (39.58kB) [INFO] Fetching 201609281000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (71.51kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (71.51kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (51.37kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (51.37kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (46.37kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (46.37kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (35.25kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (35.25kB) [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (26.47kB) [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (26.47kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (41.32kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (41.32kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (18.79kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (18.79kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (9.61kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (9.61kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (18.77kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (18.77kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (20.24kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (20.24kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.200.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (44.99kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.200.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (44.99kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (26.87kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (26.87kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (32.36kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (32.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (26.86kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (26.86kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (11.7kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (11.7kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (26.77kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (26.77kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (7.42kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (7.42kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (22.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201609281000/features/ (22.8kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (89.5kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (89.5kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (30.41kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (30.41kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.2kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.2kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (52.25kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (52.25kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (101.77kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (101.77kB) [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (36.04kB) [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (36.04kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (29.98kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (29.98kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (52.26kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (52.26kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (17.42kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (17.42kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (71.28kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (71.28kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (47.43kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (47.43kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.42kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.42kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (15.76kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (15.76kB) [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (42.22kB) [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (42.22kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (31.23kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (31.23kB) [INFO] Fetching 201612211000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.201.v20161115-1927.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (21.51kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.201.v20161115-1927.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (21.51kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (22.71kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (22.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.68kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.68kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (102.51kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (102.51kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (116.27kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (116.27kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201703231000/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (29.01kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (29.01kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -install, /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/target/eclipserun-work/configuration, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/target/repository, -destination, /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements/eclipse] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] [INFO] --- maven-antrun-plugin:1.7:run (package-dropins) @ org.polarsys.capella.vp.requirements.site --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom (1.5 kB at 358 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom (22 kB at 446 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom (22 kB at 426 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom (2.8 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom (2.2 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom (3.2 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom (2.0 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom (2.6 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom (2.3 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom (1.6 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom (1.9 kB at 956 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 366 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 3.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar (13 kB at 363 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar (37 kB at 453 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar (51 kB at 547 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar (26 kB at 237 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar (31 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar (90 kB at 428 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar (123 kB at 473 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 44 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar (58 kB at 193 kB/s) [INFO] 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 104 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 3.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar (97 kB at 90 kB/s) [INFO] Executing tasks main: [delete] Deleting: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements/eclipse/artifacts.jar [delete] Deleting: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements/eclipse/content.jar [zip] Building zip: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements-dropins-0.10.4.202109170801.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (archive-repository) @ org.polarsys.capella.vp.requirements.site --- [INFO] Building zip: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements-updateSite-0.10.4.202109170801.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Requirements Viewpoint 0.10.4-SNAPSHOT: [INFO] [INFO] Capella Requirements Viewpoint ..................... SUCCESS [ 7.492 s] [INFO] org.polarsys.capella.addon.vp.requirements.plugins . SUCCESS [ 0.005 s] [INFO] org.polarsys.kitalpha.vp.requirements.model ........ SUCCESS [ 9.826 s] [INFO] org.polarsys.capella.vp.requirements.model ......... SUCCESS [ 1.191 s] [INFO] org.polarsys.kitalpha.vp.requirements.model.cdo .... SUCCESS [ 0.609 s] [INFO] org.polarsys.capella.vp.requirements.model.cdo ..... SUCCESS [ 0.499 s] [INFO] org.polarsys.capella.vp.requirements.cdo.feature ... SUCCESS [ 0.298 s] [INFO] org.polarsys.capella.vp.requirements ............... SUCCESS [ 0.118 s] [INFO] org.polarsys.kitalpha.vp.requirements .............. SUCCESS [ 0.086 s] [INFO] org.polarsys.kitalpha.vp.requirements.design ....... SUCCESS [ 0.475 s] [INFO] org.polarsys.kitalpha.vp.requirements.af ........... SUCCESS [ 0.131 s] [INFO] org.polarsys.capella.vp.requirements.af ............ SUCCESS [ 0.666 s] [INFO] org.polarsys.capella.vp.requirements.af.feature .... SUCCESS [ 0.221 s] [INFO] org.polarsys.capella.vp.requirements.model.helpers . SUCCESS [ 0.691 s] [INFO] org.polarsys.capella.vp.requirements.business.queries SUCCESS [ 0.784 s] [INFO] org.polarsys.capella.vp.requirements.importer.preferences SUCCESS [ 0.215 s] [INFO] org.polarsys.capella.vp.requirements.importer.extension SUCCESS [ 0.397 s] [INFO] org.polarsys.kitalpha.vp.requirements.model.helpers SUCCESS [ 0.384 s] [INFO] org.polarsys.kitalpha.vp.requirements.model.edit ... SUCCESS [ 0.736 s] [INFO] org.polarsys.capella.vp.requirements.importer ...... SUCCESS [ 1.375 s] [INFO] org.polarsys.capella.vp.requirements.reqif.resource.obfuscator SUCCESS [ 0.309 s] [INFO] org.polarsys.capella.vp.requirements.ui.commands ... SUCCESS [ 0.808 s] [INFO] org.polarsys.capella.vp.requirements.design ........ SUCCESS [ 0.776 s] [INFO] org.polarsys.capella.vp.requirements.doc ........... SUCCESS [ 0.210 s] [INFO] org.polarsys.capella.vp.requirements.representation.feature SUCCESS [ 0.287 s] [INFO] org.polarsys.capella.vp.requirements.model.edit .... SUCCESS [ 0.804 s] [INFO] org.polarsys.capella.vp.requirements.semantic.browser SUCCESS [ 0.719 s] [INFO] org.polarsys.capella.vp.requirements.thirdparty.feature SUCCESS [ 0.136 s] [INFO] org.polarsys.capella.vp.requirements.ui ............ SUCCESS [ 0.771 s] [INFO] org.polarsys.capella.vp.requirements.ui.importer.preferences SUCCESS [ 0.684 s] [INFO] org.polarsys.kitalpha.vp.requirements.ui.properties SUCCESS [ 0.697 s] [INFO] org.polarsys.kitalpha.vp.requirements.model.edit.decorators SUCCESS [ 0.617 s] [INFO] org.polarsys.capella.vp.requirements.ui.properties . SUCCESS [ 1.098 s] [INFO] org.polarsys.capella.vp.requirements.ui.feature .... SUCCESS [ 0.977 s] [INFO] org.polarsys.capella.vp.requirements.importer.attributes.doors.rmf SUCCESS [ 0.100 s] [INFO] org.polarsys.capella.vp.requirements.importer.commandline SUCCESS [ 0.496 s] [INFO] org.polarsys.capella.vp.requirements.importer.feature SUCCESS [ 0.336 s] [INFO] org.polarsys.kitalpha.vp.requirements.af.feature ... SUCCESS [ 0.175 s] [INFO] org.polarsys.kitalpha.vp.requirements.representation.feature SUCCESS [ 0.132 s] [INFO] org.polarsys.kitalpha.vp.requirements.ui ........... SUCCESS [ 0.159 s] [INFO] org.polarsys.kitalpha.vp.requirements.ui.feature ... SUCCESS [ 0.207 s] [INFO] org.polarsys.kitalpha.vp.requirements.vpdsl ........ SUCCESS [ 0.088 s] [INFO] org.polarsys.kitalpha.vp.requirements.feature ...... SUCCESS [ 0.408 s] [INFO] org.polarsys.capella.vp.requirements.vpdsl ......... SUCCESS [ 0.097 s] [INFO] org.polarsys.capella.vp.requirements.model.edit.decorators SUCCESS [ 0.508 s] [INFO] org.polarsys.capella.vp.requirements.validation .... SUCCESS [ 0.621 s] [INFO] org.polarsys.capella.vp.requirements.feature ....... SUCCESS [ 0.689 s] [INFO] org.polarsys.kitalpha.vp.requirements.docgen ....... SUCCESS [ 0.626 s] [INFO] org.polarsys.kitalpha.vp.requirements.docgen.feature SUCCESS [ 0.183 s] [INFO] org.polarsys.capella.vp.requirements.ju ............ SUCCESS [ 1.948 s] [INFO] org.polarsys.capella.vp.requirements.tests.feature . SUCCESS [ 0.947 s] [INFO] org.polarsys.capella.vp.requirements.site .......... SUCCESS [01:13 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:26 min [INFO] Finished at: 2021-09-17T08:09:52Z [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "sign" could not be activated because it does not exist. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container uitests of pod capella-buildtest-qs4lb-6xgzf Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-qcBdopWZE9fJ/agent.1182; export SSH_AUTH_SOCK; SSH_AGENT_PID=1183; export SSH_AGENT_PID; echo Agent pid 1183; SSH_AUTH_SOCK=/tmp/ssh-qcBdopWZE9fJ/agent.1182 SSH_AGENT_PID=1183 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x@tmp/private_key_17507490724596512217.key (/home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x@tmp/private_key_17507490724596512217.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/requirements/dropins/nightly/v0.10.x-3/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements-dropins-0.10.4.202109170801.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/requirements/dropins/nightly/v0.10.x-3/ [Pipeline] } Executing sh script inside container uitests of pod capella-buildtest-qs4lb-6xgzf Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1183 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container uitests of pod capella-buildtest-qs4lb-6xgzf Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-5aRzeqeNSZ3V/agent.1245; export SSH_AUTH_SOCK; SSH_AGENT_PID=1246; export SSH_AGENT_PID; echo Agent pid 1246; SSH_AUTH_SOCK=/tmp/ssh-5aRzeqeNSZ3V/agent.1245 SSH_AGENT_PID=1246 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x@tmp/private_key_7699722818634816598.key (/home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x@tmp/private_key_7699722818634816598.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/requirements/updates/nightly/v0.10.x-3/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/pella-addon-requirements_v0.10.x/releng/org.polarsys.capella.vp.requirements.site/target/Requirements-updateSite-0.10.4.202109170801.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/requirements/updates/nightly/v0.10.x-3/ [Pipeline] } Executing sh script inside container uitests of pod capella-buildtest-qs4lb-6xgzf Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1246 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Download Capella) Stage "Download Capella" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Install test features) Stage "Install test features" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) Stage "Run tests" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS