Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from c9230be35b9d1be4ebe5cc5b775466ea4d93455b 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/ella-addon-textual-editor_v1.2.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 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # 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 452b66d73fd01f0530777e5201189bce6267e489 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-qjhwt is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-qjhwt" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.capella.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-qjhwt" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-qjhwt" - 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-centos-7:remoting-4.7" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-capella" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-qjhwt in /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.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-textual-editor.git > git init /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-textual-editor.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --progress https://github.com/eclipse/capella-textual-editor.git +refs/heads/v1.2.x:refs/remotes/origin/v1.2.x # timeout=10 Avoid second fetch Checking out Revision c9230be35b9d1be4ebe5cc5b775466ea4d93455b (v1.2.x) > git config remote.origin.url https://github.com/eclipse/capella-textual-editor.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v1.2.x:refs/remotes/origin/v1.2.x # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c9230be35b9d1be4ebe5cc5b775466ea4d93455b # timeout=10 Commit message: "[569380] Filter child components in ES, to be consistent with Capella tool (#107)" > git rev-list --no-walk c9230be35b9d1be4ebe5cc5b775466ea4d93455b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [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_PORT_80_TCP_ADDR=10.30.76.25 JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.22.145:50000 JENKINS_AGENT_WORKDIR=/home/jenkins/agent JENKINS_NODE_COOKIE=2fcba8a9-9229-4277-9d34-99d8948eacce BUILD_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/v1.2.x/23/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-qjhwt JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true KUBERNETES_PORT=tcp://10.30.0.1:443 TERM=xterm HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6 KUBERNETES_PORT_443_TCP_PORT=443 STAGE_NAME=Generate Target Platform BUILD_TAG=jenkins-capella-addon-textual-editor-v1.2.x-23 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=v1.2.x GIT_PREVIOUS_COMMIT=c9230be35b9d1be4ebe5cc5b775466ea4d93455b OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle KUBERNETES_SERVICE_HOST=10.30.0.1 JOB_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/v1.2.x/ WORKSPACE=/home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/v1.2.x/23/display/redirect?page=changes JENKINS_UI_PORT_80_TCP_PROTO=tcp JENKINS_NAME=centos-7-qjhwt USER_NAME=jenkins RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/v1.2.x/23/display/redirect?page=artifacts JENKINS_HOME=/var/jenkins GIT_COMMIT=c9230be35b9d1be4ebe5cc5b775466ea4d93455b 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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin MAVEN_HOME=/opt/tools/apache-maven/latest RUN_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/v1.2.x/23/display/redirect JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp _=/usr/bin/env JENKINS_UI_PORT_80_TCP_PORT=80 PWD=/home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x JENKINS_DISCOVERY_SERVICE_HOST=10.30.22.145 JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest JENKINS_UI_PORT=tcp://10.30.76.25:80 HUDSON_URL=https://ci.eclipse.org/capella/ LANG=en_US.UTF-8 JOB_NAME=capella-addon-textual-editor/v1.2.x GITLAB_OBJECT_KIND=none BUILD_DISPLAY_NAME=#23 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=23 JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000 JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 GIT_PREVIOUS_SUCCESSFUL_COMMIT=c9230be35b9d1be4ebe5cc5b775466ea4d93455b JOB_BASE_NAME=v1.2.x RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/v1.2.x/23/display/redirect?page=tests BUILD_KEY=1.2.x JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.22.145 JENKINS_SECRET=**** M2_HOME=/opt/tools/apache-maven/latest SHLVL=2 HOME=/home/jenkins GIT_BRANCH=v1.2.x KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 CI=true WORKSPACE_TMP=/home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-1fc1fdc784c749c2252a8c62343934a0bcff51321a955a4ebd24c3414181e687 NODE_LABELS=centos-7 centos-7-qjhwt jipp-migration migration GIT_URL=https://github.com/eclipse/capella-textual-editor.git NSS_SDB_USE_CACHE=no CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/capella/capella library.capella-pipeline-library.version=master HUDSON_HOME=/var/jenkins JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 NODE_NAME=centos-7-qjhwt JENKINS_UI_PORT_80_TCP=tcp://10.30.76.25:80 JENKINS_UI_SERVICE_HOST=10.30.76.25 JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-textual-editor/job/v1.2.x/display/redirect BUILD_NUMBER=23 HUDSON_COOKIE=2d4ca7bf-7c8d-445b-93e4-599edb6b32bc DISPLAY=:0 KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1 KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443 JENKINS_AGENT_NAME=centos-7-qjhwt JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/org.polarsys.capella.scenario.editor.update/pom.xml Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] ---------------< org.polarsys:capella.target-definition >--------------- [INFO] Building capella.target-definition 0.7.0-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ capella.target-definition --- [INFO] [INFO] --- tycho-eclipserun-plugin:0.26.0:eclipse-run (generate.target) @ capella.target-definition --- [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.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.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/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.update/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/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.update/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.update/target/eclipserun-work/configuration, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, capella.target-definition.targetplatform] Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.2.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.2.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.2.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.2.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/ (118.91kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.test.site/ (14.87kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.test.site/ (14.87kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20160607-1209/ (107.62kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20160607-1209/ (107.62kB) >> Fetching p2.index from https://download.eclipse.org/releases/neon/201705151400/ (142B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/neon/201705151400/ (142B) >> Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201705151400/ (884.78kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201705151400/ (884.78kB) Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/v1.2.x/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform >> Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B) >> Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB) >> Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ (30.46kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ (30.46kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ (21.35kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ (21.35kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ (23.1kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ (23.1kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ (49.66kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ (49.66kB) >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ (6.7kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ (6.7kB) >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ (7.27kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ (7.27kB) >> Fetching content.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/ (14.64kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/ (14.64kB) >> 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 content.jar from http://download.eclipse.org/egf/updates/1.5.1/neon/ (38.96kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/egf/updates/1.5.1/neon/ (38.96kB) >> 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/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/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.update/capella.target-definition.targetplatform [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:29 min [INFO] Finished at: 2021-08-26T12:25:09Z [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 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/features/org.polarsys.capella.scenario.editor.feature/.polyglot.build.properties /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/.polyglot.build.properties /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl/.polyglot.build.properties /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ide/.polyglot.build.properties /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ui/.polyglot.build.properties /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/.polyglot.build.properties /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.feature:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/features/org.polarsys.capella.scenario.editor.feature/.polyglot.build.properties [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] Adding repository http://download.eclipse.org/releases/neon/201705151400 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB) [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ (172B) [INFO] Adding repository https://download.eclipse.org/sirius/updates/releases/5.1.4/neon [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ (30.46kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/ (30.46kB) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2 [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ (21.35kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/ (21.35kB) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2 [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ (23.1kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/ (23.1kB) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ (172B) [INFO] Adding repository https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2 [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ (49.66kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/release/sdk/1.2.2/ (49.66kB) [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ (172B) [INFO] Adding repository http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ (6.7kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/ (6.7kB) [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ (172B) [INFO] Adding repository http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ (7.27kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.9.0/edm-patterns-site/ (7.27kB) [INFO] Adding repository http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella [INFO] Fetching content.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/ (14.64kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/amalgam/updates/stable/1.9.2-S20181119/capella/ (14.64kB) [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] Adding repository http://download.eclipse.org/egf/updates/1.5.1/neon [INFO] Fetching content.jar from http://download.eclipse.org/egf/updates/1.5.1/neon/ (38.96kB) [INFO] Fetching content.jar from http://download.eclipse.org/egf/updates/1.5.1/neon/ (38.96kB) [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/nightly/1.2.x/org.polarsys.capella.rcp.site [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/ (118.91kB) [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/ (118.91kB) [INFO] Adding repository https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.test.site [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.test.site/ (14.87kB) [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.test.site/ (14.87kB) [INFO] Adding repository http://download.eclipse.org/modeling/emf/cdo/drops/R20160607-1209 [INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20160607-1209/ (107.62kB) [INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20160607-1209/ (107.62kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201705151400/ (142B) [INFO] Fetching p2.index from https://download.eclipse.org/releases/neon/201705151400/ (142B) [INFO] Adding repository https://download.eclipse.org/releases/neon/201705151400 [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201705151400/ (884.78kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/neon/201705151400/ (884.78kB) [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.feature:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/features/org.polarsys.capella.scenario.editor.feature/.polyglot.build.properties [INFO] Fetching 201705151400&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (141.47kB) [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (141.47kB) [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB) [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (246.29kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (246.29kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.1kB) [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (347.67kB) [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (347.67kB) [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.43kB) [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.43kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.95kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.95kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (183.86kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (183.86kB) [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (207.37kB) [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (207.37kB) [INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.14kB) [INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.14kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.25MB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.25MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (94.7kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (94.7kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (287.32kB) [INFO] Fetching org.eclipse.ant.core_3.4.100.v20160505-0642.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.78kB) [INFO] Fetching org.eclipse.ant.core_3.4.100.v20160505-0642.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.78kB) [INFO] Fetching org.eclipse.core.variables_3.3.0.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.99kB) [INFO] Fetching org.eclipse.core.variables_3.3.0.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.99kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.25kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.25kB) [INFO] Fetching org.eclipse.ant.launching_1.1.201.v20161115-1135.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.02kB) [INFO] Fetching org.eclipse.ant.launching_1.1.201.v20161115-1135.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.02kB) [INFO] Fetching org.eclipse.debug.core_3.10.100.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (115.16kB) [INFO] Fetching org.eclipse.debug.core_3.10.100.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (115.16kB) [INFO] Fetching org.eclipse.jdt.launching_3.8.101.v20161111-2014.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.66kB) [INFO] Fetching org.eclipse.jdt.launching_3.8.101.v20161111-2014.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.66kB) [INFO] Fetching org.apache.ant_1.9.6.v201510161327.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.19MB) [INFO] Fetching org.apache.ant_1.9.6.v201510161327.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.19MB) [INFO] Fetching org.eclipse.core.externaltools_1.0.400.v20160509-1057.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.48kB) [INFO] Fetching org.eclipse.core.externaltools_1.0.400.v20160509-1057.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.48kB) [INFO] Fetching org.eclipse.text_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.22kB) [INFO] Fetching org.eclipse.text_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.22kB) [INFO] Fetching org.eclipse.jdt.core_3.12.3.v20170228-1205.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.56MB) [INFO] Fetching org.eclipse.jdt.core_3.12.3.v20170228-1205.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.56MB) [INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (862.01kB) [INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (862.01kB) [INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.22MB) [INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.22MB) [INFO] Fetching org.eclipse.ant.ui_3.6.201.v20161115-1135.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (483.53kB) [INFO] Fetching org.eclipse.ant.ui_3.6.201.v20161115-1135.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (483.53kB) [INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.54kB) [INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.54kB) [INFO] Fetching org.eclipse.ui.externaltools_3.3.100.v20160518-1858.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.75kB) [INFO] Fetching org.eclipse.ui.externaltools_3.3.100.v20160518-1858.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.75kB) [INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (268.51kB) [INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (268.51kB) [INFO] Fetching org.eclipse.ui.console_3.6.201.v20161107-0337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.38kB) [INFO] Fetching org.eclipse.ui.console_3.6.201.v20161107-0337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.38kB) [INFO] Fetching org.eclipse.debug.ui_3.11.202.v20161114-0338.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1MB) [INFO] Fetching org.eclipse.debug.ui_3.11.202.v20161114-0338.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1MB) [INFO] Fetching org.eclipse.jdt.ui_3.12.2.v20160929-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (3.61MB) [INFO] Fetching org.eclipse.jdt.ui_3.12.2.v20160929-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (3.61MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.7.201.v20160811-0450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.4MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.7.201.v20160811-0450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.4MB) [INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (127.51kB) [INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (127.51kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (105.61kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (105.61kB) [INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.83kB) [INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.83kB) [INFO] Fetching org.eclipse.jdt.junit_3.9.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.72kB) [INFO] Fetching org.eclipse.jdt.junit_3.9.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.72kB) [INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.65kB) [INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.65kB) [INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (314.18kB) [INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (314.18kB) [INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (793.87kB) [INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (793.87kB) [INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.08kB) [INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.08kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (228.35kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (228.35kB) [INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (178.45kB) [INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (178.45kB) [INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (125.61kB) [INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (125.61kB) [INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.24kB) [INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.24kB) [INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.13kB) [INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.13kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.37kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.37kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.58kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.58kB) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.51kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.51kB) [INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.81kB) [INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.81kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.47kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.47kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.78kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.78kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.92kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.92kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.91kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.91kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.37kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.37kB) [INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (122.2kB) [INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (122.2kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.67kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.67kB) [INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.2kB) [INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.2kB) [INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.72kB) [INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.72kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.23kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.23kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.44kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.44kB) [INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.39kB) [INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.39kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.59kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.88kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.88kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.67kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.67kB) [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.46kB) [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.46kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.02kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.02kB) [INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (344.64kB) [INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (344.64kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.01kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.01kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.01kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.01kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.11kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.11kB) [INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.57kB) [INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.57kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.56kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.56kB) [INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.13kB) [INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.13kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.84kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.84kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (81.91kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (81.91kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.05kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.05kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.33kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.33kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.05kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.05kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.24kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.24kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.42kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.42kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.5kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.5kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.71kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.71kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.92kB) [INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.97kB) [INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.97kB) [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.54kB) [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.54kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (450.85kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (450.85kB) [INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.36kB) [INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.36kB) [INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.57kB) [INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.57kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (221.11kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (221.11kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (147.01kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.9.0.201710271456.jar from http://download.eclipse.org/diffmerge/releases/0.9.0/emf-diffmerge-site/plugins/ (147.01kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.73kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.73kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.59kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.59kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.18kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.18kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.68kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.68kB) [INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.03MB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (63.14kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (63.14kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.91kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.91kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.38kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.38kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.75kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.75kB) [INFO] Fetching org.eclipse.xtext_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (791.96kB) [INFO] Fetching org.eclipse.xtext_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (791.96kB) [INFO] Fetching org.eclipse.xtext.common.types_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (122.54kB) [INFO] Fetching org.eclipse.xtext.common.types_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (122.54kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.25kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.25kB) [INFO] Fetching org.eclipse.xtext.ui_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (524.28kB) [INFO] Fetching org.eclipse.xtext.ui_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (524.28kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (83.19kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (83.19kB) [INFO] Fetching org.eclipse.xtext.builder_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (113.48kB) [INFO] Fetching org.eclipse.xtext.builder_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (113.48kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.48kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.48kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (66.79kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (66.79kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.86kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.86kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.01kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.01kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.45kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.45kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (141.38kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (141.38kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (168.83kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (168.83kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (403.22kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (403.22kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.29kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.29kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.84kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.84kB) [INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.14kB) [INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.14kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.41kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/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/201705151400/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/201705151400/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/201705151400/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/201705151400/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/201705151400/plugins/ (101.77kB) [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.04kB) [INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/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/201705151400/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/201705151400/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/201705151400/plugins/ (52.26kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.71kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.71kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/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/201705151400/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/201705151400/plugins/ (47.43kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/plugins/ (31.23kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/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/201705151400/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/201705151400/plugins/ (102.51kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/plugins/ (15.76kB) [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.22kB) [INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.22kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/plugins/ (116.27kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (189.14kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (189.14kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.300.v20150803-1225.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.6kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.300.v20150803-1225.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.6kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.14kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.14kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.89kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.89kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.57kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.57kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.87kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.87kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.38kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.38kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.72kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.72kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.92kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.92kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (129.97kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (129.97kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (373.51kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (373.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.18kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.18kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.64kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.64kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.3kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.3kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.89kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.89kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.58kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.58kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.29kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.29kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.23kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.23kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.13kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.13kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (133.98kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (133.98kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.41kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.41kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (191.67kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (191.67kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (212.4kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (212.4kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (61.19kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (61.19kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.37kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.37kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (120.4kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (120.4kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (67.64kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (67.64kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (307.07kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (307.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.97kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.97kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.79kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.79kB) [INFO] Fetching org.eclipse.jdt.debug_3.10.1.v20160811-0441.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (905.14kB) [INFO] Fetching org.eclipse.jdt.debug_3.10.1.v20160811-0441.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (905.14kB) [INFO] Fetching org.eclipse.search_3.11.1.v20161113-1700.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (167.2kB) [INFO] Fetching org.eclipse.search_3.11.1.v20161113-1700.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (167.2kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.84kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.84kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (176.66kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (176.66kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.8.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.64kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.8.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.64kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (283.72kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (283.72kB) [INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.71kB) [INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.71kB) [INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (131.55kB) [INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (131.55kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.91kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.91kB) [INFO] Fetching org.eclipse.pde.build_3.9.200.v20160204-0642.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (479.47kB) [INFO] Fetching org.eclipse.pde.build_3.9.200.v20160204-0642.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (479.47kB) [INFO] Fetching org.eclipse.pde.core_3.11.1.v20161115-1951.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.24MB) [INFO] Fetching org.eclipse.pde.core_3.11.1.v20161115-1951.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.24MB) [INFO] Fetching org.eclipse.pde.launching_3.6.401.v20161115-0549.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.96kB) [INFO] Fetching org.eclipse.pde.launching_3.6.401.v20161115-0549.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.96kB) [INFO] Fetching org.eclipse.pde.ui_3.9.100.v20161102-0517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.51MB) [INFO] Fetching org.eclipse.pde.ui_3.9.100.v20161102-0517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.51MB) [INFO] Fetching org.eclipse.ui.intro_3.5.2.v20161116-1147.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.62kB) [INFO] Fetching org.eclipse.ui.intro_3.5.2.v20161116-1147.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.62kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.0.v20160504-0839.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (119.26kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.0.v20160504-0839.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (119.26kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1.v20160829-0826.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.39kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1.v20160829-0826.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.39kB) [INFO] Fetching org.eclipse.ui.trace_1.0.400.v20160509-1055.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.69kB) [INFO] Fetching org.eclipse.ui.trace_1.0.400.v20160509-1055.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.69kB) [INFO] Fetching org.eclipse.sirius_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (374.01kB) [INFO] Fetching org.eclipse.sirius_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (374.01kB) [INFO] Fetching org.eclipse.sirius.common_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (82.08kB) [INFO] Fetching org.eclipse.sirius.common_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (82.08kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (33.11kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (33.11kB) [INFO] Fetching org.eclipse.sirius.ext.base_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (14.25kB) [INFO] Fetching org.eclipse.sirius.ext.base_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (14.25kB) [INFO] Fetching org.eclipse.sirius.ext.emf_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (9.98kB) [INFO] Fetching org.eclipse.sirius.ext.emf_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (9.98kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.43kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.43kB) [INFO] Fetching org.eclipse.sirius.common.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (92.76kB) [INFO] Fetching org.eclipse.sirius.common.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (92.76kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (18.17kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (18.17kB) [INFO] Fetching org.eclipse.sirius.diagram_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (340.5kB) [INFO] Fetching org.eclipse.sirius.diagram_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (340.5kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (24.05kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (24.05kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (23.96kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (23.96kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (171.22kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (171.22kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (2.89MB) [INFO] Fetching org.eclipse.sirius.diagram.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (2.89MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.34kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.34kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (43.44kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (43.44kB) [INFO] Fetching org.eclipse.sirius.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (385.99kB) [INFO] Fetching org.eclipse.sirius.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (385.99kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (111.65kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (111.65kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (10kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (10kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (18.24kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (18.24kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.96kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.96kB) [INFO] Fetching org.eclipse.sirius.ext.gef_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (10.33kB) [INFO] Fetching org.eclipse.sirius.ext.gef_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (10.33kB) [INFO] Fetching org.eclipse.sirius.ext.jface_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.03kB) [INFO] Fetching org.eclipse.sirius.ext.jface_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.03kB) [INFO] Fetching org.eclipse.sirius.ext.swt_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.48kB) [INFO] Fetching org.eclipse.sirius.ext.swt_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (7.48kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.17MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.17MB) [INFO] Fetching org.eclipse.emf_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.45kB) [INFO] Fetching org.eclipse.emf_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.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.table_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (101.95kB) [INFO] Fetching org.eclipse.sirius.table_5.1.4.201811301634.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.1.4/neon/plugins/ (101.95kB) [INFO] Fetching org.eclipse.xtend.core_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (877.33kB) [INFO] Fetching org.eclipse.xtend.core_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (877.33kB) [INFO] Fetching org.eclipse.xtext.xbase_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.13MB) [INFO] Fetching org.eclipse.xtext.xbase_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.13MB) [INFO] Fetching org.eclipse.xtext.util_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.97kB) [INFO] Fetching org.eclipse.xtext.util_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.97kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.43kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.43kB) [INFO] Fetching org.eclipse.xtend.lib_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (83.64kB) [INFO] Fetching org.eclipse.xtend.lib_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (83.64kB) [INFO] Fetching org.eclipse.xtext.smap_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.71kB) [INFO] Fetching org.eclipse.xtext.smap_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.71kB) [INFO] Fetching org.eclipse.xtend.doc_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (491.65kB) [INFO] Fetching org.eclipse.xtend.doc_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (491.65kB) [INFO] Fetching org.eclipse.xtend.examples_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (175.8kB) [INFO] Fetching org.eclipse.xtend.examples_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (175.8kB) [INFO] Fetching org.eclipse.xtend.ide_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (256.73kB) [INFO] Fetching org.eclipse.xtend.ide_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (256.73kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (197.5kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (197.5kB) [INFO] Fetching org.eclipse.xtend.ide.common_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (287.39kB) [INFO] Fetching org.eclipse.xtend.ide.common_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (287.39kB) [INFO] Fetching org.eclipse.xtext.ide_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (78.07kB) [INFO] Fetching org.eclipse.xtext.ide_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (78.07kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (318.49kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (318.49kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.31kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.31kB) [INFO] Fetching org.eclipse.xtend.m2e_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.54kB) [INFO] Fetching org.eclipse.xtend.m2e_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.54kB) [INFO] Fetching com.google.guava.source_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (808.64kB) [INFO] Fetching com.google.guava.source_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (808.64kB) [INFO] Fetching org.apache.commons.lang.source_2.6.0.v201404270220.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (376.26kB) [INFO] Fetching org.apache.commons.lang.source_2.6.0.v201404270220.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (376.26kB) [INFO] Fetching org.eclipse.xtend.core.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.94MB) [INFO] Fetching org.eclipse.xtend.core.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.94MB) [INFO] Fetching org.eclipse.xtend.ide.common.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (307.33kB) [INFO] Fetching org.eclipse.xtend.ide.common.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (307.33kB) [INFO] Fetching org.eclipse.xtend.lib.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (188.68kB) [INFO] Fetching org.eclipse.xtend.lib.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (188.68kB) [INFO] Fetching org.eclipse.xtend.lib.macro.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (86.93kB) [INFO] Fetching org.eclipse.xtend.lib.macro.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (86.93kB) [INFO] Fetching org.eclipse.xtend2.lib_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.52kB) [INFO] Fetching org.eclipse.xtend2.lib_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.52kB) [INFO] Fetching org.eclipse.xtend2.lib.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (6.99kB) [INFO] Fetching org.eclipse.xtend2.lib.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (6.99kB) [INFO] Fetching org.eclipse.xtend.ide.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (633.79kB) [INFO] Fetching org.eclipse.xtend.ide.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (633.79kB) [INFO] Fetching org.eclipse.xtend.standalone_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.09kB) [INFO] Fetching org.eclipse.xtend.standalone_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.09kB) [INFO] Fetching org.eclipse.xtend.standalone.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (6.97kB) [INFO] Fetching org.eclipse.xtend.standalone.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (6.97kB) [INFO] Fetching org.eclipse.xtend.sdk_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.68kB) [INFO] Fetching org.eclipse.xtend.sdk_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.68kB) [INFO] Fetching org.eclipse.xtext.junit4_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (93.42kB) [INFO] Fetching org.eclipse.xtext.junit4_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (93.42kB) [INFO] Fetching org.eclipse.xtext.xbase.junit_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (87.4kB) [INFO] Fetching org.eclipse.xtext.xbase.junit_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (87.4kB) [INFO] Fetching org.eclipse.xtext.activities_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.26kB) [INFO] Fetching org.eclipse.xtext.activities_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.26kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.31kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.31kB) [INFO] Fetching org.objectweb.asm_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB) [INFO] Fetching org.objectweb.asm_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.85kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.85kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.22kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.22kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.13kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.13kB) [INFO] Fetching org.eclipse.xtext.doc_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.44MB) [INFO] Fetching org.eclipse.xtext.doc_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.44MB) [INFO] Fetching org.eclipse.xtext.docs_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.43kB) [INFO] Fetching org.eclipse.xtext.docs_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.43kB) [INFO] Fetching org.eclipse.xtext.ecore_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.34kB) [INFO] Fetching org.eclipse.xtext.ecore_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.34kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (953.65kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (953.65kB) [INFO] Fetching org.eclipse.xtext.examples_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.51kB) [INFO] Fetching org.eclipse.xtext.examples_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.51kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.examples.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.75kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.examples.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.75kB) [INFO] Fetching org.eclipse.xtext.examples.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.35kB) [INFO] Fetching org.eclipse.xtext.examples.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.35kB) [INFO] Fetching org.eclipse.xtext.generator_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (286.65kB) [INFO] Fetching org.eclipse.xtext.generator_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (286.65kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (717.56kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (717.56kB) [INFO] Fetching org.eclipse.xtext.idea.generator_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (109.17kB) [INFO] Fetching org.eclipse.xtext.idea.generator_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (109.17kB) [INFO] Fetching org.eclipse.xtext.java_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (103.87kB) [INFO] Fetching org.eclipse.xtext.java_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (103.87kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.43kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.43kB) [INFO] Fetching org.eclipse.xtext.m2e_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.6kB) [INFO] Fetching org.eclipse.xtext.m2e_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.6kB) [INFO] Fetching org.eclipse.xtext.purexbase_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (108.76kB) [INFO] Fetching org.eclipse.xtext.purexbase_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (108.76kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (138.45kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (138.45kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (424.26kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (424.26kB) [INFO] Fetching org.eclipse.xtext.runtime_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.74kB) [INFO] Fetching org.eclipse.xtext.runtime_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.74kB) [INFO] Fetching org.eclipse.xtext.util.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (156.28kB) [INFO] Fetching org.eclipse.xtext.util.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (156.28kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (234.28kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (234.28kB) [INFO] Fetching org.antlr.runtime.source_3.2.0.v201101311130.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (243.49kB) [INFO] Fetching org.antlr.runtime.source_3.2.0.v201101311130.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (243.49kB) [INFO] Fetching org.apache.log4j.source_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (241.33kB) [INFO] Fetching org.apache.log4j.source_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (241.33kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (412.99kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (412.99kB) [INFO] Fetching org.eclipse.xtext.logging.source_1.2.15.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.71kB) [INFO] Fetching org.eclipse.xtext.logging.source_1.2.15.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.71kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.91MB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.91MB) [INFO] Fetching org.eclipse.xtext.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.81MB) [INFO] Fetching org.eclipse.xtext.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.81MB) [INFO] Fetching org.eclipse.xtext.smap.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.32kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.32kB) [INFO] Fetching org.eclipse.xtext.generator.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (663.71kB) [INFO] Fetching org.eclipse.xtext.generator.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (663.71kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (363.35kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (363.35kB) [INFO] Fetching org.eclipse.xtext.java.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (103.45kB) [INFO] Fetching org.eclipse.xtext.java.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (103.45kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.99kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.99kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.21kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.21kB) [INFO] Fetching org.eclipse.xtext.runtime.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.49kB) [INFO] Fetching org.eclipse.xtext.runtime.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.49kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (765.84kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (765.84kB) [INFO] Fetching org.eclipse.emf.common.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (210.33kB) [INFO] Fetching com.google.inject.source_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (197.49kB) [INFO] Fetching com.google.inject.source_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (197.49kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.92kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.92kB) [INFO] Fetching org.eclipse.xtext.junit4.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (177.09kB) [INFO] Fetching org.eclipse.xtext.junit4.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (177.09kB) [INFO] Fetching org.eclipse.xtext.purexbase.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.47kB) [INFO] Fetching org.eclipse.xtext.purexbase.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.47kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.77kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.77kB) [INFO] Fetching org.eclipse.xtext.sdk_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Fetching org.eclipse.xtext.sdk_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.62kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.72kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.72kB) [INFO] Fetching org.eclipse.xtext.ui_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.57kB) [INFO] Fetching org.eclipse.xtext.ui_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.57kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.07MB) [INFO] Fetching org.eclipse.xtext.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.07MB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.32kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.32kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.15kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.15kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (153.37kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (153.37kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.85kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.85kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.99kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.99kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (159.23kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (159.23kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.73kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.73kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.9kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.9kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.43kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.43kB) [INFO] Fetching org.eclipse.xtext.xbase_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.49kB) [INFO] Fetching org.eclipse.xtext.xbase_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.49kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.46kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.46kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (119.83kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (119.83kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.35kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.35kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (519.06kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (519.06kB) [INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (193.81kB) [INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (193.81kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (409.3kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (409.3kB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.57MB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.57MB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.38kB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.38kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (163.04kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (163.04kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.97kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.10.0.v201605250459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.97kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.56kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.56kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (267.11kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (267.11kB) [INFO] Fetching org.eclipse.xtext.activities.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.06kB) [INFO] Fetching org.eclipse.xtext.activities.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.06kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.92kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.92kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.36kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.10.0.v201605250459.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.36kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.33kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.33kB) [INFO] Fetching org.polarsys.capella.common_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (62.59kB) [INFO] Fetching org.polarsys.capella.common_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (62.59kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (35.78kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (35.78kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (132.57kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (132.57kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (30.73kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (30.73kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (87.93kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (87.93kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (26.99kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (26.99kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (34.19kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (34.19kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (62.17kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (62.17kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (8.4kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (8.4kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (40.83kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (40.83kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (52.51kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (52.51kB) [INFO] Fetching org.polarsys.capella.common.model_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (20.64kB) [INFO] Fetching org.polarsys.capella.common.model_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (20.64kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (39.44kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (39.44kB) [INFO] Fetching org.polarsys.capella.common.ef_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (25.37kB) [INFO] Fetching org.polarsys.capella.common.ef_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (25.37kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (9.23kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (20.26kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (20.26kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (23.55kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (23.55kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (44.71kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (44.71kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (135.12kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (135.12kB) [INFO] Fetching org.polarsys.capella.common.ui_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (207.23kB) [INFO] Fetching org.polarsys.capella.common.ui_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (207.23kB) [INFO] Fetching org.polarsys.capella.common.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (33.57kB) [INFO] Fetching org.polarsys.capella.common.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (33.57kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (417.45kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (417.45kB) [INFO] Fetching org.polarsys.capella.core.model.handler_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (104.34kB) [INFO] Fetching org.polarsys.capella.core.model.handler_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (104.34kB) [INFO] Fetching org.polarsys.capella.common.libraries_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (19.65kB) [INFO] Fetching org.polarsys.capella.common.libraries_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (19.65kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (34.08kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (34.08kB) [INFO] Fetching org.polarsys.capella.common.queries_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (31.65kB) [INFO] Fetching org.polarsys.capella.common.queries_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (31.65kB) [INFO] Fetching org.polarsys.capella.common.tools.report_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (32.8kB) [INFO] Fetching org.polarsys.capella.common.tools.report_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (32.8kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (9.62kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (9.62kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (35.97kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (35.97kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (12.37kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (12.37kB) [INFO] Fetching org.polarsys.capella.common.re_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (230.97kB) [INFO] Fetching org.polarsys.capella.common.re_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (230.97kB) [INFO] Fetching org.polarsys.capella.common.re.gen_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (55.4kB) [INFO] Fetching org.polarsys.capella.common.re.gen_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (55.4kB) [INFO] Fetching org.polarsys.capella.common.transition_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (243.19kB) [INFO] Fetching org.polarsys.capella.common.transition_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (243.19kB) [INFO] Fetching org.polarsys.capella.common.sirius.decorators_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (5.71kB) [INFO] Fetching org.polarsys.capella.common.sirius.decorators_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (5.71kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (152.25kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (152.25kB) [INFO] Fetching org.polarsys.capella.common.ui.services_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (12.6kB) [INFO] Fetching org.polarsys.capella.common.ui.services_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (12.6kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (18.61kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (18.61kB) [INFO] Fetching org.polarsys.capella.core.preferences_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (223.85kB) [INFO] Fetching org.polarsys.capella.core.preferences_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (223.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (23.32kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (23.32kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (12.61kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (12.61kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (9.33kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (9.33kB) [INFO] Fetching org.polarsys.capella.core.data.gen_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (2.26MB) [INFO] Fetching org.polarsys.capella.core.data.gen_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (2.26MB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (57.58kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (57.58kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (24.74kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (24.74kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.services_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (24.57kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.services_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (24.57kB) [INFO] Fetching org.polarsys.capella.core.af.integration_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (18.18kB) [INFO] Fetching org.polarsys.capella.core.af.integration_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (18.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (60.66kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (60.66kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (1.36MB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (1.36MB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (60.1kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (60.1kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (50.34kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (50.34kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (19.31kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (19.31kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (246.51kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (246.51kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (153.46kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (153.46kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (1.27MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (1.27MB) [INFO] Fetching org.polarsys.capella.core.data.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (414.61kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (414.61kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (93.91kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (93.91kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (214.11kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (214.11kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (22.15kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (22.15kB) [INFO] Fetching org.polarsys.capella.core.libraries_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (47.91kB) [INFO] Fetching org.polarsys.capella.core.libraries_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (47.91kB) [INFO] Fetching org.polarsys.capella.core.libraries.extendedQueries_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (123.43kB) [INFO] Fetching org.polarsys.capella.core.libraries.extendedQueries_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (123.43kB) [INFO] Fetching org.polarsys.capella.core.queries.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (6.23kB) [INFO] Fetching org.polarsys.capella.core.queries.helpers_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (6.23kB) [INFO] Fetching org.polarsys.capella.core.validation_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (29.96kB) [INFO] Fetching org.polarsys.capella.core.validation_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (29.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (17.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (17.81kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (100.97kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (100.97kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (147.91kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (147.91kB) [INFO] Fetching org.polarsys.capella.core.re_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (98.02kB) [INFO] Fetching org.polarsys.capella.core.re_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (98.02kB) [INFO] Fetching org.polarsys.capella.core.transition.system_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (250.85kB) [INFO] Fetching org.polarsys.capella.core.transition.system_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (250.85kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (391.65kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (391.65kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (1.48MB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (1.48MB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (14.77kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (14.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (34.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (34.21kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (310.28kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (310.28kB) [INFO] Fetching org.polarsys.capella.doc_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (242.66kB) [INFO] Fetching org.polarsys.capella.doc_1.2.2.202006301216.jar from https://download.eclipse.org/capella/core/updates/nightly/1.2.x/org.polarsys.capella.rcp.site/plugins/ (242.66kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (6.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (6.45kB) [INFO] Fetching org.polarsys.kitalpha.report_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.report_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (32.77kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (32.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.14kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/plugins/ (18.54kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtime/1.2.2/plugins/ (18.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (78.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (78.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (30.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (30.12kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (21.51kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (21.51kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (4.46kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (4.46kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.62kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.62kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (76.55kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (76.55kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (271.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (271.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (15.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (15.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (18.84kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (18.84kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (12.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (12.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.2.2.201812041251.jar from https://download.eclipse.org/kitalpha/updates/release/runtimecore/1.2.2/plugins/ (22.26kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.28MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.28MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (961.03kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (961.03kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.feature:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/features/org.polarsys.capella.scenario.editor.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl.ide:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ide/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl.ide:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ide/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl.ide:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ide/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.dsl.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.embeddededitor:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.embeddededitor:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.embeddededitor:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.site:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.site:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.scenario.editor.site:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/pom.xml [WARNING] The project org.polarsys:org.polarsys.capella.scenario.editor.parent:pom:0.7.0-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 Textual Editor Addon [pom] [INFO] org.polarsys.capella.scenario.editor.features [pom] [INFO] org.polarsys.capella.scenario.editor.plugins [pom] [INFO] org.polarsys.capella.scenario.editor [eclipse-plugin] [INFO] org.polarsys.capella.scenario.editor.doc [eclipse-plugin] [INFO] org.polarsys.capella.scenario.editor.dsl [eclipse-plugin] [INFO] org.polarsys.capella.scenario.editor.dsl.ide [eclipse-plugin] [INFO] org.polarsys.capella.scenario.editor.dsl.ui [eclipse-plugin] [INFO] org.polarsys.capella.scenario.editor.embeddededitor [eclipse-plugin] [INFO] org.polarsys.capella.scenario.editor.feature [eclipse-feature] [INFO] org.polarsys.capella.scenario.editor.site [eclipse-repository] [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.scenario.editor.parent >------ [INFO] Building Capella Textual Editor Addon 0.7.0-SNAPSHOT [1/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.scenario.editor.parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.scenario.editor.parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.parent --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.parent --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.scenario.editor.features >----- [INFO] Building org.polarsys.capella.scenario.editor.features 0.7.0-SNAPSHOT [2/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.scenario.editor.features --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.scenario.editor.features --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.features --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.features --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.scenario.editor.plugins >------ [INFO] Building org.polarsys.capella.scenario.editor.plugins 0.7.0-SNAPSHOT [3/11] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.scenario.editor.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.scenario.editor.plugins --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.plugins --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.scenario.editor >---------- [INFO] Building org.polarsys.capella.scenario.editor 0.7.0-SNAPSHOT [4/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.scenario.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.scenario.editor --- [INFO] The project's OSGi version is 0.7.0.202108261225 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.scenario.editor --- [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.scenario.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.scenario.editor --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/target/classes [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/src/org/polarsys/capella/scenario/editor/EmbeddedEditorInstance.java:[17] import org.eclipse.xtext.ui.editor.embedded.EmbeddedEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EmbeddedEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/src/org/polarsys/capella/scenario/editor/EmbeddedEditorInstance.java:[24] private static EmbeddedEditor embeddedEditor; ^^^^^^^^^^^^^^ Discouraged access: The type 'EmbeddedEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/src/org/polarsys/capella/scenario/editor/EmbeddedEditorInstance.java:[39] public static EmbeddedEditor getEmbeddedEditor() { ^^^^^^^^^^^^^^ Discouraged access: The type 'EmbeddedEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/src/org/polarsys/capella/scenario/editor/EmbeddedEditorInstance.java:[43] public static void setEmbeddedEditor(EmbeddedEditor eEditor) { ^^^^^^^^^^^^^^ Discouraged access: The type 'EmbeddedEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/src/org/polarsys/capella/scenario/editor/helper/EmbeddedEditorInstanceHelper.java:[603] XtextDocument document = EmbeddedEditorInstance.getEmbeddedEditor().getDocument(); ^^^^^^^^^^^ Discouraged access: The method 'EmbeddedEditor.getDocument()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/src/org/polarsys/capella/scenario/editor/helper/EmbeddedEditorInstanceHelper.java:[617] XtextDocument document = EmbeddedEditorInstance.getEmbeddedEditor().getDocument(); ^^^^^^^^^^^ Discouraged access: The method 'EmbeddedEditor.getDocument()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.scenario.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/target/org.polarsys.capella.scenario.editor-0.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.scenario.editor --- [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/build.properties: bin.includes value(s) [models/] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor/target/org.polarsys.capella.scenario.editor-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.scenario.editor.doc >-------- [INFO] Building org.polarsys.capella.scenario.editor.doc 0.7.0-SNAPSHOT [5/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.scenario.editor.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.scenario.editor.doc --- [INFO] The project's OSGi version is 0.7.0.202108261225 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.scenario.editor.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.scenario.editor.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.scenario.editor.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.scenario.editor.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.doc/target/org.polarsys.capella.scenario.editor.doc-0.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.scenario.editor.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.doc/target/org.polarsys.capella.scenario.editor.doc-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.doc --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.scenario.editor.dsl >-------- [INFO] Building org.polarsys.capella.scenario.editor.dsl 0.7.0-SNAPSHOT [6/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.scenario.editor.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.scenario.editor.dsl --- [INFO] The project's OSGi version is 0.7.0.202108261225 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.dsl --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.scenario.editor.dsl --- [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.scenario.editor.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.scenario.editor.dsl --- [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl/target/classes [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl/src/org/polarsys/capella/scenario/editor/dsl/provider/TextualScenarioProvider.java:[19] import org.eclipse.xtext.ui.editor.embedded.IEditedResourceProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IEditedResourceProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl/src/org/polarsys/capella/scenario/editor/dsl/provider/TextualScenarioProvider.java:[24] public class TextualScenarioProvider implements IEditedResourceProvider { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IEditedResourceProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.scenario.editor.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl/target/org.polarsys.capella.scenario.editor.dsl-0.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.scenario.editor.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl/target/org.polarsys.capella.scenario.editor.dsl-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.dsl --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.dsl --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.scenario.editor.dsl.ide >------ [INFO] Building org.polarsys.capella.scenario.editor.dsl.ide 0.7.0-SNAPSHOT [7/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.scenario.editor.dsl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.scenario.editor.dsl.ide --- [INFO] The project's OSGi version is 0.7.0.202108261225 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.dsl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.dsl.ide --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.scenario.editor.dsl.ide --- [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.scenario.editor.dsl.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.scenario.editor.dsl.ide --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ide/target/classes [WARNING] Source directory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ide/xtend-gen does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.scenario.editor.dsl.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ide/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.dsl.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ide/target/org.polarsys.capella.scenario.editor.dsl.ide-0.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.dsl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.scenario.editor.dsl.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ide/target/org.polarsys.capella.scenario.editor.dsl.ide-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.dsl.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.dsl.ide --- [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.scenario.editor.dsl.ui >------ [INFO] Building org.polarsys.capella.scenario.editor.dsl.ui 0.7.0-SNAPSHOT [8/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.scenario.editor.dsl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.scenario.editor.dsl.ui --- [INFO] The project's OSGi version is 0.7.0.202108261225 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.dsl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.dsl.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.scenario.editor.dsl.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.scenario.editor.dsl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.scenario.editor.dsl.ui --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.scenario.editor.dsl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.dsl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ui/target/org.polarsys.capella.scenario.editor.dsl.ui-0.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.dsl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.scenario.editor.dsl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.dsl.ui/target/org.polarsys.capella.scenario.editor.dsl.ui-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.dsl.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.dsl.ui --- [INFO] [INFO] --< org.polarsys:org.polarsys.capella.scenario.editor.embeddededitor >-- [INFO] Building org.polarsys.capella.scenario.editor.embeddededitor 0.7.0-SNAPSHOT [9/11] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.scenario.editor.embeddededitor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.scenario.editor.embeddededitor --- [INFO] The project's OSGi version is 0.7.0.202108261225 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.embeddededitor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.embeddededitor --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.scenario.editor.embeddededitor --- [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.scenario.editor.embeddededitor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.polarsys.capella.scenario.editor.embeddededitor --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/target/classes [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[27] import org.eclipse.ui.internal.editors.text.EditorsPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorsPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.10.1.v20161106-1856/org.eclipse.ui.editors-3.10.1.v20161106-1856.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[28] import org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyTitle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabbedPropertyTitle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.7.0.v20160310-0903/org.eclipse.ui.views.properties.tabbed-3.7.0.v20160310-0903.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[32] import org.eclipse.xtext.ui.editor.embedded.EmbeddedEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EmbeddedEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[33] import org.eclipse.xtext.ui.editor.embedded.EmbeddedEditorFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EmbeddedEditorFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[48] private TabbedPropertyTitle scenarioTitle; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabbedPropertyTitle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.7.0.v20160310-0903/org.eclipse.ui.views.properties.tabbed-3.7.0.v20160310-0903.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[86] scenarioTitle = new TabbedPropertyTitle(parent, new TabbedPropertySheetWidgetFactory()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabbedPropertyTitle' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.7.0.v20160310-0903/org.eclipse.ui.views.properties.tabbed-3.7.0.v20160310-0903.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[86] scenarioTitle = new TabbedPropertyTitle(parent, new TabbedPropertySheetWidgetFactory()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TabbedPropertyTitle(Composite, TabbedPropertySheetWidgetFactory)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.7.0.v20160310-0903/org.eclipse.ui.views.properties.tabbed-3.7.0.v20160310-0903.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[89] scenarioTitle.setTitle("Textual Editor", null); ^^^^^^^^ Discouraged access: The method 'TabbedPropertyTitle.setTitle(String, Image)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.7.0.v20160310-0903/org.eclipse.ui.views.properties.tabbed-3.7.0.v20160310-0903.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[100] EditorsPlugin.getDefault().getPreferenceStore().setValue(SpellingService.PREFERENCE_SPELLING_ENABLED, false); ^^^^^^^^^^^^^ Discouraged access: The type 'EditorsPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.10.1.v20161106-1856/org.eclipse.ui.editors-3.10.1.v20161106-1856.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[100] EditorsPlugin.getDefault().getPreferenceStore().setValue(SpellingService.PREFERENCE_SPELLING_ENABLED, false); ^^^^^^^^^^ Discouraged access: The method 'EditorsPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.10.1.v20161106-1856/org.eclipse.ui.editors-3.10.1.v20161106-1856.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[102] EmbeddedEditorFactory factory = injector.getInstance(EmbeddedEditorFactory.class); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EmbeddedEditorFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[102] EmbeddedEditorFactory factory = injector.getInstance(EmbeddedEditorFactory.class); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EmbeddedEditorFactory' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[104] EmbeddedEditor editor = factory.newEditor(provider).withParent(parent); ^^^^^^^^^^^^^^ Discouraged access: The type 'EmbeddedEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[104] EmbeddedEditor editor = factory.newEditor(provider).withParent(parent); ^^^^^^^^^ Discouraged access: The method 'EmbeddedEditorFactory.newEditor(IEditedResourceProvider)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[104] EmbeddedEditor editor = factory.newEditor(provider).withParent(parent); ^^^^^^^^^^ Discouraged access: The method 'EmbeddedEditorFactory.Builder.withParent(Composite)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/views/EmbeddedEditorView.java:[105] editor.createPartialEditor(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'EmbeddedEditor.createPartialEditor()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.ui/2.10.0.v201605250459/org.eclipse.xtext.ui-2.10.0.v201605250459.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/commands/XtextToDiagramCommands.java:[34] import org.eclipse.sirius.diagram.sequence.business.internal.operation.SynchronizeGraphicalOrderingOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SynchronizeGraphicalOrderingOperation' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.diagram.sequence/5.1.4.201811301634/org.eclipse.sirius.diagram.sequence-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/commands/XtextToDiagramCommands.java:[35] import org.eclipse.sirius.diagram.sequence.business.internal.refresh.RefreshLayoutCommand; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RefreshLayoutCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.diagram.sequence/5.1.4.201811301634/org.eclipse.sirius.diagram.sequence-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/commands/XtextToDiagramCommands.java:[334] Command refreshLayoutCommand = new RefreshLayoutCommand(TransactionUtil.getEditingDomain(dDiagram), diagram, ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RefreshLayoutCommand' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.diagram.sequence/5.1.4.201811301634/org.eclipse.sirius.diagram.sequence-5.1.4.201811301634.jar') [WARNING] /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/org/polarsys/capella/scenario/editor/embeddededitor/commands/XtextToDiagramCommands.java:[334] Command refreshLayoutCommand = new RefreshLayoutCommand(TransactionUtil.getEditingDomain(dDiagram), diagram, ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'RefreshLayoutCommand(TransactionalEditingDomain, Diagram, boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.sirius.diagram.sequence/5.1.4.201811301634/org.eclipse.sirius.diagram.sequence-5.1.4.201811301634.jar') 20 problems (20 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.scenario.editor.embeddededitor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.embeddededitor --- [INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/target/org.polarsys.capella.scenario.editor.embeddededitor-0.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.embeddededitor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.polarsys.capella.scenario.editor.embeddededitor --- [INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/plugins/org.polarsys.capella.scenario.editor.embeddededitor/target/org.polarsys.capella.scenario.editor.embeddededitor-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.embeddededitor --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.embeddededitor --- [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.scenario.editor.feature >------ [INFO] Building org.polarsys.capella.scenario.editor.feature 0.7.0-SNAPSHOT [10/11] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.scenario.editor.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.scenario.editor.feature --- [INFO] The project's OSGi version is 0.7.0.202108261225 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.polarsys.capella.scenario.editor.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.polarsys.capella.scenario.editor.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.scenario.editor.feature --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.polarsys.capella.scenario.editor.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/features/org.polarsys.capella.scenario.editor.feature/target/org.polarsys.capella.scenario.editor.feature-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.scenario.editor.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.scenario.editor.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.feature --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.scenario.editor.site >------- [INFO] Building org.polarsys.capella.scenario.editor.site 0.7.0-SNAPSHOT [11/11] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.scenario.editor.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.scenario.editor.site --- [INFO] The project's OSGi version is 0.7.0.202108261225 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.scenario.editor.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.polarsys.capella.scenario.editor.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.scenario.editor.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.polarsys.capella.scenario.editor.site --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.polarsys.capella.scenario.editor.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.scenario.editor.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.4.0:publish-products (default-publish-products) @ org.polarsys.capella.scenario.editor.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.polarsys.capella.scenario.editor.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.scenario.editor.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.scenario.editor.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.polarsys.capella.scenario.editor.site --- [INFO] Building zip: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/target/org.polarsys.capella.scenario.editor.site-0.7.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.scenario.editor.site --- [INFO] [INFO] --- tycho-eclipserun-plugin:1.4.0:eclipse-run (create-dropins) @ org.polarsys.capella.scenario.editor.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/ (518B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (518B) [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/201703141400/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703141400/ (886.38kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703141400/ (886.38kB) [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/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 osgi.enterprise_4.2.0.v201108120515.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.18kB) [INFO] Fetching osgi.enterprise_4.2.0.v201108120515.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.18kB) [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (92.14kB) [INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (92.14kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.93kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.93kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (253.65kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (253.65kB) [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.47kB) [INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.47kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.32kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.32kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.79kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.79kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.61kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.61kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.77kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.77kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.24kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/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/201705151400/plugins/ (44.99kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.87kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/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/201705151400/plugins/ (32.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.86kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/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/201705151400/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/201705151400/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/201705151400/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/201705151400/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/201705151400/plugins/ (7.42kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (22.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (22.8kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/plugins/ (17.42kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/plugins/ (32.42kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.201.v20161115-1927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/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/201705151400/plugins/ (21.51kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.01kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/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/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.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/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/target/eclipserun-work/configuration, -application, org.eclipse.equinox.p2.repository.repo2runnable, -source, file:/home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/target/repository, -destination, /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor/eclipse] [INFO] [INFO] --- maven-antrun-plugin:1.7:run (package-dropins) @ org.polarsys.capella.scenario.editor.site --- [INFO] Executing tasks main: [delete] Deleting: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor/eclipse/artifacts.jar [delete] Deleting: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor/eclipse/content.jar [zip] Building zip: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor-dropins-0.7.0.202108261225.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (archive-repository) @ org.polarsys.capella.scenario.editor.site --- [INFO] Building zip: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor-updateSite-0.7.0.202108261225.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Textual Editor Addon 0.7.0-SNAPSHOT: [INFO] [INFO] Capella Textual Editor Addon ....................... SUCCESS [ 4.100 s] [INFO] org.polarsys.capella.scenario.editor.features ...... SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.scenario.editor.plugins ....... SUCCESS [ 0.004 s] [INFO] org.polarsys.capella.scenario.editor ............... SUCCESS [ 2.646 s] [INFO] org.polarsys.capella.scenario.editor.doc ........... SUCCESS [ 0.181 s] [INFO] org.polarsys.capella.scenario.editor.dsl ........... SUCCESS [ 1.068 s] [INFO] org.polarsys.capella.scenario.editor.dsl.ide ....... SUCCESS [ 0.530 s] [INFO] org.polarsys.capella.scenario.editor.dsl.ui ........ SUCCESS [ 0.405 s] [INFO] org.polarsys.capella.scenario.editor.embeddededitor SUCCESS [ 0.483 s] [INFO] org.polarsys.capella.scenario.editor.feature ....... SUCCESS [ 0.130 s] [INFO] org.polarsys.capella.scenario.editor.site .......... SUCCESS [ 27.655 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:38 min [INFO] Finished at: 2021-08-26T12:27:50Z [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) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-hcXkjRda3u6R/agent.1054 SSH_AGENT_PID=1056 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x@tmp/private_key_3027748257648584717.key (/home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x@tmp/private_key_3027748257648584717.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/textualeditor/dropins/nightly/v1.2.x-23/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor-dropins-0.7.0.202108261225.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/textualeditor/dropins/nightly/v1.2.x-23/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1056 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) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-spZ2C0qaSfWX/agent.1093 SSH_AGENT_PID=1095 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x@tmp/private_key_5593244121339143869.key (/home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x@tmp/private_key_5593244121339143869.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/textualeditor/updates/nightly/v1.2.x-23/ [Pipeline] sh + scp -rp /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.2.x/releng/org.polarsys.capella.scenario.editor.site/target/TextualEditor-updateSite-0.7.0.202108261225.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/textualeditor/updates/nightly/v1.2.x-23/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1095 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] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS