Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 1ea2270749ccb5db375d37aa41ce6c77c77a5e84 Loading library capella-pipeline-library@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.20.1' > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master revision ce7f8d6c116e9286326465a18917a27a0590e4d2 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/capella-addon-cybersecurity_v5.x@libs/a1cf802a030a3464458665fe100be90220a40ba8b14f10c4080945192d628f70 # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 ce7f8d6c116e9286326465a18917a27a0590e4d2 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ce7f8d6c116e9286326465a18917a27a0590e4d2 # timeout=10 Commit message: "Update jdk fetch script (#38)" 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-mk9d7 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-mk9d7" 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-mk9d7" - 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-mk9d7" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3" 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-mk9d7 in /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-cybersecurity.git > git init /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-cybersecurity.git > git --version # timeout=10 > git --version # 'git version 2.36.3' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-cybersecurity.git +refs/heads/v5.x:refs/remotes/origin/v5.x # timeout=10 Avoid second fetch Checking out Revision 1ea2270749ccb5db375d37aa41ce6c77c77a5e84 (v5.x) > git config remote.origin.url https://github.com/eclipse/capella-cybersecurity.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v5.x:refs/remotes/origin/v5.x # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1ea2270749ccb5db375d37aa41ce6c77c77a5e84 # timeout=10 Commit message: "#89 Fix display in Activity Explorer of Cybersecurity vp" 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=6b926574-1b5b-4987-aac1-85d1baa6b4e9 BUILD_URL=https://ci.eclipse.org/capella/job/capella-addon-cybersecurity/job/v5.x/1/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-mk9d7 JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true KUBERNETES_PORT=tcp://10.30.0.1:443 TERM=xterm HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6 KUBERNETES_PORT_443_TCP_PORT=443 STAGE_NAME=Generate Target Platform BUILD_TAG=jenkins-capella-addon-cybersecurity-v5.x-1 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=v5.x OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle KUBERNETES_SERVICE_HOST=10.30.0.1 JOB_URL=https://ci.eclipse.org/capella/job/capella-addon-cybersecurity/job/v5.x/ WORKSPACE=/home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-cybersecurity/job/v5.x/1/display/redirect?page=changes JENKINS_UI_PORT_80_TCP_PROTO=tcp JENKINS_NAME=centos-7-mk9d7 USER_NAME=jenkins RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-cybersecurity/job/v5.x/1/display/redirect?page=artifacts JENKINS_HOME=/var/jenkins GIT_COMMIT=1ea2270749ccb5db375d37aa41ce6c77c77a5e84 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-addon-cybersecurity/job/v5.x/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/capella-addon-cybersecurity_v5.x 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-addon-cybersecurity/v5.x 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=v5.x RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-cybersecurity/job/v5.x/1/display/redirect?page=tests BUILD_KEY=5.x JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.22.145 JENKINS_SECRET=**** M2_HOME=/opt/tools/apache-maven/latest SHLVL=2 HOME=/home/jenkins GIT_BRANCH=v5.x KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 CI=true WORKSPACE_TMP=/home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-7551cf4e44e8399d8accd1b261acdd1f88e027aa5914b36f414e5ac105d59536 NODE_LABELS=centos-7 centos-7-mk9d7 jipp-migration migration GIT_URL=https://github.com/eclipse/capella-cybersecurity.git NSS_SDB_USE_CACHE=no CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/capella/capella library.capella-pipeline-library.version=master HUDSON_HOME=/var/jenkins JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 NODE_NAME=centos-7-mk9d7 JENKINS_UI_PORT_80_TCP=tcp://10.30.76.25:80 JENKINS_UI_SERVICE_HOST=10.30.76.25 JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-addon-cybersecurity/job/v5.x/display/redirect BUILD_NUMBER=1 HUDSON_COOKIE=f260297a-ccd4-49d7-8ab4-cbf4550bc4ec 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-mk9d7 JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/org.polarsys.capella.cybersecurity.target/pom.xml Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) 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: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] -------< org.polarsys.capella.releng:capella.target-definition >-------- [INFO] Building capella.target-definition 0.10.0-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ capella.target-definition --- [INFO] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (generate.target) @ capella.target-definition --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/photon/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/photon WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1 (file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/1.3.0/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.300.v20180301-0132.jar) to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String) WARNING: Please consider reporting this to the maintainers of org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/photon/ (479B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/photon/ (479B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/photon/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/photon/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/photon/ (28.35kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/photon/ (28.35kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/photon/201806271001/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/photon/201806271001/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/photon/201806271001/ (858.96kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/photon/201806271001/ (858.96kB) [INFO] Adding repository http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest [INFO] Fetching content.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/ (4.87kB) [INFO] Fetching content.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/ (4.87kB) [INFO] Fetching 201806271001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/photon/ (63B) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (592.33kB) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (592.33kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (137.12kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (137.12kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.07kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.07kB) [INFO] Fetching fr.obeo.releng.targetplatform_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (388.35kB) [INFO] Fetching fr.obeo.releng.targetplatform_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (388.35kB) [INFO] Fetching org.eclipse.xtext_2.14.0.v20180522-1821.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (785.91kB) [INFO] Fetching org.eclipse.xtext_2.14.0.v20180522-1821.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (785.91kB) [INFO] Fetching org.eclipse.xtext.util_2.14.0.v20180522-1821.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (105.77kB) [INFO] Fetching org.eclipse.xtext.util_2.14.0.v20180522-1821.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (105.77kB) [INFO] Fetching org.eclipse.emf.ecore_2.14.0.v20180529-1144.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (483.62kB) [INFO] Fetching org.eclipse.emf.ecore_2.14.0.v20180529-1144.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (483.62kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.14.0.v20180522-1629.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (48.94kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.14.0.v20180522-1629.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (48.94kB) [INFO] Fetching org.eclipse.emf.ecore.xcore_1.6.0.v20180527-1213.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (287.71kB) [INFO] Fetching org.eclipse.emf.ecore.xcore_1.6.0.v20180527-1213.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (287.71kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.2.0.v20180125-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.61kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.2.0.v20180125-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.61kB) [INFO] Fetching org.eclipse.emf.common_2.14.0.v20180527-1134.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (114.83kB) [INFO] Fetching org.eclipse.emf.common_2.14.0.v20180527-1134.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (114.83kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (99.04kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (99.04kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.5.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (31.25kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.5.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (31.25kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (55.11kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (55.11kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.0.v20180320-1220.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (107.82kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.0.v20180320-1220.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (107.82kB) [INFO] Fetching org.eclipse.core.runtime_3.14.0.v20180417-0825.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.34kB) [INFO] Fetching org.eclipse.core.runtime_3.14.0.v20180417-0825.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.34kB) [INFO] Fetching org.eclipse.xtext.common.types_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (130.97kB) [INFO] Fetching org.eclipse.xtext.common.types_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (130.97kB) [INFO] Fetching org.objectweb.asm_6.1.1.v20180414-0329.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (63.61kB) [INFO] Fetching org.objectweb.asm_6.1.1.v20180414-0329.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (63.61kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (50.99kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (50.99kB) [INFO] Fetching org.eclipse.jdt.launching_3.10.0.v20180606-1318.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (260.56kB) [INFO] Fetching org.eclipse.jdt.launching_3.10.0.v20180606-1318.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (260.56kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (129.49kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (129.49kB) [INFO] Fetching org.eclipse.osgi_3.13.0.v20180409-1500.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (448.28kB) [INFO] Fetching org.eclipse.osgi_3.13.0.v20180409-1500.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (448.28kB) [INFO] Fetching fr.obeo.releng.targetplatform.ui_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (224.18kB) [INFO] Fetching fr.obeo.releng.targetplatform.ui_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (224.18kB) [INFO] Fetching fr.obeo.releng.targetplatform-feature_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/features/ (13.24kB) [INFO] Fetching fr.obeo.releng.targetplatform-feature_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/features/ (13.24kB) [INFO] Fetching org.eclipse.xtext.ui_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (570.96kB) [INFO] Fetching org.eclipse.xtext.ui_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (570.96kB) [INFO] Fetching org.eclipse.ui.editors_3.11.100.v20180512-1137.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (198.6kB) [INFO] Fetching org.eclipse.ui.editors_3.11.100.v20180512-1137.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (198.6kB) [INFO] Fetching org.eclipse.ui.ide_3.14.0.v20180517-1842.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (959.44kB) [INFO] Fetching org.eclipse.ui.ide_3.14.0.v20180517-1842.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (959.44kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (25.11kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (25.11kB) [INFO] Fetching org.eclipse.ui_3.109.100.v20180426-0903.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (361.68kB) [INFO] Fetching org.eclipse.ui_3.109.100.v20180426-0903.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (361.68kB) [INFO] Fetching org.eclipse.xtext.builder_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (120.31kB) [INFO] Fetching org.eclipse.xtext.builder_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (120.31kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.52kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.52kB) [INFO] Fetching org.eclipse.compare_3.7.200.v20180418-1233.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (302.77kB) [INFO] Fetching org.eclipse.compare_3.7.200.v20180418-1233.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (302.77kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (86.07kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (86.07kB) [INFO] Fetching org.eclipse.pde.core_3.12.0.v20180516-1159.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.27MB) [INFO] Fetching org.eclipse.pde.core_3.12.0.v20180516-1159.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.27MB) [INFO] Fetching org.apache.ant_1.10.3.v20180417-1627.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (2.72MB) [INFO] Fetching org.apache.ant_1.10.3.v20180417-1627.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (2.72MB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (95.26kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.59kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.css_1.9.1.v20180313-1559.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (98.53kB) [INFO] Fetching org.apache.batik.css_1.9.1.v20180313-1559.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (98.53kB) [INFO] Fetching org.apache.batik.util_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (63.23kB) [INFO] Fetching org.apache.batik.util_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (63.23kB) [INFO] Fetching org.apache.batik.constants_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.04kB) [INFO] Fetching org.apache.batik.constants_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.04kB) [INFO] Fetching org.apache.batik.i18n_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.5kB) [INFO] Fetching org.apache.batik.i18n_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.5kB) [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180410-1551.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (247.47kB) [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180410-1551.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (247.47kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.95kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.95kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.64kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.64kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (104.06kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (104.06kB) [INFO] Fetching org.apache.felix.scr_2.0.14.v20180117-1452.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (140.65kB) [INFO] Fetching org.apache.felix.scr_2.0.14.v20180117-1452.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (140.65kB) [INFO] Fetching org.eclipse.osgi.services_3.7.0.v20180223-1712.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.16kB) [INFO] Fetching org.eclipse.osgi.services_3.7.0.v20180223-1712.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.16kB) [INFO] Fetching org.eclipse.osgi.util_3.5.0.v20180219-1511.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (30.57kB) [INFO] Fetching org.eclipse.osgi.util_3.5.0.v20180219-1511.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (30.57kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (323.38kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (323.38kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (107.7kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (107.7kB) [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.86MB) [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.86MB) [INFO] Fetching org.eclipse.ant.core_3.5.100.v20180512-1141.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.81kB) [INFO] Fetching org.eclipse.ant.core_3.5.100.v20180512-1141.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.81kB) [INFO] Fetching org.eclipse.core.variables_3.4.100.v20180509-0959.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.99kB) [INFO] Fetching org.eclipse.core.variables_3.4.100.v20180509-0959.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.99kB) [INFO] Fetching org.eclipse.core.resources_3.13.0.v20180512-1138.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (868.92kB) [INFO] Fetching org.eclipse.core.resources_3.13.0.v20180512-1138.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (868.92kB) [INFO] Fetching org.eclipse.jface.text_3.13.0.v20180527-1819.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (331.26kB) [INFO] Fetching org.eclipse.jface.text_3.13.0.v20180527-1819.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (331.26kB) [INFO] Fetching org.eclipse.ui.views_3.9.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (48.67kB) [INFO] Fetching org.eclipse.ui.views_3.9.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (48.67kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.0.v20180419-2011.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (228.8kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.0.v20180419-2011.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (228.8kB) [INFO] Fetching org.eclipse.core.expressions_3.6.100.v20180426-1644.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.98kB) [INFO] Fetching org.eclipse.core.expressions_3.6.100.v20180426-1644.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.98kB) [INFO] Fetching org.eclipse.ui.forms_3.7.200.v20180512-1133.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (122.73kB) [INFO] Fetching org.eclipse.ui.forms_3.7.200.v20180512-1133.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (122.73kB) [INFO] Fetching org.eclipse.compare.core_3.6.200.v20180312-1255.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.76kB) [INFO] Fetching org.eclipse.compare.core_3.6.200.v20180312-1255.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.76kB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (8.71MB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (8.71MB) [INFO] Fetching org.eclipse.core.commands_3.9.100.v20180404-1234.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.34kB) [INFO] Fetching org.eclipse.core.commands_3.9.100.v20180404-1234.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.34kB) [INFO] Fetching org.eclipse.equinox.common_3.10.0.v20180412-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.99kB) [INFO] Fetching org.eclipse.equinox.common_3.10.0.v20180412-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.99kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.0.v20180426-1644.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.19kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.0.v20180426-1644.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.19kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.0.v20180426-1327.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (76.85kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.0.v20180426-1327.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (76.85kB) [INFO] Fetching org.eclipse.core.databinding_1.6.200.v20180509-1517.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (53.74kB) [INFO] Fetching org.eclipse.core.databinding_1.6.200.v20180509-1517.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (53.74kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.200.v20180424-1922.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (83.05kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.200.v20180424-1922.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (83.05kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.200.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (45.08kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.200.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (45.08kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.200.v20180512-1137.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.11kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.200.v20180512-1137.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.11kB) [INFO] Fetching org.eclipse.text_3.6.300.v20180430-1330.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (91.26kB) [INFO] Fetching org.eclipse.text_3.6.300.v20180430-1330.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (91.26kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.100.v20180304-1102.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (27.63kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.100.v20180304-1102.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (27.63kB) [INFO] Fetching org.eclipse.core.jobs_3.10.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (46.22kB) [INFO] Fetching org.eclipse.core.jobs_3.10.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (46.22kB) [INFO] Fetching org.eclipse.core.net_1.3.200.v20180515-0858.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (33.62kB) [INFO] Fetching org.eclipse.core.net_1.3.200.v20180515-0858.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (33.62kB) [INFO] Fetching org.eclipse.equinox.security_1.2.400.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.31kB) [INFO] Fetching org.eclipse.equinox.security_1.2.400.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.31kB) [INFO] Fetching org.eclipse.equinox.app_1.3.500.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (40.72kB) [INFO] Fetching org.eclipse.equinox.app_1.3.500.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (40.72kB) [INFO] Fetching org.eclipse.debug.core_3.12.0.v20180509-0959.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (125.71kB) [INFO] Fetching org.eclipse.debug.core_3.12.0.v20180509-0959.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (125.71kB) [INFO] Fetching org.eclipse.debug.ui_3.13.0.v20180514-0621.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.01MB) [INFO] Fetching org.eclipse.debug.ui_3.13.0.v20180514-0621.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.01MB) [INFO] Fetching org.eclipse.ui.console_3.8.0.v20180413-0859.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (83.21kB) [INFO] Fetching org.eclipse.ui.console_3.8.0.v20180413-0859.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (83.21kB) [INFO] Fetching org.eclipse.help_3.8.100.v20180512-1136.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (122.94kB) [INFO] Fetching org.eclipse.help_3.8.100.v20180512-1136.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (122.94kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.200.v20180427-0801.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.43kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.200.v20180427-0801.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.43kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.42kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.42kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.7.0.v20180514-1409.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.62kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.7.0.v20180514-1409.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.62kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (24.67kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (24.67kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.100.v20180403-1008.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.73kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.100.v20180403-1008.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.73kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.54kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.54kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.45kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.45kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.100.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (21.66kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.100.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (21.66kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (98kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.100.v20180509-1220.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.96kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.100.v20180509-1220.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.96kB) [INFO] Fetching org.eclipse.swt_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.83kB) [INFO] Fetching org.eclipse.swt_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.83kB) [INFO] Fetching org.eclipse.jface_3.14.0.v20180423-0714.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (356.74kB) [INFO] Fetching org.eclipse.jface_3.14.0.v20180423-0714.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (356.74kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.200.v20180417-2309.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (65.8kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.200.v20180417-2309.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (65.8kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.100.v20180515-1637.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (80.61kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.100.v20180515-1637.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (80.61kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.0.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.96kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.0.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.96kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.93kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.93kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.0.v20180429-1333.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (111.12kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.0.v20180429-1333.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (111.12kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.32kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.32kB) [INFO] Fetching org.eclipse.equinox.event_1.4.200.v20180426-0845.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.event_1.4.200.v20180426-0845.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.67kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.67kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.6.0.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (87.35kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.6.0.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (87.35kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.14.0.v20180129-1548.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (84.19kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.14.0.v20180129-1548.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (84.19kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.12.0.v20180125-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.07kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.12.0.v20180125-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.07kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.100.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.42kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.100.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.42kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.200.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (93.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.200.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (93.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.200.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.200.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.11kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.51kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.51kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.9kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.9kB) [INFO] Fetching org.eclipse.ecf_3.9.0.v20180402-2015.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (47.96kB) [INFO] Fetching org.eclipse.ecf_3.9.0.v20180402-2015.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (47.96kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.0.v20180426-1936.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.88kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.0.v20180426-1936.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.88kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (12.19kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (12.19kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.0.v20180426-1936.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (18.72kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.0.v20180426-1936.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (18.72kB) [INFO] Fetching org.eclipse.ecf.source_3.9.0.v20180402-2015.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (103kB) [INFO] Fetching org.eclipse.ecf.source_3.9.0.v20180402-2015.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (103kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.0.v20180426-1936.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (52.21kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.0.v20180426-1936.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (52.21kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.0.v20180426-1936.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.01kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.0.v20180426-1936.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.01kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.58kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.58kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.100.v20180301-0201.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (18.69kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.100.v20180301-0201.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (18.69kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.03kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.03kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.100.v20180301-0201.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.07kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.100.v20180301-0201.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.07kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (20.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (20.36kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (45.14kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (45.14kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.0.v20180306-0429.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (26.81kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.0.v20180306-0429.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (26.81kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (76.39kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (76.39kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.400.v20180306-0429.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (86.43kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.400.v20180306-0429.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (86.43kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.0.v20180306-0429.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.0.v20180306-0429.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.300.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.45kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.300.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.45kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.14.0.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.14.0.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.300.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (54.03kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.300.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (54.03kB) [INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (301.21kB) [INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (301.21kB) [INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (82.2kB) [INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (82.2kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (949.16kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (949.16kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (428.2kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (428.2kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.14.0.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.14.0.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (11.66kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (11.66kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (18.01kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (18.01kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.25kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.25kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.4kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.4kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (22.72kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (22.72kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.51kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.51kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.100.v20180301-0132.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen_2.13.0.v20180319-0813.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (109.8kB) [INFO] Fetching org.eclipse.emf.codegen_2.13.0.v20180319-0813.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (109.8kB) [INFO] Fetching org.eclipse.jdt.core_3.14.0.v20180528-0519.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (6.52MB) [INFO] Fetching org.eclipse.jdt.core_3.14.0.v20180528-0519.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (6.52MB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.14.0.v20180418-0836.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (412.7kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.14.0.v20180418-0836.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (412.7kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.3.0.v20180125-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (8.78kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.3.0.v20180125-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (8.78kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.common.ui_2.13.0.v20180127-1015.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (63.59kB) [INFO] Fetching org.eclipse.emf.common.ui_2.13.0.v20180127-1015.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (63.59kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.10.0.v20180421-0731.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (61.08kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.10.0.v20180421-0731.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (61.08kB) [INFO] Fetching org.eclipse.emf.edit_2.13.0.v20180421-1151.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (96.24kB) [INFO] Fetching org.eclipse.emf.edit_2.13.0.v20180421-1151.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (96.24kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.14.0.v20180212-1111.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (44.74kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.14.0.v20180212-1111.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (44.74kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.14.0.v20180213-0527.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (112.7kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.14.0.v20180213-0527.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (112.7kB) [INFO] Fetching org.eclipse.xtext.xbase_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (874.18kB) [INFO] Fetching org.eclipse.xtext.xbase_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (874.18kB) [INFO] Fetching org.eclipse.xtext.ecore_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.37kB) [INFO] Fetching org.eclipse.xtext.ecore_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.37kB) [INFO] Fetching org.eclipse.ui.workbench_3.111.0.v20180524-1156.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1,017.26kB) [INFO] Fetching org.eclipse.ui.workbench_3.111.0.v20180524-1156.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1,017.26kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.43kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.43kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (23.11kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (23.11kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.0.v20180131-0638.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (19.34kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.0.v20180131-0638.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (19.34kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (33.92kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (33.92kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (30.7kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (30.7kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.0.v20180413-0846.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (57.77kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.0.v20180413-0846.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (57.77kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (44.42kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (38.48kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (38.48kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.0.v20180130-1836.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.81kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.0.v20180130-1836.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.81kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (47.3kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (47.3kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.0.v20180409-1209.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (74.84kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.0.v20180409-1209.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (74.84kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.94kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.94kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (46.12kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (46.12kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.52kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.52kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.28kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.28kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (103.26kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (72.9kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.0.v20180222-0922.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.21kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.0.v20180222-0922.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.21kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (31.89kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (31.89kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.0.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (12.36kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.0.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (12.36kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.5.0.v20180515-1348.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (18.33kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.5.0.v20180515-1348.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (18.33kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.0.v20180502-1828.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (23.7kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.0.v20180502-1828.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (23.7kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.0.v20180502-1549.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (37.33kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.0.v20180502-1549.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (37.33kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.0.v20180130-1836.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.51kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.0.v20180130-1836.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.51kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.0.v20180320-1332.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.82kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.0.v20180320-1332.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.82kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.0.v20180320-1332.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (104.05kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.0.v20180320-1332.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (104.05kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.0.v20180222-0922.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.96kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.0.v20180222-0922.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.96kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.88kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.88kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.0.v20180222-0922.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (76kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.0.v20180222-0922.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (76kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.2.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (17.75kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.2.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (17.75kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.4kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.4kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.64kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.64kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.2.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (27.57kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.2.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (27.57kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.0.v20180416-1436.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (121.43kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.0.v20180416-1436.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (121.43kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.2.0.v20180413-0846.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (106.39kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.2.0.v20180413-0846.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (106.39kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.1.0.v20180130-1836.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (19.95kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.1.0.v20180130-1836.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (19.95kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.5.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (60.33kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.5.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (60.33kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.1.0.v20180502-1549.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (33.82kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.1.0.v20180502-1549.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (33.82kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.4.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (66.1kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.4.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (66.1kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.2.0.v20180130-1836.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.93kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.2.0.v20180130-1836.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.93kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.6.0.v20180409-1209.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (138.76kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.6.0.v20180409-1209.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (138.76kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.3.0.v20180103-0918.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.29kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.3.0.v20180103-0918.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.29kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.1.0.v20180103-0918.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (19.05kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.1.0.v20180103-0918.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (19.05kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.1.0.v20180103-0918.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.98kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.1.0.v20180103-0918.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.98kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.1.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (47.1kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.1.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (47.1kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.3.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (59.75kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.3.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (59.75kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.4.0.v20180320-1220.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (246.86kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.4.0.v20180320-1220.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (246.86kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.5.0.v20180320-1332.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (74.39kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.5.0.v20180320-1332.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (74.39kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.2.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.21kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.2.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.21kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.4.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (120.96kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.4.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (120.96kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.2.0.v20180416-1436.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (178.24kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.2.0.v20180416-1436.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (178.24kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.2.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (94.96kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.2.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (94.96kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.3.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (59.53kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.3.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (59.53kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.77kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.77kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.1.0.v20180103-0918.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (15.98kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.1.0.v20180103-0918.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (15.98kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.1.0.v20180418-1304.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (39.53kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.1.0.v20180418-1304.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (39.53kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.1.0.v20180418-1304.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (55.22kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.1.0.v20180418-1304.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (55.22kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.0.v20180126-1930.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (62.39kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.0.v20180126-1930.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (62.39kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.2.0.v20180126-1930.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (50.8kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.2.0.v20180126-1930.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (50.8kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.100.v20180425-1343.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (284.76kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.100.v20180425-1343.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (284.76kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.62kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.62kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (47.27kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (47.27kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.4.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (57.74kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.4.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (57.74kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.1.0.v20180103-0918.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (29.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.1.0.v20180103-0918.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (29.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.100.v20180425-1343.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (296.07kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.100.v20180425-1343.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (296.07kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (10.85kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (10.85kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.2.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (15.4kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.2.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (15.4kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.86kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.86kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.1.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (70.66kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.1.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (70.66kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.1.0.v20180103-0918.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (19.37kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.1.0.v20180103-0918.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (19.37kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.3.0.v20180502-1828.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (36.76kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.3.0.v20180502-1828.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (36.76kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.1.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (47.27kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.1.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (47.27kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.1.0.v20180131-0638.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.82kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.1.0.v20180131-0638.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.82kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.5.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (64.3kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.5.0.v20180302-1057.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (64.3kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.3.0.v20180320-1332.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (148.73kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.3.0.v20180320-1332.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (148.73kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.1.0.v20180222-0922.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.61kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.1.0.v20180222-0922.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.61kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.1.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (38.97kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.1.0.v20180512-1128.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (38.97kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.1.0.v20180222-0922.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (72.86kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.1.0.v20180222-0922.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (72.86kB) [INFO] Fetching org.eclipse.equinox.p2.sdk_3.11.0.v20180515-1348.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.01kB) [INFO] Fetching org.eclipse.equinox.p2.sdk_3.11.0.v20180515-1348.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.01kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.0.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.74kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.0.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.74kB) [INFO] Fetching org.eclipse.ui.browser_3.6.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (97.33kB) [INFO] Fetching org.eclipse.ui.browser_3.6.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (97.33kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.10.0.v20180323-0650.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (112.06kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.10.0.v20180323-0650.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (112.06kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.0.v20180220-2105.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (105.87kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.0.v20180220-2105.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (105.87kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.100.v20180515-0929.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (921.12kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.100.v20180515-0929.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (921.12kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.9.0.v20180606-1318.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.62MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.9.0.v20180606-1318.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.62MB) [INFO] Fetching org.eclipse.jdt.ui_3.14.0.v20180529-1023.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (4.1MB) [INFO] Fetching org.eclipse.jdt.ui_3.14.0.v20180529-1023.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (4.1MB) [INFO] Fetching org.eclipse.search_3.11.200.v20180503-1856.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (217kB) [INFO] Fetching org.eclipse.search_3.11.200.v20180503-1856.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (217kB) [INFO] Fetching org.eclipse.team.ui_3.8.100.v20180418-1233.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (493.37kB) [INFO] Fetching org.eclipse.team.ui_3.8.100.v20180418-1233.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (493.37kB) [INFO] Fetching org.eclipse.team.core_3.8.200.v20180309-1840.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (127.2kB) [INFO] Fetching org.eclipse.team.core_3.8.200.v20180309-1840.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (127.2kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.100.v20180425-1219.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (181.35kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.100.v20180425-1219.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (181.35kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.100.v20180524-1240.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (134.6kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.100.v20180524-1240.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (134.6kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (68.24kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (68.24kB) [INFO] Fetching org.eclipse.pde.build_3.10.0.v20180512-1217.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (477.58kB) [INFO] Fetching org.eclipse.pde.build_3.10.0.v20180512-1217.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (477.58kB) [INFO] Fetching org.eclipse.update.configurator_3.4.0.v20180512-1141.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.08kB) [INFO] Fetching org.eclipse.update.configurator_3.4.0.v20180512-1141.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.08kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.09MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.09MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (39.7kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (39.7kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.lib_2.14.0.v20180522-1629.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (57.12kB) [INFO] Fetching org.eclipse.xtend.lib_2.14.0.v20180522-1629.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (57.12kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.14.0.v20180522-1629.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.65kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.14.0.v20180522-1629.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.65kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtext.smap_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (11.89kB) [INFO] Fetching org.eclipse.xtext.smap_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (11.89kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (33.22kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (33.22kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (49.92kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (49.92kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (10.96kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (10.96kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (11.78kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (11.78kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (192.55kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (192.55kB) [INFO] Fetching org.eclipse.xtext.generator_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (258.36kB) [INFO] Fetching org.eclipse.xtext.generator_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (258.36kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.14.0.v20180522-1821.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (553.5kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.14.0.v20180522-1821.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (553.5kB) [INFO] Fetching org.eclipse.xtext.ide_2.14.0.v20180522-1821.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (218.99kB) [INFO] Fetching org.eclipse.xtext.ide_2.14.0.v20180522-1821.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (218.99kB) [INFO] Fetching org.eclipse.xtext.java_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.65kB) [INFO] Fetching org.eclipse.xtext.java_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.65kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.24kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.24kB) [INFO] Fetching org.eclipse.xtext.source_2.14.0.v20180522-1821.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.69MB) [INFO] Fetching org.eclipse.xtext.source_2.14.0.v20180522-1821.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.69MB) [INFO] Fetching org.eclipse.xtext.generator.source_2.14.0.v20180522-1833.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (531.66kB) [INFO] Fetching org.eclipse.xtext.generator.source_2.14.0.v20180522-1833.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (531.66kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.14.0.v20180522-1821.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.24MB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.14.0.v20180522-1821.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.24MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.14.0.v20180522-1821.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (67.3kB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.14.0.v20180522-1821.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (67.3kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.14.0.v20180522-1821.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (93.43kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.14.0.v20180522-1821.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (93.43kB) [INFO] Fetching org.eclipse.xtext.util.source_2.14.0.v20180522-1821.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (151.82kB) [INFO] Fetching org.eclipse.xtext.util.source_2.14.0.v20180522-1821.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (151.82kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.14.0.v20180522-1833.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (365.47kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.14.0.v20180522-1833.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (365.47kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (213.46kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (213.46kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.14.0.v20180522-1833.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.07kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.14.0.v20180522-1833.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.07kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.14.0.v20180522-1833.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.69kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.14.0.v20180522-1833.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.69kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.14.0.v20180522-1821.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (174.65kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.14.0.v20180522-1821.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (174.65kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.14.0.v20180522-1821.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (215.79kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.14.0.v20180522-1821.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (215.79kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.14.0.v20180522-1833.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (58.43kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.14.0.v20180522-1833.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (58.43kB) [INFO] Fetching org.eclipse.xtext.java.source_2.14.0.v20180522-1833.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (62.03kB) [INFO] Fetching org.eclipse.xtext.java.source_2.14.0.v20180522-1833.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (62.03kB) [INFO] Fetching org.eclipse.xtext.runtime_2.14.0.v20180523-0937.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (21.17kB) [INFO] Fetching org.eclipse.xtext.runtime_2.14.0.v20180523-0937.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (21.17kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (10.04kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (10.04kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (58.08kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (58.08kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (39.97kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (39.97kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.36kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.14.0.v20180523-0437.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.36kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.ui.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (148.53kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (148.53kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.17kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.17kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (28.2kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (28.2kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (12.1kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (12.1kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (11.4kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (11.4kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (126.77kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (126.77kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (88.99kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (88.99kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (82.86kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (82.86kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (97.56kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.14.0.v20180523-0437.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (97.56kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.14.0.v20180522-1821.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (539.5kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.14.0.v20180522-1821.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (539.5kB) [INFO] Fetching org.eclipse.xtext.ui_2.14.0.v20180523-0937.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (20.94kB) [INFO] Fetching org.eclipse.xtext.ui_2.14.0.v20180523-0937.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (20.94kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (283.65kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.14.0.v20180522-1833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (283.65kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/releng/org.polarsys.capella.cybersecurity.target/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -install, /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/releng/org.polarsys.capella.cybersecurity.target/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/releng/org.polarsys.capella.cybersecurity.target/target/eclipserun-work/configuration, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, capella.target-definition.targetplatform] Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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 Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:619) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:619) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:619) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:619) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:619) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:619) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:619) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:619) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:619) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:619) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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 Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:257) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:244) at fr.obeo.releng.targetplatform.pde.Converter$CustomDiagnostician.validate(Converter.java:239) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:201) at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:131) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) 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 content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (144.59kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (144.59kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (24.74kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (24.74kB) >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/ >> 1 operation remaining. >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/ >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.x/ >> 1 operation remaining. >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.x/ >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20221130-2113/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20221130-2113/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20221130-2113/ (112.51kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20221130-2113/ (112.51kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20221130-2113/categories/ (641B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20221130-2113/categories/ (641B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20220907-1207/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20220907-1207/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220907-1207/ (103.38kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220907-1207/ (103.38kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220907-1207/categories/ (633B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220907-1207/categories/ (633B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20220608-1105/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20220608-1105/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220608-1105/ (102.33kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220608-1105/ (102.33kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220608-1105/categories/ (631B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220608-1105/categories/ (631B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20220309-1120/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20220309-1120/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220309-1120/ (101.64kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220309-1120/ (101.64kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220309-1120/categories/ (630B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220309-1120/categories/ (630B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20220116-1034/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20220116-1034/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220116-1034/ (98.16kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220116-1034/ (98.16kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220116-1034/categories/ (633B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20220116-1034/categories/ (633B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20211202-0900/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20211202-0900/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20211202-0900/ (94.54kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20211202-0900/ (94.54kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20211202-0900/categories/ (632B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20211202-0900/categories/ (632B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20210908-0655/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20210908-0655/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210908-0655/ (103.74kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210908-0655/ (103.74kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210908-0655/categories/ (633B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210908-0655/categories/ (633B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20210826-0457/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20210826-0457/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210826-0457/ (102.22kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210826-0457/ (102.22kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210826-0457/categories/ (637B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210826-0457/categories/ (637B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20210608-2339/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20210608-2339/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210608-2339/ (93.87kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210608-2339/ (93.87kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210608-2339/categories/ (666B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210608-2339/categories/ (666B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20210308-1312/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20210308-1312/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210308-1312/ (94.57kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210308-1312/ (94.57kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210308-1312/categories/ (663B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20210308-1312/categories/ (663B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20201209-0330/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20201209-0330/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20201209-0330/ (100.5kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20201209-0330/ (100.5kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20201209-0330/categories/ (661B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20201209-0330/categories/ (661B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20200902-0430/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20200902-0430/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20200902-0430/ (84.96kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20200902-0430/ (84.96kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20200902-0430/categories/ (662B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20200902-0430/categories/ (662B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20200610-0035/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20200610-0035/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20200610-0035/ (106.38kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20200610-0035/ (106.38kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20200610-0035/categories/ (662B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20200610-0035/categories/ (662B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20200311-1513/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20200311-1513/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20200311-1513/ (91.31kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20200311-1513/ (91.31kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20200311-1513/categories/ (622B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20200311-1513/categories/ (622B) >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20191211-0144/ (110B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/emf/cdo/drops/R20191211-0144/ (110B) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20191211-0144/ (103.37kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20191211-0144/ (103.37kB) >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20191211-0144/categories/ (629B) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/modeling/emf/cdo/drops/R20191211-0144/categories/ (629B) >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.7/ >> 1 operation remaining. >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.7/ >> Fetching p2.index from https://archive.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) >> 1 operation remaining. >> Fetching p2.index from https://archive.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (90.91kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (90.91kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/categories/ (618B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/categories/ (618B) >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.6/ >> 1 operation remaining. >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.6/ >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20170614-0227/ (83.45kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20170614-0227/ (83.45kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20170614-0227/categories/ (687B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20170614-0227/categories/ (687B) >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.5/ >> 1 operation remaining. >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.5/ >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20160607-1209/ (107.62kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20160607-1209/ (107.62kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20160607-1209/categories/ (700B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20160607-1209/categories/ (700B) >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.4/ >> 1 operation remaining. >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.4/ >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20160216-0037/ (105.38kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20160216-0037/ (105.38kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20160216-0037/categories/ (716B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20160216-0037/categories/ (716B) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20150916-0434/ (107.9kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20150916-0434/ (107.9kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20150916-0434/categories/ (712B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20150916-0434/categories/ (712B) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20150610-1526/ (247.37kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20150610-1526/ (247.37kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20150610-1526/categories/ (688B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20150610-1526/categories/ (688B) >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.3/ >> 1 operation remaining. >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.3/ >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20140610-0212/ (237.5kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20140610-0212/ (237.5kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20140610-0212/categories/ (700B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20140610-0212/categories/ (700B) >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.2/ >> 1 operation remaining. >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.2/ >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20140218-1655/ (173.85kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20140218-1655/ (173.85kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20140218-1655/categories/ (622B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20140218-1655/categories/ (622B) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/ (185.18kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/ (185.18kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/categories/ (629B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/categories/ (629B) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/ (182.26kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/ (182.26kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/categories/ (622B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/categories/ (622B) >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.1/ >> 1 operation remaining. >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.1/ >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130213-0014/ (167.36kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130213-0014/ (167.36kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130213-0014/categories/ (625B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130213-0014/categories/ (625B) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120918-0947/ (162.01kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120918-0947/ (162.01kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120918-0947/categories/ (614B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120918-0947/categories/ (614B) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120612-1449/ (176.07kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120612-1449/ (176.07kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120612-1449/categories/ (618B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120612-1449/categories/ (618B) >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.0/ >> 1 operation remaining. >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.0/ >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120518-0411/ (85.78kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120518-0411/ (85.78kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120518-0411/categories/ (587B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120518-0411/categories/ (587B) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120214-1026/ (83.99kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120214-1026/ (83.99kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120214-1026/categories/ (619B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20120214-1026/categories/ (619B) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20110913-0010/ (82.15kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20110913-0010/ (82.15kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20110913-0010/categories/ (615B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20110913-0010/categories/ (615B) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20110608-1407/ (82.63kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20110608-1407/ (82.63kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20110608-1407/categories/ (622B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20110608-1407/categories/ (622B) >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/3.0/ >> 1 operation remaining. >> Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/3.0/ >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20110215-2220/ (77.23kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20110215-2220/ (77.23kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20110215-2220/categories/ (538B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20110215-2220/categories/ (538B) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20100914-1022/ (92.47kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20100914-1022/ (92.47kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20100914-1022/categories/ (537B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20100914-1022/categories/ (537B) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20100614-1613/ (77.42kB) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20100614-1613/ (77.42kB) >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20100614-1613/categories/ (540B) >> 1 operation remaining. >> Fetching content.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20100614-1613/categories/ (540B) Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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.resolved.ResolvedTargetPlatform.create(ResolvedTargetPlatform.java:91) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:134) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:114) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 44 more Retry:1/10 org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform 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:600) 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.resolved.ResolvedTargetPlatform.create(ResolvedTargetPlatform.java:91) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:134) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:114) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 44 more Retry:2/10 org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform 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:600) 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.resolved.ResolvedTargetPlatform.create(ResolvedTargetPlatform.java:91) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:134) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:114) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 44 more Retry:3/10 Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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.resolved.ResolvedTargetPlatform.create(ResolvedTargetPlatform.java:91) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:134) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:114) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 44 more Retry:4/10 Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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.resolved.ResolvedTargetPlatform.create(ResolvedTargetPlatform.java:91) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:134) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:114) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 44 more Retry:5/10 Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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.resolved.ResolvedTargetPlatform.create(ResolvedTargetPlatform.java:91) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:134) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:114) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 44 more Retry:6/10 Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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.resolved.ResolvedTargetPlatform.create(ResolvedTargetPlatform.java:91) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:134) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:114) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 44 more Retry:7/10 Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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.resolved.ResolvedTargetPlatform.create(ResolvedTargetPlatform.java:91) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:134) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:114) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 44 more Retry:8/10 Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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.resolved.ResolvedTargetPlatform.create(ResolvedTargetPlatform.java:91) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:134) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:114) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 44 more Retry:9/10 Error while retrieving location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: java.net.UnknownHostException: raw.githubusercontent.com 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:600) 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.resolved.ResolvedTargetPlatform.create(ResolvedTargetPlatform.java:91) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:134) at fr.obeo.releng.targetplatform.pde.Converter.doGenerateTargetDefinitionFile(Converter.java:114) 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:656) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592) at org.eclipse.equinox.launcher.Main.run(Main.java:1498) at org.eclipse.equinox.launcher.Main.main(Main.java:1471) Caused by: java.net.UnknownHostException: raw.githubusercontent.com at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) at sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264) at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) 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:1314) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 44 more Retry:10/10 The target platform definition file has been successfully generated. /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/releng/org.polarsys.capella.cybersecurity.target/capella.target-definition.targetplatform [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:37 min [INFO] Finished at: 2022-12-23T08:58:27Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build and Package) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Djacoco.skip=true -DjavaDocPhase=none -Psign clean package -f pom.xml Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) 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: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/features/org.polarsys.capella.cybersecurity.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/features/org.polarsys.capella.cybersecurity.cdo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/features/org.polarsys.capella.cybersecurity.tests.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/plugins/org.polarsys.capella.cybersecurity.af/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/plugins/org.polarsys.capella.cybersecurity.fc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/plugins/org.polarsys.capella.cybersecurity.model/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/plugins/org.polarsys.capella.cybersecurity.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/plugins/org.polarsys.capella.cybersecurity.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/plugins/org.polarsys.capella.cybersecurity.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/plugins/org.polarsys.capella.cybersecurity.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/plugins/org.polarsys.capella.cybersecurity.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/plugins/org.polarsys.capella.cybersecurity.sirius.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/plugins/org.polarsys.capella.cybersecurity.rcp/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/plugins/org.polarsys.capella.cybersecurity.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/plugins/org.polarsys.capella.cybersecurity.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/plugins/org.polarsys.capella.cybersecurity.model.edit.decorators/.polyglot.build.properties [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.cybersecurity.feature:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/features/org.polarsys.capella.cybersecurity.feature/.polyglot.build.properties [ERROR] Cannot resolve target definition: [ERROR] Software being installed: org.polarsys.capella.rcp.feature.group 6.1.0.202212140933 [ERROR] Missing requirement: org.polarsys.capella.common 6.1.0.202212140933 requires 'osgi.bundle; org.eclipse.emf.workspace 0.0.0' but it could not be found [ERROR] Cannot satisfy dependency: org.polarsys.capella.common.feature.feature.group 6.1.0.202212140933 depends on: org.eclipse.equinox.p2.iu; org.polarsys.capella.common [6.1.0.202212140933,6.1.0.202212140933] [ERROR] Cannot satisfy dependency: org.polarsys.capella.rcp.feature.group 6.1.0.202212140933 depends on: org.eclipse.equinox.p2.iu; org.polarsys.capella.common.feature.feature.group [6.1.0.202212140933,6.1.0.202212140933] [ERROR] [ERROR] Failed to resolve target definition /home/jenkins/agent/workspace/capella-addon-cybersecurity_v5.x/releng/org.polarsys.capella.cybersecurity.target/capella.target-definition.target: See log for details -> [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/MavenExecutionException [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Download Capella) Stage "Download Capella" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Adapt Capella to DARC) Stage "Adapt Capella to DARC" 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] { (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] } [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