Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 6f742bbb28d4a4fa1060b9241f4a817840377974 Loading library capella-pipeline-library@master-jacoco2 Attempting to resolve master-jacoco2 from remote references... > git --version # timeout=10 > git --version # 'git version 2.43.0' > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master-jacoco2 revision aa81b2c9a5fb9ed616a558182f01da643bdb6914 Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-pipeline-library > git init /var/jenkins/workspace/a-product_draft-png-icons-sample@libs/a1cf802a030a3464458665fe100be90220a40ba8b14f10c4080945192d628f70 # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision aa81b2c9a5fb9ed616a558182f01da643bdb6914 (master-jacoco2) > git config core.sparsecheckout # timeout=10 > git checkout -f aa81b2c9a5fb9ed616a558182f01da643bdb6914 # timeout=10 Commit message: "Update sonar" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘migration’ Agent centos-7-lx5bz is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-lx5bz" namespace: "capella" 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-lx5bz" - 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-lx5bz" - 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-3160.vd76b_9ddd10cc" 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 subPath: "" - 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-lx5bz in /home/jenkins/agent/workspace/a-product_draft-png-icons-sample [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Honoring refspec on initial clone Cloning repository https://github.com/eclipse/capella.git > git init /home/jenkins/agent/workspace/a-product_draft-png-icons-sample # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella.git > git --version # timeout=10 > git --version # 'git version 2.36.6' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/capella.git +refs/heads/draft-png-icons-sample:refs/remotes/origin/draft-png-icons-sample # timeout=10 Avoid second fetch Checking out Revision 6f742bbb28d4a4fa1060b9241f4a817840377974 (draft-png-icons-sample) > git config remote.origin.url https://github.com/eclipse/capella.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/draft-png-icons-sample:refs/remotes/origin/draft-png-icons-sample # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f742bbb28d4a4fa1060b9241f4a817840377974 # timeout=13 Commit message: "@2x icons" First time build. Skipping changelog. [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=1aa4bc1d-d7dc-4567-9297-c295a30d48b5 BUILD_URL=https://ci.eclipse.org/capella/job/capella-product/job/draft-png-icons-sample/1/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-lx5bz 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-product-draft-png-icons-sample-1 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=draft-png-icons-sample 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-product/job/draft-png-icons-sample/ WORKSPACE=/home/jenkins/agent/workspace/a-product_draft-png-icons-sample RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/draft-png-icons-sample/1/display/redirect?page=changes JENKINS_UI_PORT_80_TCP_PROTO=tcp JENKINS_NAME=centos-7-lx5bz USER_NAME=jenkins RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/draft-png-icons-sample/1/display/redirect?page=artifacts JENKINS_HOME=/var/jenkins GIT_COMMIT=6f742bbb28d4a4fa1060b9241f4a817840377974 PATH=/opt/tools/java/openjdk/jdk-14/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-14/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-product/job/draft-png-icons-sample/1/display/redirect JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp _=/usr/bin/env JENKINS_UI_PORT_80_TCP_PORT=80 PWD=/home/jenkins/agent/workspace/a-product_draft-png-icons-sample JENKINS_DISCOVERY_SERVICE_HOST=10.30.22.145 JAVA_HOME=/opt/tools/java/openjdk/jdk-14/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-product/draft-png-icons-sample GITLAB_OBJECT_KIND=none BUILD_DISPLAY_NAME=#1 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=1 JENKINS_DISCOVERY_PORT=tcp://10.30.22.145:50000 JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 JOB_BASE_NAME=draft-png-icons-sample RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/draft-png-icons-sample/1/display/redirect?page=tests BUILD_KEY=draft-png-icons-sample 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=draft-png-icons-sample KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 CI=true WORKSPACE_TMP=/home/jenkins/agent/workspace/a-product_draft-png-icons-sample@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-e367a77c4c1741f358894c078ced1375b5e7853f076593d8363f4079a86e9bed NODE_LABELS=centos-7 jipp-migration migration centos-7-lx5bz GIT_URL=https://github.com/eclipse/capella.git NSS_SDB_USE_CACHE=no CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/a-product_draft-png-icons-sample/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/capella library.capella-pipeline-library.version=master-jacoco2 HUDSON_HOME=/var/jenkins JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 NODE_NAME=centos-7-lx5bz 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-product/job/draft-png-icons-sample/display/redirect BUILD_NUMBER=1 HUDSON_COOKIE=d8069ba2-18db-4f79-9458-74dcf88e12a6 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-lx5bz JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/plugins/org.polarsys.capella.targets/pom.xml Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 14.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-14/14.0.2+12 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] -------< org.polarsys.capella.releng:capella.target-definition >-------- [INFO] Building capella.target-definition 5.2.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ capella.target-definition --- [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- tycho-eclipserun:2.0.0:eclipse-run (generate.target) @ capella.target-definition --- [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.20 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [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] 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 201709271000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.16MB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (508.42kB) [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 org.eclipse.xtext_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (270.91kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (146.98kB) [INFO] Fetching org.eclipse.emf.ecore.xcore_1.5.0.v20170613-0242.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (818.94kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.1.100.v20170613-0242.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (350.16kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (209.55kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.72kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (131.18kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (335.5kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.05kB) [INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (480.15kB) [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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (119.58kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.0.v20170419-1235.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (336.34kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (405.32kB) [INFO] Fetching org.eclipse.osgi_3.12.1.v20170821-1548.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.32MB) [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 org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.68MB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (623.58kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.45MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.98kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (458.87kB) [INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (351.6kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (234.64kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (857.75kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (248.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 javax.annotation_1.2.0.v201602091430.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (28.46kB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.71MB) [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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (286.05kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (127.41kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.81kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (291.62kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.91kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (284.25kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.38kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (363.57kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.07kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (346.34kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (982.43kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.36kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.2kB) [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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.6kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (653.36kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (89.58kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (318.95kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.26kB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.5MB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (112.98kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.66kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.85kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (130.1kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (182.96kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (203.04kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (346.29kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (191.96kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (117.43kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (263.15kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.13kB) [INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.71kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.99kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.25kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.71kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (383.31kB) [INFO] Fetching org.eclipse.debug.ui_3.12.0.v20170605-1534.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.96MB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (204.35kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (263.69kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.01kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.22kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.28kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.99kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.16kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.31kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.92kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (308.1kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (50.21kB) [INFO] Fetching org.eclipse.swt_3.106.1.v20170829-0553.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.92kB) [INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (211kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (256.14kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.71kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.18kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (380.61kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.19kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.91kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (255.71kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (225.17kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.95kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (153.37kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (256.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (168.1kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (285.44kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.69kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.75kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (61.96kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.9kB) [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.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.ssl_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.46kB) [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.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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.96kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (126.34kB) [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.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.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.73kB) [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.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.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.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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.86kB) [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.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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.67kB) [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.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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (282.56kB) [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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.2.0.v20170613-0242.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.19kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.04kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.24kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (124.84kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (272.34kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (109.45kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (234.15kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.4MB) [INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.52kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (3.56MB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (188.56kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.75kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.65kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.6kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.55kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.13kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (137.97kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (115.56kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.91kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.72kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.13kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (209.83kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.38kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.89kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (75.04kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.94kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (354.46kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (236.29kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.66kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (75.38kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.2kB) [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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.36kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.52kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.23kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (94.19kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (228.04kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.77kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.48kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (174.17kB) [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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.36kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (68.43kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.2kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (238.88kB) [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.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.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.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.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.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.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.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.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.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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.59kB) [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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.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.importexport_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (139.68kB) [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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (682.77kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.52kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (120.75kB) [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.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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.07kB) [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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.87kB) [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.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.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.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.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.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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (181.77kB) [INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (201.57kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.0.v20161219-2145.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (278.23kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (338.25kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.0.v20170510-1451.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (912.91kB) [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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.28MB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (562.92kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.56MB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (416.14kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (494.71kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (434.9kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (168.36kB) [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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (100.23kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170829-0553.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.53MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (114.42kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (228.7kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (535.07kB) [INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (161.22kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.55kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.36kB) [INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.47kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (50.74kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (244.65kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.29kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.24kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (544.19kB) [INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (840.26kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (990.93kB) [INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (298.25kB) [INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.22kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.34kB) [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.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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (114.74kB) [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.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.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.xtext.wizard_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (199.17kB) [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.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.ui.codetemplates_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (267.27kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.62kB) [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.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.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.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.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.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 from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (599.25kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.15kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/a-product_draft-png-icons-sample/releng/plugins/org.polarsys.capella.targets/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/a-product_draft-png-icons-sample/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/a-product_draft-png-icons-sample/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/configuration, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, full/capella.target-definition.targetplatform] Retrieve included location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:25) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkIDUniqueOnAllLocations(TargetPlatformValidator.java:348) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:1/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkIDUniqueOnAllLocations(TargetPlatformValidator.java:348) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:2/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkIDUniqueOnAllLocations(TargetPlatformValidator.java:348) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:3/10 org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkIDUniqueOnAllLocations(TargetPlatformValidator.java:348) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:4/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkIDUniqueOnAllLocations(TargetPlatformValidator.java:348) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:5/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkIDUniqueOnAllLocations(TargetPlatformValidator.java:348) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:6/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkIDUniqueOnAllLocations(TargetPlatformValidator.java:348) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:7/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkIDUniqueOnAllLocations(TargetPlatformValidator.java:348) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:8/10 org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkIDUniqueOnAllLocations(TargetPlatformValidator.java:348) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:9/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkIDUniqueOnAllLocations(TargetPlatformValidator.java:348) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:10/10 Retrieve included location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:188) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Iterables.addAll(Iterables.java:351) at com.google.common.collect.Sets.newLinkedHashSet(Sets.java:328) at org.eclipse.xtext.xbase.lib.IterableExtensions.toSet(IterableExtensions.java:592) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:193) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:172) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkImportCycle(TargetPlatformValidator.java:472) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 48 more Retry:1/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:188) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Iterables.addAll(Iterables.java:351) at com.google.common.collect.Sets.newLinkedHashSet(Sets.java:328) at org.eclipse.xtext.xbase.lib.IterableExtensions.toSet(IterableExtensions.java:592) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:193) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:172) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkImportCycle(TargetPlatformValidator.java:472) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 48 more Retry:2/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:188) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Iterables.addAll(Iterables.java:351) at com.google.common.collect.Sets.newLinkedHashSet(Sets.java:328) at org.eclipse.xtext.xbase.lib.IterableExtensions.toSet(IterableExtensions.java:592) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:193) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:172) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkImportCycle(TargetPlatformValidator.java:472) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 48 more Retry:3/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:188) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Iterables.addAll(Iterables.java:351) at com.google.common.collect.Sets.newLinkedHashSet(Sets.java:328) at org.eclipse.xtext.xbase.lib.IterableExtensions.toSet(IterableExtensions.java:592) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:193) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:172) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkImportCycle(TargetPlatformValidator.java:472) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 48 more Retry:4/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:188) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Iterables.addAll(Iterables.java:351) at com.google.common.collect.Sets.newLinkedHashSet(Sets.java:328) at org.eclipse.xtext.xbase.lib.IterableExtensions.toSet(IterableExtensions.java:592) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:193) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:172) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkImportCycle(TargetPlatformValidator.java:472) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 48 more Retry:5/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:188) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Iterables.addAll(Iterables.java:351) at com.google.common.collect.Sets.newLinkedHashSet(Sets.java:328) at org.eclipse.xtext.xbase.lib.IterableExtensions.toSet(IterableExtensions.java:592) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:193) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:172) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkImportCycle(TargetPlatformValidator.java:472) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 48 more Retry:6/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:188) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Iterables.addAll(Iterables.java:351) at com.google.common.collect.Sets.newLinkedHashSet(Sets.java:328) at org.eclipse.xtext.xbase.lib.IterableExtensions.toSet(IterableExtensions.java:592) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:193) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:172) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkImportCycle(TargetPlatformValidator.java:472) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 48 more Retry:7/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:188) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Iterables.addAll(Iterables.java:351) at com.google.common.collect.Sets.newLinkedHashSet(Sets.java:328) at org.eclipse.xtext.xbase.lib.IterableExtensions.toSet(IterableExtensions.java:592) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:193) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:172) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkImportCycle(TargetPlatformValidator.java:472) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 48 more Retry:8/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:188) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Iterables.addAll(Iterables.java:351) at com.google.common.collect.Sets.newLinkedHashSet(Sets.java:328) at org.eclipse.xtext.xbase.lib.IterableExtensions.toSet(IterableExtensions.java:592) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:193) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:172) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkImportCycle(TargetPlatformValidator.java:472) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 48 more Retry:9/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:188) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$6.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Iterables.addAll(Iterables.java:351) at com.google.common.collect.Sets.newLinkedHashSet(Sets.java:328) at org.eclipse.xtext.xbase.lib.IterableExtensions.toSet(IterableExtensions.java:592) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:193) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.checkIncludeCycle(LocationIndexBuilder.java:172) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkImportCycle(TargetPlatformValidator.java:472) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 48 more Retry:10/10 Retrieve included location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkSameIDForAllLocationWithSameURI(TargetPlatformValidator.java:512) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:1/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkSameIDForAllLocationWithSameURI(TargetPlatformValidator.java:512) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:2/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkSameIDForAllLocationWithSameURI(TargetPlatformValidator.java:512) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:3/10 org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkSameIDForAllLocationWithSameURI(TargetPlatformValidator.java:512) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:4/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkSameIDForAllLocationWithSameURI(TargetPlatformValidator.java:512) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:5/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkSameIDForAllLocationWithSameURI(TargetPlatformValidator.java:512) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:6/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkSameIDForAllLocationWithSameURI(TargetPlatformValidator.java:512) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:7/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkSameIDForAllLocationWithSameURI(TargetPlatformValidator.java:512) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:8/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkSameIDForAllLocationWithSameURI(TargetPlatformValidator.java:512) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:9/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:104) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$3.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:645) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators.addAll(Iterators.java:356) at com.google.common.collect.Lists.newArrayList(Lists.java:146) at com.google.common.collect.Lists.newArrayList(Lists.java:128) at org.eclipse.xtext.xbase.lib.IterableExtensions.toList(IterableExtensions.java:573) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationFromVisitedIncludes(LocationIndexBuilder.java:117) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.access$0(LocationIndexBuilder.java:99) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:89) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$2.accept(LocationIndexBuilder.java:1) at java.lang.Iterable.forEach(Iterable.java:75) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocations(LocationIndexBuilder.java:95) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getLocationIndex(LocationIndexBuilder.java:47) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkSameIDForAllLocationWithSameURI(TargetPlatformValidator.java:512) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 56 more Retry:10/10 Retrieve included location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:148) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatforms(LocationIndexBuilder.java:153) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkNoDuplicatedIU(TargetPlatformValidator.java:1188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 43 more Retry:1/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:148) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatforms(LocationIndexBuilder.java:153) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkNoDuplicatedIU(TargetPlatformValidator.java:1188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 43 more Retry:2/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:148) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatforms(LocationIndexBuilder.java:153) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkNoDuplicatedIU(TargetPlatformValidator.java:1188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 43 more Retry:3/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:148) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatforms(LocationIndexBuilder.java:153) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkNoDuplicatedIU(TargetPlatformValidator.java:1188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 43 more Retry:4/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:148) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatforms(LocationIndexBuilder.java:153) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkNoDuplicatedIU(TargetPlatformValidator.java:1188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 43 more Retry:5/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:148) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatforms(LocationIndexBuilder.java:153) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkNoDuplicatedIU(TargetPlatformValidator.java:1188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 43 more Retry:6/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:148) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatforms(LocationIndexBuilder.java:153) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkNoDuplicatedIU(TargetPlatformValidator.java:1188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 43 more Retry:7/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:148) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatforms(LocationIndexBuilder.java:153) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkNoDuplicatedIU(TargetPlatformValidator.java:1188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 43 more Retry:8/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:148) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatforms(LocationIndexBuilder.java:153) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkNoDuplicatedIU(TargetPlatformValidator.java:1188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 43 more Retry:9/10 Error while retrieving location:https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.xtext.resource.XtextResourceSet.getResource(XtextResourceSet.java:265) at org.eclipse.xtext.resource.SynchronizedXtextResourceSet.getResource(SynchronizedXtextResourceSet.java:25) at fr.obeo.releng.targetplatform.util.ResourceUtil.getResource(ResourceUtil.java:28) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatform(LocationIndexBuilder.java:215) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:148) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder$5.apply(LocationIndexBuilder.java:1) at org.eclipse.xtext.xbase.lib.internal.FunctionDelegate.apply(FunctionDelegate.java:42) at com.google.common.collect.Lists$TransformingSequentialList$1.transform(Lists.java:542) at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:646) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at fr.obeo.releng.targetplatform.util.LocationIndexBuilder.getImportedTargetPlatforms(LocationIndexBuilder.java:153) at fr.obeo.releng.targetplatform.validation.TargetPlatformValidator.checkNoDuplicatedIU(TargetPlatformValidator.java:1188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118) at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312) at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:71) at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:151) at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:108) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:106) at fr.obeo.releng.targetplatform.pde.Converter.generateTargetDefinitionFile(Converter.java:74) at fr.obeo.releng.targetplatform.pde.ConverterApplication.start(ConverterApplication.java:60) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.io.FileNotFoundException: https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06/targets/modules/gmf-runtime-1.13.tpd at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:207) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360) at org.eclipse.xtext.resource.XtextResourceSet$1.createInputStream(XtextResourceSet.java:298) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 43 more Retry:10/10 >> Fetching p2.index from http://download.eclipse.org/releases/2020-06/ (122B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-06/ (483B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-06/ (483B) >> Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-06/ (142B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-06/ (142B) >> Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/ (66.17kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/ (66.17kB) >> Fetching p2.index from http://download.eclipse.org/releases/2020-06/202006171000/ (142B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/releases/2020-06/202006171000/ (142B) >> Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202006171000/ (834.45kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202006171000/ (834.45kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.13.1-M3/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.13.1-M3/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.13.1-M3/emf-diffmerge-site/ (8kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.13.1-M3/emf-diffmerge-site/ (8kB) >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.12.1-S20210330/capella/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.12.1-S20210330/capella/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.12.1-S20210330/capella/ (8.86kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.12.1-S20210330/capella/ (8.86kB) >> Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.2/2019-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.2/2019-06/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.2/2019-06/ (19.52kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.2/2019-06/ (19.52kB) >> Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ (11.51kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ (11.51kB) >> 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) [ERROR] No repository found at https://download.eclipse.org/sirius/updates/stable/6.6.0-S20210906-045606/2020-06. [ERROR] No repository found at https://download.eclipse.org/kitalpha/updates/stable/runtime/5.2.0.S202109131249. [ERROR] No repository found at https://download.eclipse.org/kitalpha/updates/stable/sdk/5.2.0.S202109131249. Problems occurred during generation of target platform definition file. [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:41 min [INFO] Finished at: 2024-02-14T14:39:51Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-eclipserun-plugin:2.0.0:eclipse-run (generate.target) on project capella.target-definition: Error while executing platform: Error while executing platform (return code: 255) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Download JDK) Stage "Download JDK" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build and Package) Stage "Build and Package" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly) Stage "Deploy to Nightly" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly Root) Stage "Deploy to Nightly Root" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Install test features) Stage "Install test features" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) Stage "Run tests" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Sonar) Stage "Sonar" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $password [Pipeline] { [Pipeline] sh Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [password] See https://jenkins.io/redirect/groovy-string-interpolation for details. + curl https://api.github.com/repos/eclipse/capella/issues/draft-png-icons-sample/labels/build-started -X DELETE -u eclipse-capella-bot:**** -H 'Content-Type: application/json' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 127 100 127 0 0 667 0 --:--:-- --:--:-- --:--:-- 668 { "message": "Not Found", "documentation_url": "https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue" } [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE