Skip to content

Console Output

Triggered by Gerrit: https://git.eclipse.org/r/c/esf/esf-tools/+/199703
Running as SYSTEM
Agent basic-zzmhf is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-zzmhf"
  namespace: "esf"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.esf.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-zzmhf"
    - 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: "basic-zzmhf"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.esf.svc.cluster.local/esf/"
    image: "docker.io/eclipsecbi/jiro-agent-basic: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-esf"
      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"

Building remotely on basic-zzmhf (basic) in workspace /home/jenkins/agent/workspace/esf-tools-gerrit-build
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/esf/esf-tools.git
 > git init /home/jenkins/agent/workspace/esf-tools-gerrit-build # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/esf/esf-tools.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/esf/esf-tools.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/esf/esf-tools.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/esf/esf-tools.git # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/esf/esf-tools.git
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/esf/esf-tools.git refs/changes/03/199703/1 # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ba506d9fd8b0c507bc3fca9b2b6dd8e07ea2b643 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ba506d9fd8b0c507bc3fca9b2b6dd8e07ea2b643 # timeout=10
Commit message: "[releng] Make compatible with Papyrus 6.0"
 > git rev-list --no-walk a7e4fa1a926962fe7b66b191149cada6d6262a93 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[esf-tools-gerrit-build] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=95e9347822ed7e9bff5bbac1b2c5bd17b2b88974 -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=ansgar.radermacher@cea.fr "-DGERRIT_EVENT_ACCOUNT_NAME=Ansgar Radermacher" -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/c/esf/esf-tools/+/199703 -DGERRIT_PATCHSET_UPLOADER_EMAIL=ansgar.radermacher@cea.fr -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=esf/esf-tools -DGERRIT_CHANGE_NUMBER=199703 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Ansgar Radermacher\" <ansgar.radermacher@cea.fr>' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/03/199703/1 "-DGERRIT_PATCHSET_UPLOADER_NAME=Ansgar Radermacher" '-DGERRIT_CHANGE_OWNER=\"Ansgar Radermacher\" <ansgar.radermacher@cea.fr>' -DGERRIT_CHANGE_COMMIT_MESSAGE=W3JlbGVuZ10gc3dpdGNoIHRvIHR5Y2hvIDIuNy4yCgpDaGFuZ2UtSWQ6IEk2YzM4NTY1YjhkYjJlMGEyYzUzZDgyYWIwM2I0NWNmZWZmMjc0OWNiClNpZ25lZC1vZmYtYnk6IGFyYWRlcm1hY2hlIDxhbnNnYXIucmFkZXJtYWNoZXJAY2VhLmZyPgo= "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=[releng] switch to tycho 2.7.2" '-DGERRIT_EVENT_ACCOUNT=\"Ansgar Radermacher\" <ansgar.radermacher@cea.fr>' -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=I6c38565b8db2e0a2c53d82ab03b45cfeff2749cb -DGERRIT_EVENT_HASH=335409270 -DGERRIT_VERSION=3.5.1 -DGERRIT_EVENT_ACCOUNT_EMAIL=ansgar.radermacher@cea.fr -DGERRIT_PATCHSET_NUMBER=1 "-DGERRIT_CHANGE_OWNER_NAME=Ansgar Radermacher" clean verify
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng/pom.xml
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-06/ (122B)
[INFO] Adding repository https://download.eclipse.org/releases/2020-06
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2020-06/ (483B)
[INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2020-06/ (142B)
[INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2020-06/ (66.17kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-06/202006171000/ (142B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2020-06/202006171000/ (834.45kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/ (130B)
[INFO] Adding repository https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/ (130B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.0.0_papyrus-sysml-oxygen_73/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.0.0_papyrus-sysml-oxygen_73/ (7.4kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.1.0_papyrus-sysml-oxygen_85/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.1.0_papyrus-sysml-oxygen_85/ (7.41kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.2.0_papyrus-sysml-oxygen_100/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.2.0_papyrus-sysml-oxygen_100/ (7.43kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/photon/ (130B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/photon/ (436B)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/photon/1.3.0_papyrus-sysml-photon_4/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/photon/1.3.0_papyrus-sysml-photon_4/ (4.87kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2018-09/ (130B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2018-09/ (414B)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2018-09/1.3.1_papyrus-sysml-2018-09_10/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2018-09/1.3.1_papyrus-sysml-2018-09_10/ (4.89kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/ (130B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/ (415B)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/ (10.27kB)
[INFO] Fetching p2.index from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/ (172B)
[INFO] Adding repository https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository
[INFO] Fetching content.xml.xz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/ (6.29kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng.branding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng.branding/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng.branding/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/resources/org.polarsys.esf.analysis.common.resources.graphical/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/resources/org.polarsys.esf.analysis.common.resources.graphical/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/resources/org.polarsys.esf.analysis.common.resources.graphical/pom.xml
[INFO] Fetching 202006171000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-06/ (63B)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.5MB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.71MB of 9.5MB at 7.5MB/s)
[INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (459.89kB)
[INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.58kB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.03kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.26kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (258.72kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.68kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.49kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.52kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.71kB)
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (155.55kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.65kB)
[INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.86MB)
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.01kB)
[INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.07kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.49kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.59kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.27kB)
[INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.72kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.47kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.98kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.96kB)
[INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.65kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.11kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.05kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.76kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.88kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.68kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.72kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.65kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.82kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.16kB)
[INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (487.54kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.02kB)
[INFO] Fetching org.eclipse.swt_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (361.92kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.16kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.8kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.47kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.76kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.84kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.14kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.62kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.02kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.88kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.01kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.86kB)
[INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.88kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.urischeme_1.1.0.v20200603-1117.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.48kB)
[INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (115.11kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.46kB)
[INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (363.6kB)
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.7kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.13MB)
[INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (997.92kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.71kB)
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/org.polarsys.esf.analysis.common.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/org.polarsys.esf.analysis.common.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.analysis.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/org.polarsys.esf.analysis.common.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/doc/org.polarsys.esf.fmea.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/doc/org.polarsys.esf.fmea.doc/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/doc/org.polarsys.esf.fmea.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.execution:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.execution:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.execution:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution/pom.xml
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (898.68kB)
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (743.15kB)
[INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.86MB)
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (504.53kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (259.85kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.88kB)
[INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (453.74kB)
[INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (387.41kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.9kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (99.44kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (161.06kB)
[INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.81kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (498.28kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.12kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (183.86kB)
[INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (143.6kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.7kB)
[INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.39kB)
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.03kB)
[INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.08kB)
[INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.57kB)
[INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200526-1503.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (281.75kB)
[INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.79kB)
[INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (100.5kB)
[INFO] Fetching org.eclipse.jdt.core_3.22.0.v20200530-2032.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (6.83MB)
[INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (873.17kB)
[INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (483.38kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.79kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.77kB)
[INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.4kB)
[INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1MB)
[INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200602-0959.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.94MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.11.0.v20200525-2012.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.89kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.75kB)
[INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200518-1033.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (235.58kB)
[INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (306.31kB)
[INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (316.88kB)
[INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200530-0835.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (957.79kB)
[INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.59kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (233.97kB)
[INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (199.91kB)
[INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.18kB)
[INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.85kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.2kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.15kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.94kB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.42kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (61.27kB)
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (96.94kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (108.42kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.45kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (403.76kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.47kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.56kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.11kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.88kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.04kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.9kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.47kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.99kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (116.64kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.19kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.81kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.47kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.85kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.99kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.95kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.64kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.56kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.9kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.47kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.6.0.v20200602-1138.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (288.61kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.21kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (117.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (257.14kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (100.25kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (76.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (133.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (386.74kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (114.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (190.36kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (93.45kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.73kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (218.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (90.14kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (137.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (92.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (196.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.85kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.91kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (117.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (318.69kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (110.07kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200526-0740.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (493.48kB)
[INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200525-2012.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (966.69kB)
[INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.04kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.57kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (176.74kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200501-1429.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.97kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123kB)
[INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (492.92kB)
[INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.02kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.64kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.2.v20200609-1812.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.37kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20200609-1812.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (275.14kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.15.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.44kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.54kB)
[INFO] Fetching org.eclipse.ocl_3.15.0.v20200608-1555.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.72kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.42MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.92kB)
[INFO] Fetching org.eclipse.ocl.common_1.8.400.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.75kB)
[INFO] Fetching org.eclipse.papyrus.editor_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.8kB)
[INFO] Fetching org.eclipse.papyrus.emf_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.48kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.28kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.91kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.38kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.16kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.24kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.59kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (308.91kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.74kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.9kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.36kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.42kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.12kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.54kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.09kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.06kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.74kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.81kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.18kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.66kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_3.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.91kB)
[INFO] Fetching org.eclipse.pde.core_3.13.400.v20200415-0531.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_3.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (99.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_4.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.68kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.4.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.72kB)
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.5kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.72kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_6.7.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (332.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.97kB)
[INFO] Fetching org.eclipse.pde.ui_3.11.400.v20200514-1728.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.46MB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.64kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.49kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (171.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.47kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.104.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (311.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.8kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (87.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_2.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.37kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.77kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.68kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.02kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_3.6.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (571.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.5.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.27kB)
[INFO] Fetching org.eclipse.xwt_1.4.0.202003031031.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (178.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.95kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (291.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.72kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.49kB)
[INFO] Fetching org.eclipse.pde_3.13.1100.v20200604-0540.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.05kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.4.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (575.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.5.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.02kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_3.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.34kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_4.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (94.27kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200525-1037.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (142.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_5.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.16kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_4.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (167.69kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.76kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.84kB)
[INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (478.57kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.22kB)
[INFO] Fetching org.eclipse.pde.launching_3.8.200.v20200512-0948.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.65kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200522-1354.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (150.45kB)
[INFO] Fetching org.eclipse.ui.views.log_1.2.1100.v20200513-0930.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.26kB)
[INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.28kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.3kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (243.5kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.18kB)
[INFO] Fetching org.polarsys.esf.core.common_0.7.0.202301311720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (18.46kB)
[INFO] Fetching org.polarsys.esf.core.common_0.7.0.202301311720.jar from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (38.41kB)
[ERROR] All attempts to read artifact osgi.bundle,org.polarsys.esf.core.common,0.7.0.202301311720 failed:
[ERROR]    An error occurred while transferring artifact packed: osgi.bundle,org.polarsys.esf.core.common,0.7.0.202301311720 from repository https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository:
[ERROR]       Problems downloading artifact: osgi.bundle,org.polarsys.esf.core.common,0.7.0.202301311720.:
[ERROR]          Error reading signed content:/tmp/signatureFile17440167472448583265.jar
[ERROR]    An error occurred while transferring artifact canonical: osgi.bundle,org.polarsys.esf.core.common,0.7.0.202301311720 from repository https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository:
[ERROR]       Problems downloading artifact: osgi.bundle,org.polarsys.esf.core.common,0.7.0.202301311720.:
[ERROR]          Error reading signed content:/tmp/signatureFile17275806051946783913.jar
[ERROR] Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.polarsys.esf.core.common,0.7.0.202301311720 into the local Maven repository.See log output for details. An error occurred while processing the signatures for the file: /tmp/signatureFile17440167472448583265.jar: No algorithm found for 1.2.840.113549.1.1.12 -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.polarsys.esf.core.common,0.7.0.202301311720 into the local Maven repository.See log output for details.
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:120)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    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.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.polarsys.esf.core.common,0.7.0.202301311720 into the local Maven repository.See log output for details.
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadArtifact (MirroringArtifactProvider.java:237)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeOneFormatLocallyAvailable (MirroringArtifactProvider.java:218)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeLocallyAvailable (MirroringArtifactProvider.java:185)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.getArtifactFile (MirroringArtifactProvider.java:124)
    at org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProvider.getArtifactFile (CompositeArtifactProvider.java:87)
    at org.eclipse.tycho.p2.target.TargetPlatformBaseImpl.getLocalArtifactFile (TargetPlatformBaseImpl.java:130)
    at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResult.lambda$0 (DefaultP2ResolutionResult.java:58)
    at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResultEntry.getLocation (DefaultP2ResolutionResultEntry.java:73)
    at org.eclipse.tycho.p2.resolver.P2DependencyResolver.lambda$newDefaultTargetPlatform$1 (P2DependencyResolver.java:419)
    at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifactFile$0 (ArtifactCollection.java:65)
    at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:62)
    at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$1 (ArtifactCollection.java:120)
    at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:62)
    at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$1 (ArtifactCollection.java:120)
    at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:62)
    at org.eclipse.tycho.core.osgitools.EquinoxResolver.newState (EquinoxResolver.java:172)
    at org.eclipse.tycho.core.osgitools.EquinoxResolver.newResolvedState (EquinoxResolver.java:75)
    at org.eclipse.tycho.core.osgitools.OsgiBundleProject.getResolverState (OsgiBundleProject.java:273)
    at org.eclipse.tycho.core.osgitools.OsgiBundleProject.resolveClassPath (OsgiBundleProject.java:174)
    at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:142)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.lambda$resolveProjects$0 (TychoMavenLifecycleParticipant.java:127)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept (ForEachOps.java:183)
    at java.util.stream.WhileOps$1$1.accept (WhileOps.java:99)
    at java.util.ArrayList$ArrayListSpliterator.tryAdvance (ArrayList.java:1631)
    at java.util.stream.ReferencePipeline.forEachWithCancel (ReferencePipeline.java:127)
    at java.util.stream.AbstractPipeline.copyIntoWithCancel (AbstractPipeline.java:502)
    at java.util.stream.AbstractPipeline.copyInto (AbstractPipeline.java:488)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto (AbstractPipeline.java:474)
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential (ForEachOps.java:150)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential (ForEachOps.java:173)
    at java.util.stream.AbstractPipeline.evaluate (AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.forEach (ReferencePipeline.java:497)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.resolveProjects (TychoMavenLifecycleParticipant.java:158)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:102)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:253)
    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:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    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.security.NoSuchAlgorithmException: An error occurred while processing the signatures for the file: /tmp/signatureFile17440167472448583265.jar
    at org.eclipse.osgi.internal.signedcontent.SignedBundleHook.getSignedContent (SignedBundleHook.java:231)
    at org.eclipse.equinox.internal.p2.artifact.repository.SignatureVerifier.verifyContent (SignatureVerifier.java:84)
    at org.eclipse.equinox.internal.p2.artifact.repository.SignatureVerifier.verify (SignatureVerifier.java:66)
    at org.eclipse.equinox.internal.p2.artifact.repository.SignatureVerifier.close (SignatureVerifier.java:115)
    at org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep.close (ProcessingStep.java:92)
    at org.eclipse.equinox.internal.p2.artifact.processing.AbstractBufferingStep.close (AbstractBufferingStep.java:78)
    at org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep.close (ProcessingStep.java:92)
    at org.eclipse.equinox.internal.p2.artifact.processors.checksum.MessageDigestProcessingStep.close (MessageDigestProcessingStep.java:58)
    at org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep.close (ProcessingStep.java:92)
    at org.eclipse.equinox.internal.p2.artifact.processors.checksum.MessageDigestProcessingStep.close (MessageDigestProcessingStep.java:58)
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.reportStatus (SimpleArtifactRepository.java:1250)
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact (SimpleArtifactRepository.java:645)
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact (SimpleArtifactRepository.java:776)
    at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromOneMirror (RepositoryArtifactProvider.java:248)
    at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnyMirror (RepositoryArtifactProvider.java:228)
    at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider$1.perform (RepositoryArtifactProvider.java:203)
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact (SimpleArtifactRepository.java:759)
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifacts (SimpleArtifactRepository.java:836)
    at org.eclipse.tycho.repository.p2base.artifact.repository.LazyArtifactRepository.getArtifacts (LazyArtifactRepository.java:102)
    at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnyChildRepository (RepositoryArtifactProvider.java:215)
    at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnyFormatAvailableInRepository (RepositoryArtifactProvider.java:182)
    at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnySource (RepositoryArtifactProvider.java:168)
    at org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderBaseImpl.getArtifact (CompositeArtifactProviderBaseImpl.java:54)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadCanonicalArtifact (MirroringArtifactProvider.java:255)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadMostSpecificNeededFormatOfArtifact (MirroringArtifactProvider.java:248)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadArtifact (MirroringArtifactProvider.java:233)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeOneFormatLocallyAvailable (MirroringArtifactProvider.java:218)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeLocallyAvailable (MirroringArtifactProvider.java:185)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.getArtifactFile (MirroringArtifactProvider.java:124)
    at org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProvider.getArtifactFile (CompositeArtifactProvider.java:87)
    at org.eclipse.tycho.p2.target.TargetPlatformBaseImpl.getLocalArtifactFile (TargetPlatformBaseImpl.java:130)
    at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResult.lambda$0 (DefaultP2ResolutionResult.java:58)
    at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResultEntry.getLocation (DefaultP2ResolutionResultEntry.java:73)
    at org.eclipse.tycho.p2.resolver.P2DependencyResolver.lambda$newDefaultTargetPlatform$1 (P2DependencyResolver.java:419)
    at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifactFile$0 (ArtifactCollection.java:65)
    at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:62)
    at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$1 (ArtifactCollection.java:120)
    at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:62)
    at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$1 (ArtifactCollection.java:120)
    at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:62)
    at org.eclipse.tycho.core.osgitools.EquinoxResolver.newState (EquinoxResolver.java:172)
    at org.eclipse.tycho.core.osgitools.EquinoxResolver.newResolvedState (EquinoxResolver.java:75)
    at org.eclipse.tycho.core.osgitools.OsgiBundleProject.getResolverState (OsgiBundleProject.java:273)
    at org.eclipse.tycho.core.osgitools.OsgiBundleProject.resolveClassPath (OsgiBundleProject.java:174)
    at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:142)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.lambda$resolveProjects$0 (TychoMavenLifecycleParticipant.java:127)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept (ForEachOps.java:183)
    at java.util.stream.WhileOps$1$1.accept (WhileOps.java:99)
    at java.util.ArrayList$ArrayListSpliterator.tryAdvance (ArrayList.java:1631)
    at java.util.stream.ReferencePipeline.forEachWithCancel (ReferencePipeline.java:127)
    at java.util.stream.AbstractPipeline.copyIntoWithCancel (AbstractPipeline.java:502)
    at java.util.stream.AbstractPipeline.copyInto (AbstractPipeline.java:488)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto (AbstractPipeline.java:474)
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential (ForEachOps.java:150)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential (ForEachOps.java:173)
    at java.util.stream.AbstractPipeline.evaluate (AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.forEach (ReferencePipeline.java:497)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.resolveProjects (TychoMavenLifecycleParticipant.java:158)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:102)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:253)
    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:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    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.security.NoSuchAlgorithmException: No algorithm found for 1.2.840.113549.1.1.12
    at org.eclipse.osgi.internal.signedcontent.PKCS7Processor.findEncryption (PKCS7Processor.java:95)
    at org.eclipse.osgi.internal.signedcontent.PKCS7Processor.processSignerInfos (PKCS7Processor.java:364)
    at org.eclipse.osgi.internal.signedcontent.PKCS7Processor.<init> (PKCS7Processor.java:172)
    at org.eclipse.osgi.internal.signedcontent.SignatureBlockProcessor.processSigner (SignatureBlockProcessor.java:109)
    at org.eclipse.osgi.internal.signedcontent.SignatureBlockProcessor.process (SignatureBlockProcessor.java:76)
    at org.eclipse.osgi.internal.signedcontent.SignedBundleFile.initializeSignedContent (SignedBundleFile.java:56)
    at org.eclipse.osgi.internal.signedcontent.SignedBundleHook.getSignedContent (SignedBundleHook.java:223)
    at org.eclipse.equinox.internal.p2.artifact.repository.SignatureVerifier.verifyContent (SignatureVerifier.java:84)
    at org.eclipse.equinox.internal.p2.artifact.repository.SignatureVerifier.verify (SignatureVerifier.java:66)
    at org.eclipse.equinox.internal.p2.artifact.repository.SignatureVerifier.close (SignatureVerifier.java:115)
    at org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep.close (ProcessingStep.java:92)
    at org.eclipse.equinox.internal.p2.artifact.processing.AbstractBufferingStep.close (AbstractBufferingStep.java:78)
    at org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep.close (ProcessingStep.java:92)
    at org.eclipse.equinox.internal.p2.artifact.processors.checksum.MessageDigestProcessingStep.close (MessageDigestProcessingStep.java:58)
    at org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing.ProcessingStep.close (ProcessingStep.java:92)
    at org.eclipse.equinox.internal.p2.artifact.processors.checksum.MessageDigestProcessingStep.close (MessageDigestProcessingStep.java:58)
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.reportStatus (SimpleArtifactRepository.java:1250)
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.downloadArtifact (SimpleArtifactRepository.java:645)
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact (SimpleArtifactRepository.java:776)
    at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromOneMirror (RepositoryArtifactProvider.java:248)
    at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnyMirror (RepositoryArtifactProvider.java:228)
    at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider$1.perform (RepositoryArtifactProvider.java:203)
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifact (SimpleArtifactRepository.java:759)
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getArtifacts (SimpleArtifactRepository.java:836)
    at org.eclipse.tycho.repository.p2base.artifact.repository.LazyArtifactRepository.getArtifacts (LazyArtifactRepository.java:102)
    at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnyChildRepository (RepositoryArtifactProvider.java:215)
    at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnyFormatAvailableInRepository (RepositoryArtifactProvider.java:182)
    at org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.getArtifactFromAnySource (RepositoryArtifactProvider.java:168)
    at org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProviderBaseImpl.getArtifact (CompositeArtifactProviderBaseImpl.java:54)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadCanonicalArtifact (MirroringArtifactProvider.java:255)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadMostSpecificNeededFormatOfArtifact (MirroringArtifactProvider.java:248)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.downloadArtifact (MirroringArtifactProvider.java:233)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeOneFormatLocallyAvailable (MirroringArtifactProvider.java:218)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.makeLocallyAvailable (MirroringArtifactProvider.java:185)
    at org.eclipse.tycho.repository.local.MirroringArtifactProvider.getArtifactFile (MirroringArtifactProvider.java:124)
    at org.eclipse.tycho.repository.p2base.artifact.provider.CompositeArtifactProvider.getArtifactFile (CompositeArtifactProvider.java:87)
    at org.eclipse.tycho.p2.target.TargetPlatformBaseImpl.getLocalArtifactFile (TargetPlatformBaseImpl.java:130)
    at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResult.lambda$0 (DefaultP2ResolutionResult.java:58)
    at org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResultEntry.getLocation (DefaultP2ResolutionResultEntry.java:73)
    at org.eclipse.tycho.p2.resolver.P2DependencyResolver.lambda$newDefaultTargetPlatform$1 (P2DependencyResolver.java:419)
    at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifactFile$0 (ArtifactCollection.java:65)
    at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:62)
    at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$1 (ArtifactCollection.java:120)
    at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:62)
    at org.eclipse.tycho.core.osgitools.targetplatform.ArtifactCollection.lambda$addArtifact$1 (ArtifactCollection.java:120)
    at org.eclipse.tycho.core.osgitools.DefaultArtifactDescriptor.getLocation (DefaultArtifactDescriptor.java:62)
    at org.eclipse.tycho.core.osgitools.EquinoxResolver.newState (EquinoxResolver.java:172)
    at org.eclipse.tycho.core.osgitools.EquinoxResolver.newResolvedState (EquinoxResolver.java:75)
    at org.eclipse.tycho.core.osgitools.OsgiBundleProject.getResolverState (OsgiBundleProject.java:273)
    at org.eclipse.tycho.core.osgitools.OsgiBundleProject.resolveClassPath (OsgiBundleProject.java:174)
    at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:142)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.lambda$resolveProjects$0 (TychoMavenLifecycleParticipant.java:127)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept (ForEachOps.java:183)
    at java.util.stream.WhileOps$1$1.accept (WhileOps.java:99)
    at java.util.ArrayList$ArrayListSpliterator.tryAdvance (ArrayList.java:1631)
    at java.util.stream.ReferencePipeline.forEachWithCancel (ReferencePipeline.java:127)
    at java.util.stream.AbstractPipeline.copyIntoWithCancel (AbstractPipeline.java:502)
    at java.util.stream.AbstractPipeline.copyInto (AbstractPipeline.java:488)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto (AbstractPipeline.java:474)
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential (ForEachOps.java:150)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential (ForEachOps.java:173)
    at java.util.stream.AbstractPipeline.evaluate (AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.forEach (ReferencePipeline.java:497)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.resolveProjects (TychoMavenLifecycleParticipant.java:158)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:102)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:253)
    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:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    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)
[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/InternalErrorException
Build step 'Invoke top-level Maven targets' marked build as failure
Sending e-mails to: ansgar.radermacher@cea.fr
Finished: FAILURE