Skip to content
Failed

Console Output

Branch indexing
09:48:13 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from ceb5359b68dbde01154462fa9f41f4dea1bcd832
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-spxt7 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-spxt7"
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-spxt7"
    - 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-spxt7"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.capella.svc.cluster.local/capella/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.7"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-capella"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on centos-7-spxt7 in /home/jenkins/agent/workspace/Capella-studio_v1.3.x
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/capella-studio.git
 > git init /home/jenkins/agent/workspace/Capella-studio_v1.3.x # timeout=10
Fetching upstream changes from https://github.com/eclipse/capella-studio.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --progress https://github.com/eclipse/capella-studio.git +refs/heads/v1.3.x:refs/remotes/origin/v1.3.x # timeout=10
Avoid second fetch
Checking out Revision ceb5359b68dbde01154462fa9f41f4dea1bcd832 (v1.3.x)
 > git config remote.origin.url https://github.com/eclipse/capella-studio.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/v1.3.x:refs/remotes/origin/v1.3.x # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ceb5359b68dbde01154462fa9f41f4dea1bcd832 # timeout=10
Commit message: "Merge pull request #4 from eclipse/bump_to_1.3.2"
 > git rev-list --no-walk ceb5359b68dbde01154462fa9f41f4dea1bcd832 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Package & test Capella Studio)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn clean verify -e -f pom.xml
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties
/home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties
[INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ (142B)
[INFO] Adding repository http://download.eclipse.org/releases/oxygen/201803211000
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ (863.37kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ (863.37kB)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B)
[INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B)
[INFO] Adding repository https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB)
[INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB)
[INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/ (172B)
[INFO] Adding repository https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen
[INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/ (45.08kB)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/ (45.08kB)
[INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ (172B)
[INFO] Adding repository http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site
[INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ (6.35kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ (6.35kB)
[INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ (172B)
[INFO] Adding repository http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site
[INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ (7.34kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ (7.34kB)
[INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ (172B)
[INFO] Adding repository http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site
[INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ (5.27kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ (5.27kB)
[INFO] Adding repository https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510/capella/ (14.5kB)
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510/capella/ (14.5kB)
[INFO] Adding repository http://download.eclipse.org/ecoretools/updates/releases/3.3.0/oxygen
[INFO] Fetching content.jar from http://download.eclipse.org/ecoretools/updates/releases/3.3.0/oxygen/ (6.78kB)
[INFO] Fetching content.jar from http://download.eclipse.org/ecoretools/updates/releases/3.3.0/oxygen/ (6.78kB)
[INFO] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ (172B)
[INFO] Adding repository http://download.eclipse.org/egf/updates/1.6.0/oxygen
[INFO] Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ (16.79kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ (16.79kB)
[INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B)
[INFO] Adding repository http://download.eclipse.org/nebula/releases/1.4.0
[INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ (11.51kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ (11.51kB)
[INFO] Fetching p2.index from http://download.eclipse.org/nattable/releases/1.5.0/repository/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/nattable/releases/1.5.0/repository/ (172B)
[INFO] Adding repository http://download.eclipse.org/nattable/releases/1.5.0/repository
[INFO] Fetching content.xml.xz from http://download.eclipse.org/nattable/releases/1.5.0/repository/ (9.91kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/nattable/releases/1.5.0/repository/ (9.91kB)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository/ (134B)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository/ (134B)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository/
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/ (117.26kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/ (117.26kB)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180206163158/repository/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180206163158/repository/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180206163158/repository/ (56.7kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180206163158/repository/ (56.7kB)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (173.22kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (173.22kB)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ (186.92kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ (186.92kB)
[INFO] Adding repository http://download.eclipse.org/sirius/updates/legacy/1.1.0
[INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB)
[INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB)
Sep 23, 2021 1:49:50 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to {s}->https://download.polarsys.org:443: No route to host (Host unreachable)
Sep 23, 2021 1:49:50 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect to {s}->https://download.polarsys.org:443
Sep 23, 2021 1:49:53 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to {s}->https://download.polarsys.org:443: No route to host (Host unreachable)
Sep 23, 2021 1:49:53 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect to {s}->https://download.polarsys.org:443
Sep 23, 2021 1:49:56 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to {s}->https://download.polarsys.org:443: No route to host (Host unreachable)
Sep 23, 2021 1:49:56 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect to {s}->https://download.polarsys.org:443
Sep 23, 2021 1:50:02 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to {s}->https://download.polarsys.org:443: No route to host (Host unreachable)
Sep 23, 2021 1:50:02 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect to {s}->https://download.polarsys.org:443
Sep 23, 2021 1:50:05 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to {s}->https://download.polarsys.org:443: No route to host (Host unreachable)
Sep 23, 2021 1:50:05 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect to {s}->https://download.polarsys.org:443
Sep 23, 2021 1:50:08 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to {s}->https://download.polarsys.org:443: No route to host (Host unreachable)
Sep 23, 2021 1:50:08 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect to {s}->https://download.polarsys.org:443
[INFO] Adding repository https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1
Sep 23, 2021 1:50:14 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to {s}->https://download.polarsys.org:443: No route to host (Host unreachable)
Sep 23, 2021 1:50:14 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect to {s}->https://download.polarsys.org:443
Sep 23, 2021 1:50:17 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to {s}->https://download.polarsys.org:443: No route to host (Host unreachable)
Sep 23, 2021 1:50:17 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect to {s}->https://download.polarsys.org:443
Sep 23, 2021 1:50:20 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to {s}->https://download.polarsys.org:443: No route to host (Host unreachable)
Sep 23, 2021 1:50:20 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect to {s}->https://download.polarsys.org:443
Sep 23, 2021 1:50:26 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to {s}->https://download.polarsys.org:443: No route to host (Host unreachable)
Sep 23, 2021 1:50:26 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect to {s}->https://download.polarsys.org:443
Sep 23, 2021 1:50:29 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to {s}->https://download.polarsys.org:443: No route to host (Host unreachable)
Sep 23, 2021 1:50:29 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect to {s}->https://download.polarsys.org:443
Sep 23, 2021 1:50:32 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.NoRouteToHostException) caught when connecting to {s}->https://download.polarsys.org:443: No route to host (Host unreachable)
Sep 23, 2021 1:50:32 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect to {s}->https://download.polarsys.org:443
[ERROR] Failed to resolve target definition /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.targets/../../../releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.target: Failed to load p2 metadata repository from location https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1: Unable to read repository at https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/content.xml. No route to host (Host unreachable) -> [Help 1]
org.apache.maven.MavenExecutionException: Failed to resolve target definition /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.targets/../../../releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.target: Failed to load p2 metadata repository from location https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:100)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.eclipse.tycho.core.shared.BuildFailureException: Failed to resolve target definition /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.targets/../../../releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.target: Failed to load p2 metadata repository from location https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContent (TargetDefinitionResolver.java:99)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.resolveFromArguments (TargetDefinitionResolverService.java:70)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.getTargetDefinitionContent (TargetDefinitionResolverService.java:60)
    at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.resolveTargetDefinitions (TargetPlatformFactoryImpl.java:214)
    at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:155)
    at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:128)
    at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:1)
    at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform (ReactorRepositoryManagerImpl.java:84)
    at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform (P2DependencyResolver.java:223)
    at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:109)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.eclipse.tycho.p2.target.facade.TargetDefinitionResolutionException: Failed to load p2 metadata repository from location https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver$LoadedIULocation.loadRepository (TargetDefinitionResolver.java:290)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver$LoadedIULocation.<init> (TargetDefinitionResolver.java:282)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver$ResolverRun.addLocation (TargetDefinitionResolver.java:154)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContentWithExceptions (TargetDefinitionResolver.java:121)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContent (TargetDefinitionResolver.java:94)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.resolveFromArguments (TargetDefinitionResolverService.java:70)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.getTargetDefinitionContent (TargetDefinitionResolverService.java:60)
    at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.resolveTargetDefinitions (TargetPlatformFactoryImpl.java:214)
    at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:155)
    at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:128)
    at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:1)
    at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform (ReactorRepositoryManagerImpl.java:84)
    at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform (P2DependencyResolver.java:223)
    at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:109)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/content.xml.
    at org.eclipse.equinox.internal.p2.repository.CacheManager.createCache (CacheManager.java:243)
    at org.eclipse.tycho.p2.remote.RemoteRepositoryCacheManager.createCache (RemoteRepositoryCacheManager.java:67)
    at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.getLocalFile (SimpleMetadataRepositoryFactory.java:66)
    at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.load (SimpleMetadataRepositoryFactory.java:88)
    at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad (MetadataRepositoryManager.java:57)
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository (AbstractRepositoryManager.java:768)
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository (AbstractRepositoryManager.java:668)
    at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository (MetadataRepositoryManager.java:96)
    at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository (RemoteMetadataRepositoryManager.java:61)
    at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository (RemoteMetadataRepositoryManager.java:53)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver$LoadedIULocation.loadRepository (TargetDefinitionResolver.java:288)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver$LoadedIULocation.<init> (TargetDefinitionResolver.java:282)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver$ResolverRun.addLocation (TargetDefinitionResolver.java:154)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContentWithExceptions (TargetDefinitionResolver.java:121)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContent (TargetDefinitionResolver.java:94)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.resolveFromArguments (TargetDefinitionResolverService.java:70)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.getTargetDefinitionContent (TargetDefinitionResolverService.java:60)
    at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.resolveTargetDefinitions (TargetPlatformFactoryImpl.java:214)
    at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:155)
    at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:128)
    at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform (TargetPlatformFactoryImpl.java:1)
    at org.eclipse.tycho.p2.manager.ReactorRepositoryManagerImpl.computePreliminaryTargetPlatform (ReactorRepositoryManagerImpl.java:84)
    at org.eclipse.tycho.p2.resolver.P2DependencyResolver.computePreliminaryTargetPlatform (P2DependencyResolver.java:223)
    at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:109)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)
    at java.net.PlainSocketImpl.socketConnect (Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect (AbstractPlainSocketImpl.java:350)
    at java.net.AbstractPlainSocketImpl.connectToAddress (AbstractPlainSocketImpl.java:206)
    at java.net.AbstractPlainSocketImpl.connect (AbstractPlainSocketImpl.java:188)
    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 org.apache.http.conn.ssl.SSLSocketFactory.connectSocket (SSLSocketFactory.java:542)
    at org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1.connectSocket (SNIAwareHttpClient.java:64)
    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket (SSLSocketFactory.java:412)
    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection (DefaultClientConnectionOperator.java:179)
    at org.apache.http.impl.conn.ManagedClientConnectionImpl.open (ManagedClientConnectionImpl.java:328)
    at org.apache.http.impl.client.DefaultRequestDirector.tryConnect (DefaultRequestDirector.java:612)
    at org.apache.http.impl.client.DefaultRequestDirector.execute (DefaultRequestDirector.java:447)
    at org.apache.http.impl.client.AbstractHttpClient.doExecute (AbstractHttpClient.java:884)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:82)
    at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientFileSystemBrowser.runRequest (HttpClientFileSystemBrowser.java:263)
    at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run (AbstractFileSystemBrowser.java:69)
    at org.eclipse.core.internal.jobs.Worker.run (Worker.java:56)
[ERROR] 
[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] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive artifacts)
Stage "Archive artifacts" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
Stage "Deploy" skipped due to earlier failure(s)
[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