Skip to content

Console Output

Triggered by Gerrit: https://git.eclipse.org/r/c/esf/esf-tools/+/188562
Running as SYSTEM
Agent basic-dwk5n is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-dwk5n"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.esf.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-dwk5n"
    - 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-dwk5n"
    - 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.10.1"
    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-dwk5n (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/62/188562/1 # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a7e4fa1a926962fe7b66b191149cada6d6262a93 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a7e4fa1a926962fe7b66b191149cada6d6262a93 # timeout=10
Commit message: "[releng] Switch to jar-signer 1.3.2"
 > git rev-list --no-walk 1212ca8b474371acb75baebedaa7f237b934bcdd # 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=ba506d9fd8b0c507bc3fca9b2b6dd8e07ea2b643 -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/+/188562 -DGERRIT_PATCHSET_UPLOADER_EMAIL=ansgar.radermacher@cea.fr -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=esf/esf-tools -DGERRIT_CHANGE_NUMBER=188562 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Ansgar Radermacher\" <ansgar.radermacher@cea.fr>' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/62/188562/1 "-DGERRIT_PATCHSET_UPLOADER_NAME=Ansgar Radermacher" '-DGERRIT_CHANGE_OWNER=\"Ansgar Radermacher\" <ansgar.radermacher@cea.fr>' -DGERRIT_CHANGE_COMMIT_MESSAGE=W3JlbGVuZ10gTWFrZSBjb21wYXRpYmxlIHdpdGggUGFweXJ1cyA2LjAKCkNoYW5nZS1JZDogSTdiNWU0NmVkNDBlMDFlMTU3YTc0NGRiN2ZhZmZiMDA0MjE4ZjFlYmYKU2lnbmVkLW9mZi1ieTogQW5zZ2FyIFJhZGVybWFjaGVyIDxhbnNnYXIucmFkZXJtYWNoZXJAY2VhLmZyPgo= "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=[releng] Make compatible with Papyrus 6.0" '-DGERRIT_EVENT_ACCOUNT=\"Ansgar Radermacher\" <ansgar.radermacher@cea.fr>' -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=I7b5e46ed40e01e157a744db7faffb004218f1ebf -DGERRIT_EVENT_HASH=183674801 -DGERRIT_VERSION=3.2.7 -DGERRIT_EVENT_ACCOUNT_EMAIL=ansgar.radermacher@cea.fr -DGERRIT_PATCHSET_NUMBER=1 "-DGERRIT_CHANGE_OWNER_NAME=Ansgar Radermacher" clean verify
Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
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.12.7-300.fc34.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.27kB)
[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 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.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (16.47kB)
[INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.12kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfarchitectureconcepts_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (58.27kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfcore_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (28.99kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfbehaviours_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (27.2kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfproperties_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (31.93kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfsafetyconcepts_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (73.67kB)
[INFO] Fetching org.polarsys.esf.core.utils_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (12.59kB)
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.execution.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.execution.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.execution.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution.ui/pom.xml
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.88kB)
[INFO] Fetching org.polarsys.esf.core.common.ui_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (71.58kB)
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.metamodel:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/metamodel/org.polarsys.esf.fmea.metamodel/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.metamodel:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/metamodel/org.polarsys.esf.fmea.metamodel/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.metamodel:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/metamodel/org.polarsys.esf.fmea.metamodel/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.profile.service.types:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.service.types/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.profile.service.types:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.service.types/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.profile.service.types:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.service.types/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.profile.tools:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.tools/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.profile.tools:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.tools/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.profile.tools:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.tools/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng.branding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng.branding/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng.branding/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/resources/org.polarsys.esf.fmea.resources.graphical/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/resources/org.polarsys.esf.fmea.resources.graphical/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/resources/org.polarsys.esf.fmea.resources.graphical/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/table/org.polarsys.esf.fmea.table/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/table/org.polarsys.esf.fmea.table/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.fmea.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/table/org.polarsys.esf.fmea.table/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.diagram:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/diagram/org.polarsys.esf.localanalysis.diagram/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.diagram:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/diagram/org.polarsys.esf.localanalysis.diagram/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.diagram:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/diagram/org.polarsys.esf.localanalysis.diagram/pom.xml
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.5kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (245.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.1.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (67.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.09kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (457.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_3.5.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (236.34kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.71kB)
[INFO] Fetching org.polarsys.esf.core.diagram.esfarchitectureconcepts_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (37.59kB)
[INFO] Fetching org.polarsys.esf.core.resources.graphical_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (213.86kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfarchitectureconcepts.application_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (11.58kB)
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/doc/org.polarsys.esf.localanalysis.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/doc/org.polarsys.esf.localanalysis.doc/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/doc/org.polarsys.esf.localanalysis.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.execution:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.execution:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.execution:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution/pom.xml
[INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.97kB)
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.execution.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.execution.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.execution.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution.ui/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.metamodel:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/metamodel/org.polarsys.esf.localanalysis.metamodel/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.metamodel:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/metamodel/org.polarsys.esf.localanalysis.metamodel/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.metamodel:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/metamodel/org.polarsys.esf.localanalysis.metamodel/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile.service.types:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.service.types/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile.service.types:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.service.types/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile.service.types:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.service.types/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile.tools:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.tools/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile.tools:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.tools/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile.tools:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.tools/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile.validation:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile.validation:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.profile.validation:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.validation/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng.branding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng.branding/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng.branding/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/resources/org.polarsys.esf.localanalysis.resources.graphical/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/resources/org.polarsys.esf.localanalysis.resources.graphical/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/resources/org.polarsys.esf.localanalysis.resources.graphical/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/table/org.polarsys.esf.localanalysis.table/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/table/org.polarsys.esf.localanalysis.table/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/table/org.polarsys.esf.localanalysis.table/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/ui/org.polarsys.esf.localanalysis.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/ui/org.polarsys.esf.localanalysis.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.localanalysis.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/ui/org.polarsys.esf.localanalysis.ui/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.profile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.profile/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.profile/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.table/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.table/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.table/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.ui/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.releng/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.releng/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.riskanalysis.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.releng/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/doc/org.polarsys.esf.safetyreq.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/doc/org.polarsys.esf.safetyreq.doc/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/doc/org.polarsys.esf.safetyreq.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.execution.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/execution/org.polarsys.esf.safetyreq.execution.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.execution.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/execution/org.polarsys.esf.safetyreq.execution.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.execution.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/execution/org.polarsys.esf.safetyreq.execution.ui/pom.xml
[INFO] Fetching org.eclipse.papyrus.sysml14_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (441.74kB)
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.metamodel:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/metamodel/org.polarsys.esf.safetyreq.metamodel/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.metamodel:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/metamodel/org.polarsys.esf.safetyreq.metamodel/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.metamodel:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/metamodel/org.polarsys.esf.safetyreq.metamodel/pom.xml
[INFO] Fetching org.polarsys.esf.core.metamodel.esfcore_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (19.12kB)
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.profile:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.profile.service.types:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.service.types/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.profile.service.types:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.service.types/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.profile.service.types:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.service.types/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.profile.tools:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.tools/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.profile.tools:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.tools/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.profile.tools:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.tools/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng.branding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng.branding/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng.branding/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/resources/org.polarsys.esf.safetyreq.resources.graphical/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/resources/org.polarsys.esf.safetyreq.resources.graphical/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/resources/org.polarsys.esf.safetyreq.resources.graphical/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/table/org.polarsys.esf.safetyreq.table/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/table/org.polarsys.esf.safetyreq.table/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.safetyreq.table:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/table/org.polarsys.esf.safetyreq.table/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Computing target platform for MavenProject: org.polarsys.esf:esf-tools.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/p2/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:esf-tools.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/p2/pom.xml
[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] The user operation is waiting for background work to complete.
[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 com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.5MB)
[INFO] The user operation is waiting for background work to complete.
[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 org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (459.89kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.ant_1.10.8.v20200515-1239.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.86MB)
[INFO] The user operation is waiting for background work to complete.
[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.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.03kB)
[INFO] The user operation is waiting for background work to complete.
[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.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (258.72kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.71kB)
[INFO] The user operation is waiting for background work to complete.
[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] 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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.71kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.ant.core_3.5.700.v20191221-1203.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.39kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.65kB)
[INFO] The user operation is waiting for background work to complete.
[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.ant.launching_1.2.900.v20200410-1424.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.08kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.ant.ui_3.7.800.v20200413-1643.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (483.38kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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_3.117.0.v20200518-1705.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (363.6kB)
[INFO] The user operation is waiting for background work to complete.
[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.ui.console_3.9.200.v20200511-1122.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.4kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.team.core_3.8.1000.v20200428-1255.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.89kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.96kB)
[INFO] The user operation is waiting for background work to complete.
[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.jdt.junit_3.11.800.v20200518-1033.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (235.58kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.01kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.2kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.11kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.7kB)
[INFO] The user operation is waiting for background work to complete.
[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.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (997.92kB)
[INFO] The user operation is waiting for background work to complete.
[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.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.67kB)
[INFO] The user operation is waiting for background work to complete.
[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.swt_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16kB)
[INFO] The user operation is waiting for background work to complete.
[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.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.76kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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 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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.16kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.94kB)
[INFO] The user operation is waiting for background work to complete.
[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.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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (108.42kB)
[INFO] The user operation is waiting for background work to complete.
[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.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (61.27kB)
[INFO] The user operation is waiting for background work to complete.
[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.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.46kB)
[INFO] The user operation is waiting for background work to complete.
[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.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.42kB)
[INFO] The user operation is waiting for background work to complete.
[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.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (96.94kB)
[INFO] The user operation is waiting for background work to complete.
[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.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.45kB)
[INFO] The user operation is waiting for background work to complete.
[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.ocl.ecore_3.15.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.44kB)
[INFO] The user operation is waiting for background work to complete.
[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.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.95kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.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] The user operation is waiting for background work to complete.
[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.jdt.core.manipulation_1.14.0.v20200526-0740.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (493.48kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.common_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.37kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.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] The user operation is waiting for background work to complete.
[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.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] The user operation is waiting for background work to complete.
[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.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] The user operation is waiting for background work to complete.
[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 lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.92kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.uml2.uml_5.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.03MB)
[INFO] The user operation is waiting for background work to complete.
[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.uml2.uml.resources_5.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (243.5kB)
[INFO] The user operation is waiting for background work to complete.
[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.eclipse.papyrus.infra.widgets_3.6.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (571.45kB)
[INFO] The user operation is waiting for background work to complete.
[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.pde.ui_3.11.400.v20200514-1728.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.46MB)
[INFO] The user operation is waiting for background work to complete.
[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.editor_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.45kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.infra.core.log_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.13kB)
[INFO] The user operation is waiting for background work to complete.
[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.emf_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.48kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.util.emf.catalog_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.18kB)
[INFO] The user operation is waiting for background work to complete.
[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.util.core_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.38kB)
[INFO] The user operation is waiting for background work to complete.
[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.common.ui_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.91kB)
[INFO] The user operation is waiting for background work to complete.
[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.custom.core_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.16kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.metamodel_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.93kB)
[INFO] The user operation is waiting for background work to complete.
[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.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] The user operation is waiting for background work to complete.
[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.query.java.core_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.9kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.query.java_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.66kB)
[INFO] The user operation is waiting for background work to complete.
[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.infra.tools_3.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.91kB)
[INFO] The user operation is waiting for background work to complete.
[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.papyrus.infra.constraints_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.05kB)
[INFO] The user operation is waiting for background work to complete.
[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.gmfdiag.extensionpoints.editors_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.04kB)
[INFO] The user operation is waiting for background work to complete.
[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.architecture_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.69kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.architecture.representation.edit_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.68kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.sasheditor_2.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.05kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.services.navigation_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.38kB)
[INFO] The user operation is waiting for background work to complete.
[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.internationalization_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.1kB)
[INFO] The user operation is waiting for background work to complete.
[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.internationalization.common_1.100.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.42kB)
[INFO] The user operation is waiting for background work to complete.
[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.gmfdiag.common_3.104.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (311.16kB)
[INFO] The user operation is waiting for background work to complete.
[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.emf.appearance_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.94kB)
[INFO] The user operation is waiting for background work to complete.
[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.gmf_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.7kB)
[INFO] The user operation is waiting for background work to complete.
[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.expressions_1.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.6kB)
[INFO] The user operation is waiting for background work to complete.
[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.readonly_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.29kB)
[INFO] The user operation is waiting for background work to complete.
[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.emf.types_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.64kB)
[INFO] The user operation is waiting for background work to complete.
[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.emf.nattable_5.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.35kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.onefile_2.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.97kB)
[INFO] The user operation is waiting for background work to complete.
[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.papyrus.infra.types.rulebased_4.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.55kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.hyperlink_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.09kB)
[INFO] The user operation is waiting for background work to complete.
[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.newchild_4.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.26kB)
[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] The user operation is waiting for background work to complete.
[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.filters_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.02kB)
[INFO] The user operation is waiting for background work to complete.
[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.properties_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.27kB)
[INFO] The user operation is waiting for background work to complete.
[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.uml2.common.edit_2.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.77kB)
[INFO] The user operation is waiting for background work to complete.
[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.viewpoints.policy_3.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.58kB)
[INFO] The user operation is waiting for background work to complete.
[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.canonical_2.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.47kB)
[INFO] The user operation is waiting for background work to complete.
[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.commands_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.26kB)
[INFO] The user operation is waiting for background work to complete.
[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.gmfdiag.representation_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.8kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.services.edit.ui_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.26kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.properties_4.1.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (67.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.1.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (67.97kB)
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.papyrus.infra.services.validation_3.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.15kB)
[INFO] The user operation is waiting for background work to complete.
[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.services.semantic_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.65kB)
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.gmfdiag.hyperlink_3.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.28kB)
[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] The user operation is waiting for background work to complete.
[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.nattable.representation_2.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.49kB)
[INFO] The user operation is waiting for background work to complete.
[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.widgets.toolbox_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.59kB)
[INFO] The user operation is waiting for background work to complete.
[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.openelement_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.39kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.ui.emf_2.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.12kB)
[INFO] The user operation is waiting for background work to complete.
[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.nattable.model_4.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.94kB)
[INFO] The user operation is waiting for background work to complete.
[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.services.labelprovider_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.21kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.xwt_1.4.0.202003031031.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (178.29kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.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] The user operation is waiting for background work to complete.
[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.resourceloading_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.93kB)
[INFO] The user operation is waiting for background work to complete.
[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.localizer_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.96kB)
[INFO] The user operation is waiting for background work to complete.
[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.ui.architecture_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.49kB)
[INFO] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.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] The user operation is waiting for background work to complete.
[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.diagram.common_3.4.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (575.77kB)
[INFO] The user operation is waiting for background work to complete.
[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.diagram.composite_3.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (457.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (457.41kB)
[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] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.44kB)
[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] The user operation is waiting for background work to complete.
[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.service.types_4.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (167.69kB)
[INFO] The user operation is waiting for background work to complete.
[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.papyrus.uml.types.core_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.76kB)
[INFO] The user operation is waiting for background work to complete.
[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.papyrus.uml.nattable_5.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.16kB)
[INFO] The user operation is waiting for background work to complete.
[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.papyrus.uml.nattable.menu_1.2.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.88kB)
[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] The user operation is waiting for background work to complete.
[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.properties_3.5.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (236.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.properties_3.5.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (236.34kB)
[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] The user operation is waiting for background work to complete.
[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.papyrus.uml.extensionpoints_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.07kB)
[INFO] The user operation is waiting for background work to complete.
[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.appearance_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.05kB)
[INFO] The user operation is waiting for background work to complete.
[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.papyrus.uml.internationalization.utils_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.3kB)
[INFO] The user operation is waiting for background work to complete.
[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.decoratormodel_2.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.09kB)
[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] The user operation is waiting for background work to complete.
[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.internationalization.edit_1.100.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.23kB)
[INFO] The user operation is waiting for background work to complete.
[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.diagram.navigation_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.02kB)
[INFO] The user operation is waiting for background work to complete.
[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.modelrepair_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.38kB)
[INFO] The user operation is waiting for background work to complete.
[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.uml2.uml.editor_5.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.29kB)
[INFO] The user operation is waiting for background work to complete.
[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.ui.intro_3.5.1000.v20200525-1037.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (142.89kB)
[INFO] The user operation is waiting for background work to complete.
[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.nattable.stereotype.display_3.0.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.71kB)
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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] The user operation is waiting for background work to complete.
[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.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.18kB)
[INFO] The user operation is waiting for background work to complete.
[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.utils_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (12.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.polarsys.esf.core.utils_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (12.59kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfarchitectureconcepts_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (58.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.polarsys.esf.core.profile.esfarchitectureconcepts_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (58.27kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfcore_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (28.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.polarsys.esf.core.profile.esfcore_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (28.99kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfproperties_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (31.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.polarsys.esf.core.profile.esfproperties_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (31.93kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfsafetyconcepts_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (73.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.polarsys.esf.core.profile.esfsafetyconcepts_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (73.67kB)
[INFO] Fetching org.polarsys.esf.core.common_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (16.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.polarsys.esf.core.common_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (16.47kB)
[INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.12kB)
[INFO] Fetching org.polarsys.esf.core.common.ui_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (71.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.polarsys.esf.core.common.ui_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (71.58kB)
[INFO] Fetching org.polarsys.esf.core.diagram.esfarchitectureconcepts_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (37.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.polarsys.esf.core.diagram.esfarchitectureconcepts_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (37.59kB)
[INFO] Fetching org.polarsys.esf.core.resources.graphical_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (213.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.polarsys.esf.core.resources.graphical_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (213.86kB)
[INFO] Fetching org.polarsys.esf.core.metamodel.esfcore_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (19.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.polarsys.esf.core.metamodel.esfcore_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (19.12kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfarchitectureconcepts.application_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (11.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.polarsys.esf.core.profile.esfarchitectureconcepts.application_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (11.58kB)
[INFO] Fetching org.polarsys.esf.core.profile.esfbehaviours_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (27.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.polarsys.esf.core.profile.esfbehaviours_0.7.0.202112051720.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (27.2kB)
[INFO] Resolving class path of MavenProject: org.polarsys.esf:esf-tools.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-tools-gerrit-build/p2/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] ESF Tools                                                          [pom]
[INFO] ESF Tools Analysis                                                 [pom]
[INFO] ESF Common Analysis Tools                                          [pom]
[INFO] ESF Common Analysis Tools Releng                                   [pom]
[INFO] ESF Tools Local Analysis                                           [pom]
[INFO] ESF Local Analysis Resources                                       [pom]
[INFO] ESFLocalAnalysis Graphical Resources                    [eclipse-plugin]
[INFO] ESF Local Analysis Profile                                         [pom]
[INFO] ESFLocalAnalysis Profile                                [eclipse-plugin]
[INFO] ESFLocalAnalysis Profile Tools                          [eclipse-plugin]
[INFO] ESFLocalAnalysis Profile Service Types                  [eclipse-plugin]
[INFO] ESF Local Analysis Diagram                                         [pom]
[INFO] ESFLocalAnalysis Diagram                                [eclipse-plugin]
[INFO] ESF Local Analysis Table                                           [pom]
[INFO] ESFLocalAnalysis Table                                  [eclipse-plugin]
[INFO] ESF Local Analysis Execution                                       [pom]
[INFO] Local Analysis Execution                                [eclipse-plugin]
[INFO] ESF Common Analysis Tools UI                            [eclipse-plugin]
[INFO] ESF Common Analysis Tools Resources                                [pom]
[INFO] ESF Common Analysis Tools Graphical Resources           [eclipse-plugin]
[INFO] ESF Common Analysis Tools  branding                     [eclipse-plugin]
[INFO] ESF Common Analysis Tools  feature                     [eclipse-feature]
[INFO] ESF Tools FMEA                                                     [pom]
[INFO] ESF FMEA Doc                                                       [pom]
[INFO] ESF FMEA Documentation                                  [eclipse-plugin]
[INFO] ESF FMEA Execution                                                 [pom]
[INFO] ESF FMEA Resources                                                 [pom]
[INFO] ESFFMEA Graphical Resources                             [eclipse-plugin]
[INFO] ESF FMEA Profile                                                   [pom]
[INFO] ESFFMEA Profile                                         [eclipse-plugin]
[INFO] ESFFMEA Profile Tools                                   [eclipse-plugin]
[INFO] ESFFMEA Profile Service Types                           [eclipse-plugin]
[INFO] ESF FMEA Table                                                     [pom]
[INFO] ESFFMEA Table                                           [eclipse-plugin]
[INFO] FMEA Execution                                          [eclipse-plugin]
[INFO] FMEA Execution UI                                       [eclipse-plugin]
[INFO] ESF FMEA Meta-model                                                [pom]
[INFO] ESFFMEA Meta-model                                      [eclipse-plugin]
[INFO] ESF Tools FMEA Releng                                              [pom]
[INFO] ESF FMEA branding                                       [eclipse-plugin]
[INFO] ESF FMEA feature                                       [eclipse-feature]
[INFO] ESF Local Analysis Doc                                             [pom]
[INFO] ESF Local Analysis Documentation                        [eclipse-plugin]
[INFO] Local Analysis Execution UI                             [eclipse-plugin]
[INFO] ESF Local Analysis Meta-model                                      [pom]
[INFO] ESFLocalAnalysis Meta-model                             [eclipse-plugin]
[INFO] ESFLocalAnalysis Profile Validation                     [eclipse-plugin]
[INFO] ESF Tools Local Analysis Releng                                    [pom]
[INFO] ESF Local Analysis branding                             [eclipse-plugin]
[INFO] ESF Local Analysis UI                                              [pom]
[INFO] ESFLocalAnalysis UI                                     [eclipse-plugin]
[INFO] ESF Local Analysis feature                             [eclipse-feature]
[INFO] ESF Tools Risk Analysis                                            [pom]
[INFO] ESFRiskAnalysis profile                                 [eclipse-plugin]
[INFO] ESFRiskAnalysis table                                   [eclipse-plugin]
[INFO] ESFRiskAnalysis UI                                      [eclipse-plugin]
[INFO] ESF Risk Analysis feature                              [eclipse-feature]
[INFO] ESF Tools Safety Requirements                                      [pom]
[INFO] ESF Safety Requirements  Doc                                       [pom]
[INFO] ESF Safety Requirements Documentation                   [eclipse-plugin]
[INFO] ESF Safety Requirements Execution                                  [pom]
[INFO] ESF Safety Requirements Resources                                  [pom]
[INFO] ESFSafety Requirements Graphical Resources              [eclipse-plugin]
[INFO] ESF SafetyReq Profile                                              [pom]
[INFO] ESFSafetyReq Profile                                    [eclipse-plugin]
[INFO] ESFSafetyReq Profile Tools                              [eclipse-plugin]
[INFO] ESFSafetyReq Profile Service Types                      [eclipse-plugin]
[INFO] ESF SafetyReq Table                                                [pom]
[INFO] ESFSafetyReq Table                                      [eclipse-plugin]
[INFO] Safety Requirements Execution UI                        [eclipse-plugin]
[INFO] ESF SafetyReq Meta-model                                           [pom]
[INFO] ESFSafetyReq Meta-model                                 [eclipse-plugin]
[INFO] ESF Tools SafetyReq Releng                                         [pom]
[INFO] ESF SafetyReq branding                                  [eclipse-plugin]
[INFO] ESF SafetyReq feature                                  [eclipse-feature]
[INFO] esf-tools.p2                                        [eclipse-repository]
[INFO] 
[INFO] ---------------------< org.polarsys.esf:esf-tools >---------------------
[INFO] Building ESF Tools 0.7.0-SNAPSHOT                                 [1/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ----------------< org.polarsys.esf:esf-tools.analysis >-----------------
[INFO] Building ESF Tools Analysis 0.7.0-SNAPSHOT                        [2/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------------< org.polarsys.esf:esf-tools.analysis.common >-------------
[INFO] Building ESF Common Analysis Tools 0.7.0-SNAPSHOT                 [3/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.common ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.common ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ---------< org.polarsys.esf:esf-tools.analysis.common.releng >----------
[INFO] Building ESF Common Analysis Tools Releng 0.7.0-SNAPSHOT          [4/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.common.releng ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.common.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ---------< org.polarsys.esf:esf-tools.analysis.localanalysis >----------
[INFO] Building ESF Tools Local Analysis 0.7.0-SNAPSHOT                  [5/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.localanalysis ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.localanalysis ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ----< org.polarsys.esf:esf-tools.analysis.localanalysis.resources >-----
[INFO] Building ESF Local Analysis Resources 0.7.0-SNAPSHOT              [6/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.localanalysis.resources ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.localanalysis.resources ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.localanalysis.resources.graphical >--
[INFO] Building ESFLocalAnalysis Graphical Resources 0.7.0-SNAPSHOT      [7/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 37 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/resources/org.polarsys.esf.localanalysis.resources.graphical/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/resources/org.polarsys.esf.localanalysis.resources.graphical/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/resources/org.polarsys.esf.localanalysis.resources.graphical/target/org.polarsys.esf.localanalysis.resources.graphical-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.resources.graphical ---
[INFO] 
[INFO] -----< org.polarsys.esf:esf-tools.analysis.localanalysis.profile >------
[INFO] Building ESF Local Analysis Profile 0.7.0-SNAPSHOT                [8/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.localanalysis.profile ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.localanalysis.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ------< org.polarsys.esf:org.polarsys.esf.localanalysis.profile >-------
[INFO] Building ESFLocalAnalysis Profile 0.7.0-SNAPSHOT                  [9/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.profile ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.localanalysis.profile ---
[INFO] Compiling 99 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile/target/org.polarsys.esf.localanalysis.profile-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.profile ---
[INFO] 
[INFO] ---< org.polarsys.esf:org.polarsys.esf.localanalysis.profile.tools >----
[INFO] Building ESFLocalAnalysis Profile Tools 0.7.0-SNAPSHOT           [10/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.tools/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.tools/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.tools/target/org.polarsys.esf.localanalysis.profile.tools-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.profile.tools ---
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.localanalysis.profile.service.types >--
[INFO] Building ESFLocalAnalysis Profile Service Types 0.7.0-SNAPSHOT   [11/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.service.types/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.service.types/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.service.types/target/org.polarsys.esf.localanalysis.profile.service.types-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.profile.service.types ---
[INFO] 
[INFO] -----< org.polarsys.esf:esf-tools.analysis.localanalysis.diagram >------
[INFO] Building ESF Local Analysis Diagram 0.7.0-SNAPSHOT               [12/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.localanalysis.diagram ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.localanalysis.diagram ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ------< org.polarsys.esf:org.polarsys.esf.localanalysis.diagram >-------
[INFO] Building ESFLocalAnalysis Diagram 0.7.0-SNAPSHOT                 [13/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/diagram/org.polarsys.esf.localanalysis.diagram/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/diagram/org.polarsys.esf.localanalysis.diagram/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/diagram/org.polarsys.esf.localanalysis.diagram/target/org.polarsys.esf.localanalysis.diagram-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.diagram ---
[INFO] 
[INFO] ------< org.polarsys.esf:esf-tools.analysis.localanalysis.table >-------
[INFO] Building ESF Local Analysis Table 0.7.0-SNAPSHOT                 [14/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.localanalysis.table ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.localanalysis.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.localanalysis.table >--------
[INFO] Building ESFLocalAnalysis Table 0.7.0-SNAPSHOT                   [15/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.table ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.localanalysis.table ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/table/org.polarsys.esf.localanalysis.table/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/table/org.polarsys.esf.localanalysis.table/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.table ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/table/org.polarsys.esf.localanalysis.table/target/org.polarsys.esf.localanalysis.table-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.table ---
[INFO] 
[INFO] ----< org.polarsys.esf:esf-tools.analysis.localanalysis.execution >-----
[INFO] Building ESF Local Analysis Execution 0.7.0-SNAPSHOT             [16/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.localanalysis.execution ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.localanalysis.execution ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -----< org.polarsys.esf:org.polarsys.esf.localanalysis.execution >------
[INFO] Building Local Analysis Execution 0.7.0-SNAPSHOT                 [17/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.execution ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.execution ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.execution ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.localanalysis.execution ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.execution ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.execution ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution/target/org.polarsys.esf.localanalysis.execution-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.execution ---
[INFO] 
[INFO] --------< org.polarsys.esf:org.polarsys.esf.analysis.common.ui >--------
[INFO] Building ESF Common Analysis Tools UI 0.7.0-SNAPSHOT             [18/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.analysis.common.ui ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.analysis.common.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.analysis.common.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.analysis.common.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/org.polarsys.esf.analysis.common.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.analysis.common.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/org.polarsys.esf.analysis.common.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.analysis.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/org.polarsys.esf.analysis.common.ui/target/org.polarsys.esf.analysis.common.ui-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.analysis.common.ui ---
[INFO] 
[INFO] --------< org.polarsys.esf:esf-tools.analysis.common.resources >--------
[INFO] Building ESF Common Analysis Tools Resources 0.7.0-SNAPSHOT      [19/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.common.resources ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.common.resources ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.analysis.common.resources.graphical >--
[INFO] Building ESF Common Analysis Tools Graphical Resources 0.7.0-SNAPSHOT [20/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/resources/org.polarsys.esf.analysis.common.resources.graphical/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/resources/org.polarsys.esf.analysis.common.resources.graphical/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/resources/org.polarsys.esf.analysis.common.resources.graphical/target/org.polarsys.esf.analysis.common.resources.graphical-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.analysis.common.resources.graphical ---
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.analysis.common.releng.branding >--
[INFO] Building ESF Common Analysis Tools  branding 0.7.0-SNAPSHOT      [21/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng.branding/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng.branding/target/org.polarsys.esf.analysis.common.releng.branding-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.analysis.common.releng.branding ---
[INFO] 
[INFO] ------< org.polarsys.esf:org.polarsys.esf.analysis.common.releng >------
[INFO] Building ESF Common Analysis Tools  feature 0.7.0-SNAPSHOT       [22/76]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.analysis.common.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.analysis.common.releng ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.analysis.common.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.analysis.common.releng ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.analysis.common.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.analysis.common.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.polarsys.esf.analysis.common.releng ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/common/releng/org.polarsys.esf.analysis.common.releng/target/org.polarsys.esf.analysis.common.releng-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.analysis.common.releng ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.analysis.common.releng ---
[INFO] 
[INFO] --------------< org.polarsys.esf:esf-tools.analysis.fmea >--------------
[INFO] Building ESF Tools FMEA 0.7.0-SNAPSHOT                           [23/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.fmea ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.fmea ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ------------< org.polarsys.esf:esf-tools.analysis.fmea.doc >------------
[INFO] Building ESF FMEA Doc 0.7.0-SNAPSHOT                             [24/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.fmea.doc ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.fmea.doc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------------< org.polarsys.esf:org.polarsys.esf.fmea.doc >-------------
[INFO] Building ESF FMEA Documentation 0.7.0-SNAPSHOT                   [25/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.doc ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.fmea.doc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/doc/org.polarsys.esf.fmea.doc/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/doc/org.polarsys.esf.fmea.doc/target/org.polarsys.esf.fmea.doc-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.doc ---
[INFO] 
[INFO] ---------< org.polarsys.esf:esf-tools.analysis.fmea.execution >---------
[INFO] Building ESF FMEA Execution 0.7.0-SNAPSHOT                       [26/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.fmea.execution ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.fmea.execution ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ---------< org.polarsys.esf:esf-tools.analysis.fmea.resources >---------
[INFO] Building ESF FMEA Resources 0.7.0-SNAPSHOT                       [27/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.fmea.resources ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.fmea.resources ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -----< org.polarsys.esf:org.polarsys.esf.fmea.resources.graphical >-----
[INFO] Building ESFFMEA Graphical Resources 0.7.0-SNAPSHOT              [28/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/resources/org.polarsys.esf.fmea.resources.graphical/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/resources/org.polarsys.esf.fmea.resources.graphical/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/resources/org.polarsys.esf.fmea.resources.graphical/target/org.polarsys.esf.fmea.resources.graphical-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.resources.graphical ---
[INFO] 
[INFO] ----------< org.polarsys.esf:esf-tools.analysis.fmea.profile >----------
[INFO] Building ESF FMEA Profile 0.7.0-SNAPSHOT                         [29/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.fmea.profile ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.fmea.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -----------< org.polarsys.esf:org.polarsys.esf.fmea.profile >-----------
[INFO] Building ESFFMEA Profile 0.7.0-SNAPSHOT                          [30/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.profile ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.fmea.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.fmea.profile ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile/target/org.polarsys.esf.fmea.profile-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.profile ---
[INFO] 
[INFO] --------< org.polarsys.esf:org.polarsys.esf.fmea.profile.tools >--------
[INFO] Building ESFFMEA Profile Tools 0.7.0-SNAPSHOT                    [31/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.tools/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.tools/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.tools/target/org.polarsys.esf.fmea.profile.tools-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.profile.tools ---
[INFO] 
[INFO] ----< org.polarsys.esf:org.polarsys.esf.fmea.profile.service.types >----
[INFO] Building ESFFMEA Profile Service Types 0.7.0-SNAPSHOT            [32/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.service.types/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.service.types/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/profile/org.polarsys.esf.fmea.profile.service.types/target/org.polarsys.esf.fmea.profile.service.types-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.profile.service.types ---
[INFO] 
[INFO] -----------< org.polarsys.esf:esf-tools.analysis.fmea.table >-----------
[INFO] Building ESF FMEA Table 0.7.0-SNAPSHOT                           [33/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.fmea.table ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.fmea.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ------------< org.polarsys.esf:org.polarsys.esf.fmea.table >------------
[INFO] Building ESFFMEA Table 0.7.0-SNAPSHOT                            [34/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.table ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.fmea.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.fmea.table ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/table/org.polarsys.esf.fmea.table/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/table/org.polarsys.esf.fmea.table/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.table ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/table/org.polarsys.esf.fmea.table/target/org.polarsys.esf.fmea.table-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.table ---
[INFO] 
[INFO] ----------< org.polarsys.esf:org.polarsys.esf.fmea.execution >----------
[INFO] Building FMEA Execution 0.7.0-SNAPSHOT                           [35/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.execution ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.fmea.execution ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.execution ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.fmea.execution ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.execution ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.execution ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution/target/org.polarsys.esf.fmea.execution-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.execution ---
[INFO] 
[INFO] --------< org.polarsys.esf:org.polarsys.esf.fmea.execution.ui >---------
[INFO] Building FMEA Execution UI 0.7.0-SNAPSHOT                        [36/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/execution/org.polarsys.esf.fmea.execution.ui/target/org.polarsys.esf.fmea.execution.ui-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.execution.ui ---
[INFO] 
[INFO] ---------< org.polarsys.esf:esf-tools.analysis.fmea.metamodel >---------
[INFO] Building ESF FMEA Meta-model 0.7.0-SNAPSHOT                      [37/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.fmea.metamodel ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.fmea.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ----------< org.polarsys.esf:org.polarsys.esf.fmea.metamodel >----------
[INFO] Building ESFFMEA Meta-model 0.7.0-SNAPSHOT                       [38/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.metamodel ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.fmea.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.fmea.metamodel ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/metamodel/org.polarsys.esf.fmea.metamodel/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/metamodel/org.polarsys.esf.fmea.metamodel/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/metamodel/org.polarsys.esf.fmea.metamodel/target/org.polarsys.esf.fmea.metamodel-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.metamodel ---
[INFO] 
[INFO] ----------< org.polarsys.esf:esf-tools.analysis.fmea.releng >-----------
[INFO] Building ESF Tools FMEA Releng 0.7.0-SNAPSHOT                    [39/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.fmea.releng ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.fmea.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.fmea.releng.branding >-------
[INFO] Building ESF FMEA branding 0.7.0-SNAPSHOT                        [40/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng.branding/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng.branding/target/org.polarsys.esf.fmea.releng.branding-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.releng.branding ---
[INFO] 
[INFO] -----------< org.polarsys.esf:org.polarsys.esf.fmea.releng >------------
[INFO] Building ESF FMEA feature 0.7.0-SNAPSHOT                         [41/76]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.fmea.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.fmea.releng ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.fmea.releng ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.fmea.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.polarsys.esf.fmea.releng ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/fmea/releng/org.polarsys.esf.fmea.releng/target/org.polarsys.esf.fmea.releng-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.releng ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.fmea.releng ---
[INFO] 
[INFO] -------< org.polarsys.esf:esf-tools.analysis.localanalysis.doc >--------
[INFO] Building ESF Local Analysis Doc 0.7.0-SNAPSHOT                   [42/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.localanalysis.doc ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.localanalysis.doc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --------< org.polarsys.esf:org.polarsys.esf.localanalysis.doc >---------
[INFO] Building ESF Local Analysis Documentation 0.7.0-SNAPSHOT         [43/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.doc ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.doc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 19 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/doc/org.polarsys.esf.localanalysis.doc/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/doc/org.polarsys.esf.localanalysis.doc/target/org.polarsys.esf.localanalysis.doc-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.doc ---
[INFO] 
[INFO] ----< org.polarsys.esf:org.polarsys.esf.localanalysis.execution.ui >----
[INFO] Building Local Analysis Execution UI 0.7.0-SNAPSHOT              [44/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/execution/org.polarsys.esf.localanalysis.execution.ui/target/org.polarsys.esf.localanalysis.execution.ui-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.execution.ui ---
[INFO] 
[INFO] ----< org.polarsys.esf:esf-tools.analysis.localanalysis.metamodel >-----
[INFO] Building ESF Local Analysis Meta-model 0.7.0-SNAPSHOT            [45/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.localanalysis.metamodel ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.localanalysis.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -----< org.polarsys.esf:org.polarsys.esf.localanalysis.metamodel >------
[INFO] Building ESFLocalAnalysis Meta-model 0.7.0-SNAPSHOT              [46/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/metamodel/org.polarsys.esf.localanalysis.metamodel/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/metamodel/org.polarsys.esf.localanalysis.metamodel/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/metamodel/org.polarsys.esf.localanalysis.metamodel/target/org.polarsys.esf.localanalysis.metamodel-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.metamodel ---
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.localanalysis.profile.validation >--
[INFO] Building ESFLocalAnalysis Profile Validation 0.7.0-SNAPSHOT      [47/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.validation/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/profile/org.polarsys.esf.localanalysis.profile.validation/target/org.polarsys.esf.localanalysis.profile.validation-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.profile.validation ---
[INFO] 
[INFO] ------< org.polarsys.esf:esf-tools.analysis.localanalysis.releng >------
[INFO] Building ESF Tools Local Analysis Releng 0.7.0-SNAPSHOT          [48/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.localanalysis.releng ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.localanalysis.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.localanalysis.releng.branding >---
[INFO] Building ESF Local Analysis branding 0.7.0-SNAPSHOT              [49/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng.branding/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng.branding/target/org.polarsys.esf.localanalysis.releng.branding-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.releng.branding ---
[INFO] 
[INFO] --------< org.polarsys.esf:esf-tools.analysis.localanalysis.ui >--------
[INFO] Building ESF Local Analysis UI 0.7.0-SNAPSHOT                    [50/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.localanalysis.ui ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.localanalysis.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ---------< org.polarsys.esf:org.polarsys.esf.localanalysis.ui >---------
[INFO] Building ESFLocalAnalysis UI 0.7.0-SNAPSHOT                      [51/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.ui ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.localanalysis.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 58 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.localanalysis.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/ui/org.polarsys.esf.localanalysis.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.localanalysis.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/ui/org.polarsys.esf.localanalysis.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.localanalysis.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/ui/org.polarsys.esf.localanalysis.ui/target/org.polarsys.esf.localanalysis.ui-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.ui ---
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.localanalysis.releng >-------
[INFO] Building ESF Local Analysis feature 0.7.0-SNAPSHOT               [52/76]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.localanalysis.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.localanalysis.releng ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.localanalysis.releng ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.localanalysis.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.polarsys.esf.localanalysis.releng ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/localanalysis/releng/org.polarsys.esf.localanalysis.releng/target/org.polarsys.esf.localanalysis.releng-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.releng ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.localanalysis.releng ---
[INFO] 
[INFO] ----------< org.polarsys.esf:esf-tools.analysis.riskanalysis >----------
[INFO] Building ESF Tools Risk Analysis 0.7.0-SNAPSHOT                  [53/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.riskanalysis ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.riskanalysis ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.riskanalysis.profile >-------
[INFO] Building ESFRiskAnalysis profile 0.7.0-SNAPSHOT                  [54/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.profile/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.profile/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.profile/target/org.polarsys.esf.riskanalysis.profile-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.riskanalysis.profile ---
[INFO] 
[INFO] --------< org.polarsys.esf:org.polarsys.esf.riskanalysis.table >--------
[INFO] Building ESFRiskAnalysis table 0.7.0-SNAPSHOT                    [55/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.riskanalysis.table ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.riskanalysis.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.riskanalysis.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.table/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.riskanalysis.table ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.table/src does not exist
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.riskanalysis.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.table/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.riskanalysis.table ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.table/target/org.polarsys.esf.riskanalysis.table-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.riskanalysis.table ---
[INFO] 
[INFO] ---------< org.polarsys.esf:org.polarsys.esf.riskanalysis.ui >----------
[INFO] Building ESFRiskAnalysis UI 0.7.0-SNAPSHOT                       [56/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.ui/target/org.polarsys.esf.riskanalysis.ui-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.riskanalysis.ui ---
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.riskanalysis.releng >--------
[INFO] Building ESF Risk Analysis feature 0.7.0-SNAPSHOT                [57/76]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/riskanalysis/org.polarsys.esf.riskanalysis.releng/target/org.polarsys.esf.riskanalysis.releng-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.riskanalysis.releng ---
[INFO] 
[INFO] -----------< org.polarsys.esf:esf-tools.analysis.safetyreq >------------
[INFO] Building ESF Tools Safety Requirements 0.7.0-SNAPSHOT            [58/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.safetyreq ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.safetyreq ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ---------< org.polarsys.esf:esf-tools.analysis.safetyreq.doc >----------
[INFO] Building ESF Safety Requirements  Doc 0.7.0-SNAPSHOT             [59/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.safetyreq.doc ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.safetyreq.doc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ----------< org.polarsys.esf:org.polarsys.esf.safetyreq.doc >-----------
[INFO] Building ESF Safety Requirements Documentation 0.7.0-SNAPSHOT    [60/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.doc ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.safetyreq.doc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/doc/org.polarsys.esf.safetyreq.doc/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/doc/org.polarsys.esf.safetyreq.doc/target/org.polarsys.esf.safetyreq.doc-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.doc ---
[INFO] 
[INFO] ------< org.polarsys.esf:esf-tools.analysis.safetyreq.execution >-------
[INFO] Building ESF Safety Requirements Execution 0.7.0-SNAPSHOT        [61/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.safetyreq.execution ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.safetyreq.execution ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ------< org.polarsys.esf:esf-tools.analysis.safetyreq.resources >-------
[INFO] Building ESF Safety Requirements Resources 0.7.0-SNAPSHOT        [62/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.safetyreq.resources ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.safetyreq.resources ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.safetyreq.resources.graphical >---
[INFO] Building ESFSafety Requirements Graphical Resources 0.7.0-SNAPSHOT [63/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/resources/org.polarsys.esf.safetyreq.resources.graphical/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/resources/org.polarsys.esf.safetyreq.resources.graphical/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/resources/org.polarsys.esf.safetyreq.resources.graphical/target/org.polarsys.esf.safetyreq.resources.graphical-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.resources.graphical ---
[INFO] 
[INFO] -------< org.polarsys.esf:esf-tools.analysis.safetyreq.profile >--------
[INFO] Building ESF SafetyReq Profile 0.7.0-SNAPSHOT                    [64/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.safetyreq.profile ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.safetyreq.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --------< org.polarsys.esf:org.polarsys.esf.safetyreq.profile >---------
[INFO] Building ESFSafetyReq Profile 0.7.0-SNAPSHOT                     [65/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.profile ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.safetyreq.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.safetyreq.profile ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile/target/org.polarsys.esf.safetyreq.profile-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.profile ---
[INFO] 
[INFO] -----< org.polarsys.esf:org.polarsys.esf.safetyreq.profile.tools >------
[INFO] Building ESFSafetyReq Profile Tools 0.7.0-SNAPSHOT               [66/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.tools/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.tools/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.tools/target/org.polarsys.esf.safetyreq.profile.tools-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.profile.tools ---
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.safetyreq.profile.service.types >--
[INFO] Building ESFSafetyReq Profile Service Types 0.7.0-SNAPSHOT       [67/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.service.types/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.service.types/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/profile/org.polarsys.esf.safetyreq.profile.service.types/target/org.polarsys.esf.safetyreq.profile.service.types-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.profile.service.types ---
[INFO] 
[INFO] --------< org.polarsys.esf:esf-tools.analysis.safetyreq.table >---------
[INFO] Building ESF SafetyReq Table 0.7.0-SNAPSHOT                      [68/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.safetyreq.table ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.safetyreq.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ---------< org.polarsys.esf:org.polarsys.esf.safetyreq.table >----------
[INFO] Building ESFSafetyReq Table 0.7.0-SNAPSHOT                       [69/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.table ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.safetyreq.table ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.safetyreq.table ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/table/org.polarsys.esf.safetyreq.table/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.table ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/table/org.polarsys.esf.safetyreq.table/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.table ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/table/org.polarsys.esf.safetyreq.table/target/org.polarsys.esf.safetyreq.table-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.table ---
[INFO] 
[INFO] ------< org.polarsys.esf:org.polarsys.esf.safetyreq.execution.ui >------
[INFO] Building Safety Requirements Execution UI 0.7.0-SNAPSHOT         [70/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/execution/org.polarsys.esf.safetyreq.execution.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/execution/org.polarsys.esf.safetyreq.execution.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/execution/org.polarsys.esf.safetyreq.execution.ui/target/org.polarsys.esf.safetyreq.execution.ui-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.execution.ui ---
[INFO] 
[INFO] ------< org.polarsys.esf:esf-tools.analysis.safetyreq.metamodel >-------
[INFO] Building ESF SafetyReq Meta-model 0.7.0-SNAPSHOT                 [71/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.safetyreq.metamodel ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.safetyreq.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.safetyreq.metamodel >--------
[INFO] Building ESFSafetyReq Meta-model 0.7.0-SNAPSHOT                  [72/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/metamodel/org.polarsys.esf.safetyreq.metamodel/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/metamodel/org.polarsys.esf.safetyreq.metamodel/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/metamodel/org.polarsys.esf.safetyreq.metamodel/target/org.polarsys.esf.safetyreq.metamodel-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.metamodel ---
[INFO] 
[INFO] --------< org.polarsys.esf:esf-tools.analysis.safetyreq.releng >--------
[INFO] Building ESF Tools SafetyReq Releng 0.7.0-SNAPSHOT               [73/76]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.analysis.safetyreq.releng ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.analysis.safetyreq.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ----< org.polarsys.esf:org.polarsys.esf.safetyreq.releng.branding >-----
[INFO] Building ESF SafetyReq branding 0.7.0-SNAPSHOT                   [74/76]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng.branding/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng.branding/target/org.polarsys.esf.safetyreq.releng.branding-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.releng.branding ---
[INFO] 
[INFO] ---------< org.polarsys.esf:org.polarsys.esf.safetyreq.releng >---------
[INFO] Building ESF SafetyReq feature 0.7.0-SNAPSHOT                    [75/76]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.safetyreq.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.safetyreq.releng ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.esf.safetyreq.releng ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.safetyreq.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.polarsys.esf.safetyreq.releng ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-tools-gerrit-build/analysis/safetyreq/releng/org.polarsys.esf.safetyreq.releng/target/org.polarsys.esf.safetyreq.releng-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.releng ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.safetyreq.releng ---
[INFO] 
[INFO] -------------------< org.polarsys.esf:esf-tools.p2 >--------------------
[INFO] Building esf-tools.p2 0.7.0-SNAPSHOT                             [76/76]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-tools.p2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ esf-tools.p2 ---
[INFO] The project's OSGi version is 0.7.0.202112060859
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ esf-tools.p2 ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-tools.p2 ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ esf-tools.p2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-tools-gerrit-build/p2/src/main/resources
[INFO] 
[INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ esf-tools.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ esf-tools.p2 ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ esf-tools.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ esf-tools.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ esf-tools.p2 ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.2.0:assemble-repository (default-assemble-repository) @ esf-tools.p2 ---
[INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (253.02kB)
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (141.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (141.47kB)
[INFO] Unpacking com.google.inject_3.0.0.v201605172100...
[INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (476.29kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (249kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.29MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.51kB)
[INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (122.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (122.3kB)
[INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400...
[INFO] Fetching org.eclipse.emf.codegen_2.20.0.v20200324-0932.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (126.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen_2.20.0.v20200324-0932.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (126.91kB)
[INFO] Unpacking org.eclipse.emf.codegen_2.20.0.v20200324-0932...
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.22.0.v20200324-0947.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (417.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.22.0.v20200324-0947.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (417.98kB)
[INFO] Unpacking org.eclipse.emf.codegen.ecore_2.22.0.v20200324-0947...
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.22.0.v20200324-0947.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.22.0.v20200324-0947.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.64kB)
[INFO] Unpacking org.eclipse.emf.codegen.ecore.ui_2.22.0.v20200324-0947...
[INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.25kB)
[INFO] Unpacking org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451...
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.46kB)
[INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.78kB)
[INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201812070911.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.89kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201812070911.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.26kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.87kB)
[INFO] Unpacking org.eclipse.m2m.qvt.oml.project_3.10.2.v20200609-1812...
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.24kB)
[INFO] Unpacking org.eclipse.m2m.qvt.oml.runtime_3.10.2.v20200609-1812...
[INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (157.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.58kB)
[INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201812270937.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (5.23MB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.common.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.35kB)
[INFO] Unpacking org.eclipse.ocl.common.ui_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.examples.debug_2.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.debug_2.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.2kB)
[INFO] Unpacking org.eclipse.ocl.examples.debug_2.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (158.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (158.38kB)
[INFO] Unpacking org.eclipse.ocl.xtext.completeocl_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.45kB)
[INFO] Unpacking org.eclipse.ocl.xtext.oclinecore_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.24kB)
[INFO] Unpacking org.eclipse.ocl.xtext.oclstdlib_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.16kB)
[INFO] Unpacking org.eclipse.ocl.examples.debug.vm_2.12.0.v20200608-1555...
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (129.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (129.49kB)
[INFO] Unpacking org.apache.log4j_1.2.15.v201012070815...
[INFO] Fetching org.eclipse.ocl.xtext.base_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (158.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.base_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (158.66kB)
[INFO] Unpacking org.eclipse.ocl.xtext.base_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.97kB)
[INFO] Unpacking org.eclipse.ocl.examples.debug.vm.ui_2.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.xtext.ui_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (527.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (527.62kB)
[INFO] Unpacking org.eclipse.xtext.ui_2.22.0.v20200602-1242...
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.9.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.9.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.19kB)
[INFO] Unpacking org.eclipse.ocl.examples.emf.validation.validity_2.9.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.pivot_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (924.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.pivot_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (924.9kB)
[INFO] Unpacking org.eclipse.ocl.pivot_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.9.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.9.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.78kB)
[INFO] Unpacking org.eclipse.ocl.examples.emf.validation.validity.ui_2.9.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.examples.ui_1.8.400.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.ui_1.8.400.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.7kB)
[INFO] Unpacking org.eclipse.ocl.examples.ui_1.8.400.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.23kB)
[INFO] Unpacking org.eclipse.ocl.examples.xtext.console_4.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.28kB)
[INFO] Unpacking org.eclipse.ocl.xtext.essentialocl.ui_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.68kB)
[INFO] Unpacking org.eclipse.ocl.pivot.ui_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.xtext.ui.shared_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.shared_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.68kB)
[INFO] Unpacking org.eclipse.xtext.ui.shared_2.22.0.v20200602-1242...
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (142.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (142.71kB)
[INFO] Unpacking org.eclipse.ocl.xtext.completeocl.ui_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (162.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (162.54kB)
[INFO] Unpacking org.eclipse.ocl.xtext.oclstdlib.ui_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (88.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (88.05kB)
[INFO] Unpacking org.eclipse.ocl.pivot.uml_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (144.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (144.07kB)
[INFO] Unpacking org.eclipse.uml2.codegen.ecore_2.5.0.v20200302-1312...
[INFO] Fetching org.eclipse.ocl.uml_5.10.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (112.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.uml_5.10.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (112.6kB)
[INFO] Unpacking org.eclipse.ocl.uml_5.10.0.v20200608-1555...
[INFO] Fetching org.eclipse.xtext_2.22.0.v20200602-1352.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (708.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext_2.22.0.v20200602-1352.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (708.42kB)
[INFO] Unpacking org.eclipse.xtext_2.22.0.v20200602-1352...
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.64kB)
[INFO] Unpacking org.eclipse.ocl.xtext.base.ui_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.xtext.builder_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (122.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.builder_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (122.64kB)
[INFO] Unpacking org.eclipse.xtext.builder_2.22.0.v20200602-1242...
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (218.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (218.19kB)
[INFO] Unpacking org.eclipse.ocl.xtext.essentialocl_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (194.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (194.07kB)
[INFO] Unpacking org.eclipse.ocl.xtext.oclinecore.ui_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.54kB)
[INFO] Unpacking org.eclipse.ocl.xtext.markup.ui_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.12.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.ocl.xtext.markup_1.12.0.v20200608-1555...
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.26kB)
[INFO] Unpacking org.eclipse.papyrus.copypaste.ui.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.49kB)
[INFO] Unpacking org.eclipse.papyrus.infra.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.developer.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.76MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.developer.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.76MB)
[INFO] Unpacking org.eclipse.papyrus.developer.doc_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (278.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (278.94kB)
[INFO] Unpacking org.eclipse.papyrus.dsml.validation.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (180.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (180.28kB)
[INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.03MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.03MB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (430.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (430.72kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (177.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (177.67kB)
[INFO] Unpacking org.eclipse.papyrus.infra.internationalization.doc_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (5.05MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (5.05MB)
[INFO] Unpacking org.eclipse.papyrus.infra.nattable.doc_1.3.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (372.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (372.31kB)
[INFO] Unpacking org.eclipse.papyrus.infra.newchild.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (623.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (623.71kB)
[INFO] Unpacking org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (863.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (863.83kB)
[INFO] Unpacking org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (166.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (166.71kB)
[INFO] Unpacking org.eclipse.papyrus.infra.services.navigation.doc_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (810.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (810.66kB)
[INFO] Unpacking org.eclipse.papyrus.infra.architecture.doc_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (458.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (458.77kB)
[INFO] Unpacking org.eclipse.papyrus.infra.types.doc_3.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.23MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.23MB)
[INFO] Unpacking org.eclipse.papyrus.req.reqif.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.32MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.32MB)
[INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.03MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.03MB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.07MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.07MB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.48MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.48MB)
[INFO] Unpacking org.eclipse.papyrus.uml.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.migration.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.migration.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.31kB)
[INFO] Unpacking org.eclipse.papyrus.uml.migration.doc_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.05kB)
[INFO] Unpacking org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (886.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (886.63kB)
[INFO] Unpacking org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.18MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.18MB)
[INFO] Unpacking org.eclipse.papyrus.uml.search.ui.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (903.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (903.64kB)
[INFO] Unpacking org.eclipse.papyrus.views.properties.doc_1.3.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.37kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (144.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (144.24kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (503.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (503.85kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (157.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (157.91kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (322.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (322.55kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.31kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (567.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (567.68kB)
[INFO] Unpacking org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.27kB)
[INFO] Unpacking org.eclipse.papyrus.views.references.doc_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.59kB)
[INFO] Unpacking org.eclipse.papyrus.views.documentation.doc_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.49kB)
[INFO] Unpacking org.eclipse.papyrus.toolsmiths.architecture.doc_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (150.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (150.55kB)
[INFO] Unpacking org.eclipse.papyrus.toolsmiths.validation.doc_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.52kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.88kB)
[INFO] Unpacking org.eclipse.papyrus.eclipse.project.editors_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.42kB)
[INFO] Unpacking org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.86kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.94kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.34kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.52kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.46kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.69kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.49kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.84kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.54kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.97kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (73.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (73.42kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.21kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.87kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.34kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.86kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.57kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.68kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.widgets_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.2kB)
[INFO] Unpacking org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.3kB)
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.49kB)
[INFO] Unpacking org.eclipse.emf_2.8.0.v20180706-1146...
[INFO] Fetching org.eclipse.papyrus.emf.ui_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.ui_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.89kB)
[INFO] Unpacking org.eclipse.papyrus.emf.ui_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.49kB)
[INFO] Unpacking org.eclipse.papyrus.extensionpoints.editors_3.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.05kB)
[INFO] Unpacking org.eclipse.papyrus.infra.constraints.editor_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.58kB)
[INFO] Unpacking org.eclipse.papyrus.infra.constraints.ui_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.21kB)
[INFO] Unpacking org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.57kB)
[INFO] Unpacking org.eclipse.papyrus.infra.internationalization.ui_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.68kB)
[INFO] Unpacking org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.38kB)
[INFO] Unpacking org.eclipse.papyrus.infra.emf.diagram.common_2.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.42kB)
[INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.edit_1.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.06kB)
[INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.editor_1.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.27kB)
[INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.properties_1.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.74kB)
[INFO] Unpacking org.eclipse.papyrus.infra.emf.types.ui_4.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.37kB)
[INFO] Unpacking org.eclipse.papyrus.infra.psf_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.91kB)
[INFO] Unpacking org.eclipse.papyrus.infra.newchild.edit_4.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.24kB)
[INFO] Unpacking org.eclipse.papyrus.infra.filters.edit_1.4.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.36kB)
[INFO] Unpacking org.eclipse.papyrus.infra.properties.editor_3.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.5.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.5.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.52kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant_1.5.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.23kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.05kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.37kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.3.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.41kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.48kB)
[INFO] Unpacking org.eclipse.papyrus.infra.services.controlmode_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (75.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (75.25kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css_2.4.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.19kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.54kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.95kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.properties_3.1.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.62kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (88.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (88.49kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.4kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.87kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.95kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.22.0.v20200602-0713.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.22.0.v20200602-0713.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.18kB)
[INFO] Unpacking org.eclipse.xtext.xbase.lib_2.22.0.v20200602-0713...
[INFO] Fetching org.eclipse.xtext.common.types_2.22.0.v20200602-1114.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (133.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types_2.22.0.v20200602-1114.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (133.76kB)
[INFO] Unpacking org.eclipse.xtext.common.types_2.22.0.v20200602-1114...
[INFO] Fetching org.eclipse.xtext.util_2.22.0.v20200602-1352.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.util_2.22.0.v20200602-1352.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.58kB)
[INFO] Unpacking org.eclipse.xtext.util_2.22.0.v20200602-1352...
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (201.73kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.56kB)
[INFO] Unpacking org.eclipse.xtext.common.types.ui_2.22.0.v20200602-1242...
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.38kB)
[INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ui_2.22.0.v20200602-1242...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.34kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.55kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.31kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.3kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.38kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.3.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.33kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.05kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.23kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.36kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.86kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.01kB)
[INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.45kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.99kB)
[INFO] Unpacking org.eclipse.papyrus.views.modelexplorer_3.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.34kB)
[INFO] Unpacking org.eclipse.papyrus.infra.internationalization.edit_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.93kB)
[INFO] Unpacking org.eclipse.papyrus.views.search_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.64kB)
[INFO] Unpacking org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.33kB)
[INFO] Unpacking org.eclipse.papyrus.infra.internationalization.readonly_1.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.66kB)
[INFO] Unpacking org.eclipse.papyrus.infra.nattable.controlmode_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.89kB)
[INFO] Unpacking org.eclipse.papyrus.infra.nattable.model.edit_4.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (78.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (78.14kB)
[INFO] Unpacking org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.46kB)
[INFO] Unpacking org.eclipse.papyrus.infra.nattable.modelexplorer_4.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.51kB)
[INFO] Unpacking org.eclipse.papyrus.infra.nattable.views.config_5.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.04kB)
[INFO] Unpacking org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.5.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.5.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.6kB)
[INFO] Unpacking org.eclipse.papyrus.infra.nattable.properties_2.5.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.04kB)
[INFO] Unpacking org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.97kB)
[INFO] Unpacking org.eclipse.papyrus.infra.nattable.representation.edit_2.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.35kB)
[INFO] Unpacking org.eclipse.papyrus.infra.newchild.editor_3.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.3kB)
[INFO] Unpacking org.eclipse.papyrus.infra.newchild.ui_2.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.76kB)
[INFO] Unpacking org.eclipse.papyrus.infra.onefile.ui_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.37kB)
[INFO] Unpacking org.eclipse.papyrus.infra.services.architecture_1.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.21kB)
[INFO] Unpacking org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.200.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.84kB)
[INFO] Unpacking org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.200.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.98kB)
[INFO] Unpacking org.eclipse.papyrus.infra.types.editor_3.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.35kB)
[INFO] Unpacking org.eclipse.papyrus.infra.types.ui_3.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.07kB)
[INFO] Unpacking org.eclipse.papyrus.infra.ui.resources_1.3.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (315.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (315.54kB)
[INFO] Unpacking org.eclipse.papyrus.infra.ui.fonts_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.8kB)
[INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.sdk_4.8.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.sdk_4.8.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.17kB)
[INFO] Unpacking org.eclipse.papyrus.sdk_4.8.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.sdk.feature_4.8.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.400.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.400.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.64kB)
[INFO] Unpacking org.eclipse.papyrus.uml.architecture_1.1.400.202006100749...
[INFO] Fetching org.eclipse.papyrus.sysml14.diagram.blockdefinition_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (38.31kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.diagram.common_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (90.03kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.diagram.internalblock_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (27.54kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.diagram.parametric_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (44.5kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.diagram.requirement_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (20.92kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.edit_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (187.87kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.nattable.allocation_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (17.66kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.nattable.common_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (21.55kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.nattable.requirement_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (20.62kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.nattable.ui_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (42.12kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.service.types_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (82.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (392.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (392.36kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.clazz_3.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.5.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (965.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.5.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (965.88kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.activity_3.5.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.2.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (219.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.2.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (219.33kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.statemachine_3.2.200.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.300.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (212.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.300.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (212.99kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.usecase_4.0.300.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (463.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (463.43kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.sequence_5.3.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.sysml14.architecture_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (44.92kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.ui_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (114.7kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.validation_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/plugins/ (157.68kB)
[INFO] Fetching org.eclipse.papyrus.sysml14.feature_1.3.200.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/features/ (19.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions_2.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.expressions_2.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.43kB)
[INFO] Unpacking org.eclipse.papyrus.uml.expressions_2.1.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.26kB)
[INFO] Unpacking org.eclipse.papyrus.uml.nattable.richtext_2.1.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.filters_1.4.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.filters_1.4.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.43kB)
[INFO] Unpacking org.eclipse.papyrus.uml.filters_1.4.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (61.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (61.49kB)
[INFO] Unpacking org.eclipse.papyrus.uml.modelexplorer_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.13kB)
[INFO] Unpacking org.eclipse.papyrus.uml.templaterepository_2.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.8kB)
[INFO] Unpacking org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.44kB)
[INFO] Unpacking org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.62kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (556.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (556.27kB)
[INFO] Unpacking org.eclipse.papyrus.uml.alf_3.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (394.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (394.36kB)
[INFO] Unpacking org.eclipse.papyrus.uml.alf.libraries_2.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.74kB)
[INFO] Unpacking org.eclipse.papyrus.uml.alf.common_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.69kB)
[INFO] Unpacking org.eclipse.papyrus.uml.alf.common.ui_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.33kB)
[INFO] Unpacking org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (203.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (203.38kB)
[INFO] Unpacking org.eclipse.papyrus.uml.alf.ui_3.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.62kB)
[INFO] Unpacking org.eclipse.papyrus.uml.xtext.integration.ui_2.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.1.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.1.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.32kB)
[INFO] Unpacking org.eclipse.papyrus.uml.service.validation_2.1.1.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (231.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (231.47kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.communication_4.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (209.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (209.96kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.component_3.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (179.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (179.75kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.deployment_3.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.92kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.interactionoverview_3.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (217.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (217.56kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.profile_3.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (272.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (272.45kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.timing_1.4.200.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.04kB)
[INFO] Unpacking org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.29kB)
[INFO] Unpacking org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.42kB)
[INFO] Unpacking org.eclipse.papyrus.uml.commands_1.3.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.41kB)
[INFO] Unpacking org.eclipse.papyrus.uml.controlmode.profile_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.14kB)
[INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.controlmode_1.3.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.52kB)
[INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.ui_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.53kB)
[INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.properties_4.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.19kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.67kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.menu_2.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.48kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.css_2.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.92kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.dnd_1.3.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (286.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (286.18kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.icons_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.53kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.47kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.symbols_1.2.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.83kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.91kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.linklf_2.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.16kB)
[INFO] Unpacking org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.86kB)
[INFO] Unpacking org.eclipse.papyrus.uml.documentation.profile_1.3.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.2kB)
[INFO] Unpacking org.eclipse.papyrus.uml.export_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.45kB)
[INFO] Unpacking org.eclipse.papyrus.uml.expressions.edit_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.71kB)
[INFO] Unpacking org.eclipse.papyrus.uml.expressions.properties_1.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.45MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.45MB)
[INFO] Unpacking org.eclipse.papyrus.uml.icons_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.25kB)
[INFO] Unpacking org.eclipse.papyrus.uml.import_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.43kB)
[INFO] Unpacking org.eclipse.papyrus.uml.perspective_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.78kB)
[INFO] Unpacking org.eclipse.papyrus.uml.profile.drafter_1.4.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.91kB)
[INFO] Unpacking org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.45kB)
[INFO] Unpacking org.eclipse.papyrus.uml.navigation_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.44kB)
[INFO] Unpacking org.eclipse.papyrus.uml.services.decoration_1.2.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.72kB)
[INFO] Unpacking org.eclipse.papyrus.uml.filters.edit_1.3.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.17kB)
[INFO] Unpacking org.eclipse.papyrus.uml.internationalization_1.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.89kB)
[INFO] Unpacking org.eclipse.papyrus.uml.m2m.qvto.common_1.1.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.6kB)
[INFO] Unpacking org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.02kB)
[INFO] Unpacking org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.58kB)
[INFO] Unpacking org.eclipse.papyrus.views.modelexplorer.widgets_2.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.35kB)
[INFO] Unpacking org.eclipse.papyrus.uml.nattable.generic_1.2.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.71kB)
[INFO] Unpacking org.eclipse.papyrus.uml.nattable.matrix_1.0.200.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.38kB)
[INFO] Unpacking org.eclipse.papyrus.uml.nattable.properties_1.0.200.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.17kB)
[INFO] Unpacking org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.96kB)
[INFO] Unpacking org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.89kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.08kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.views.validation_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.validation_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.16kB)
[INFO] Unpacking org.eclipse.papyrus.views.validation_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.42kB)
[INFO] Unpacking org.eclipse.papyrus.uml.properties.xtext_1.3.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.200.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.71kB)
[INFO] Unpacking org.eclipse.papyrus.uml.search.ui_2.0.200.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.42kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.41kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.19kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.95kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.66kB)
[INFO] Unpacking org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.5kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.88kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.6kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.03kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.7kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.95kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.71kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.14kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.6kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.47kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.1kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.07kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.93kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (64.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (64.25kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.91kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.92kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (165.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (165.63kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (198.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (198.8kB)
[INFO] Unpacking org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (19.19kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.3kB)
[INFO] Unpacking org.eclipse.papyrus.views.documentation_1.0.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.17kB)
[INFO] Unpacking org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.67kB)
[INFO] Unpacking org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.202006100749...
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.87kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.06kB)
[INFO] Unpacking org.eclipse.papyrus.views.properties.model.xwt_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.87kB)
[INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v202005180122.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (255.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v202005180122.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (255.24kB)
[INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v202005180122...
[INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.202006100749.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.51kB)
[INFO] Unpacking org.eclipse.papyrus.views.references_2.0.0.202006100749...
[INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.8kB)
[INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.77kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202006100749.jar from https://download.eclipse.org/releases/2020-06/202006171000/features/ (18.83kB)
[INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24kB)
[INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201903222010...
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.69kB)
[INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010...
[INFO] Fetching org.eclipse.wst.sse.core_1.2.400.v202004081818.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.sse.core_1.2.400.v202004081818.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123.75kB)
[INFO] Unpacking org.eclipse.wst.sse.core_1.2.400.v202004081818...
[INFO] Fetching org.eclipse.xtend.lib_2.22.0.v20200602-0713.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.lib_2.22.0.v20200602-0713.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.31kB)
[INFO] Unpacking org.eclipse.xtend.lib_2.22.0.v20200602-0713...
[INFO] Fetching org.eclipse.xtend.lib.macro_2.22.0.v20200602-0713.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.lib.macro_2.22.0.v20200602-0713.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.31kB)
[INFO] Unpacking org.eclipse.xtend.lib.macro_2.22.0.v20200602-0713...
[INFO] Fetching org.eclipse.xtext.smap_2.22.0.v20200602-1114.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.smap_2.22.0.v20200602-1114.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.22kB)
[INFO] Unpacking org.eclipse.xtext.smap_2.22.0.v20200602-1114...
[INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.93kB)
[INFO] Unpacking org.objectweb.asm_8.0.1.v20200420-1007...
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.41kB)
[INFO] Unpacking org.eclipse.xtext.common.types.edit_2.22.0.v20200602-1242...
[INFO] Fetching org.eclipse.xtext.ide_2.22.0.v20200602-1352.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (172.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ide_2.22.0.v20200602-1352.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (172.09kB)
[INFO] Unpacking org.eclipse.xtext.ide_2.22.0.v20200602-1352...
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.06kB)
[INFO] Unpacking org.eclipse.xtext.ui.codetemplates_2.22.0.v20200602-1242...
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.22.0.v20200602-1242.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.18kB)
[INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ide_2.22.0.v20200602-1242...
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.2.0:archive-repository (default-archive-repository) @ esf-tools.p2 ---
[INFO] Building zip: /home/jenkins/agent/workspace/esf-tools-gerrit-build/p2/target/esf-tools.p2-0.7.0-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ESF Tools 0.7.0-SNAPSHOT:
[INFO] 
[INFO] ESF Tools .......................................... SUCCESS [  2.849 s]
[INFO] ESF Tools Analysis ................................. SUCCESS [  0.110 s]
[INFO] ESF Common Analysis Tools .......................... SUCCESS [  0.027 s]
[INFO] ESF Common Analysis Tools Releng ................... SUCCESS [  0.003 s]
[INFO] ESF Tools Local Analysis ........................... SUCCESS [  0.040 s]
[INFO] ESF Local Analysis Resources ....................... SUCCESS [  0.006 s]
[INFO] ESFLocalAnalysis Graphical Resources ............... SUCCESS [  3.367 s]
[INFO] ESF Local Analysis Profile ......................... SUCCESS [  0.027 s]
[INFO] ESFLocalAnalysis Profile ........................... SUCCESS [  1.804 s]
[INFO] ESFLocalAnalysis Profile Tools ..................... SUCCESS [  0.668 s]
[INFO] ESFLocalAnalysis Profile Service Types ............. SUCCESS [  0.729 s]
[INFO] ESF Local Analysis Diagram ......................... SUCCESS [  0.051 s]
[INFO] ESFLocalAnalysis Diagram ........................... SUCCESS [  0.602 s]
[INFO] ESF Local Analysis Table ........................... SUCCESS [  0.004 s]
[INFO] ESFLocalAnalysis Table ............................. SUCCESS [  0.610 s]
[INFO] ESF Local Analysis Execution ....................... SUCCESS [  0.006 s]
[INFO] Local Analysis Execution ........................... SUCCESS [  0.705 s]
[INFO] ESF Common Analysis Tools UI ....................... SUCCESS [  0.178 s]
[INFO] ESF Common Analysis Tools Resources ................ SUCCESS [  0.003 s]
[INFO] ESF Common Analysis Tools Graphical Resources ...... SUCCESS [  0.200 s]
[INFO] ESF Common Analysis Tools  branding ................ SUCCESS [  0.022 s]
[INFO] ESF Common Analysis Tools  feature ................. SUCCESS [  0.392 s]
[INFO] ESF Tools FMEA ..................................... SUCCESS [  0.017 s]
[INFO] ESF FMEA Doc ....................................... SUCCESS [  0.003 s]
[INFO] ESF FMEA Documentation ............................. SUCCESS [  0.086 s]
[INFO] ESF FMEA Execution ................................. SUCCESS [  0.005 s]
[INFO] ESF FMEA Resources ................................. SUCCESS [  0.003 s]
[INFO] ESFFMEA Graphical Resources ........................ SUCCESS [  0.385 s]
[INFO] ESF FMEA Profile ................................... SUCCESS [  0.007 s]
[INFO] ESFFMEA Profile .................................... SUCCESS [  0.513 s]
[INFO] ESFFMEA Profile Tools .............................. SUCCESS [  0.564 s]
[INFO] ESFFMEA Profile Service Types ...................... SUCCESS [  0.556 s]
[INFO] ESF FMEA Table ..................................... SUCCESS [  0.040 s]
[INFO] ESFFMEA Table ...................................... SUCCESS [  0.426 s]
[INFO] FMEA Execution ..................................... SUCCESS [  0.500 s]
[INFO] FMEA Execution UI .................................. SUCCESS [  0.435 s]
[INFO] ESF FMEA Meta-model ................................ SUCCESS [  0.003 s]
[INFO] ESFFMEA Meta-model ................................. SUCCESS [  0.141 s]
[INFO] ESF Tools FMEA Releng .............................. SUCCESS [  0.003 s]
[INFO] ESF FMEA branding .................................. SUCCESS [  0.018 s]
[INFO] ESF FMEA feature ................................... SUCCESS [  0.299 s]
[INFO] ESF Local Analysis Doc ............................. SUCCESS [  0.002 s]
[INFO] ESF Local Analysis Documentation ................... SUCCESS [  0.027 s]
[INFO] Local Analysis Execution UI ........................ SUCCESS [  0.512 s]
[INFO] ESF Local Analysis Meta-model ...................... SUCCESS [  0.004 s]
[INFO] ESFLocalAnalysis Meta-model ........................ SUCCESS [  0.150 s]
[INFO] ESFLocalAnalysis Profile Validation ................ SUCCESS [  0.490 s]
[INFO] ESF Tools Local Analysis Releng .................... SUCCESS [  0.002 s]
[INFO] ESF Local Analysis branding ........................ SUCCESS [  0.014 s]
[INFO] ESF Local Analysis UI .............................. SUCCESS [  0.003 s]
[INFO] ESFLocalAnalysis UI ................................ SUCCESS [  0.372 s]
[INFO] ESF Local Analysis feature ......................... SUCCESS [  0.330 s]
[INFO] ESF Tools Risk Analysis ............................ SUCCESS [  0.005 s]
[INFO] ESFRiskAnalysis profile ............................ SUCCESS [  0.485 s]
[INFO] ESFRiskAnalysis table .............................. SUCCESS [  0.026 s]
[INFO] ESFRiskAnalysis UI ................................. SUCCESS [  0.578 s]
[INFO] ESF Risk Analysis feature .......................... SUCCESS [  0.124 s]
[INFO] ESF Tools Safety Requirements ...................... SUCCESS [  0.049 s]
[INFO] ESF Safety Requirements  Doc ....................... SUCCESS [  0.003 s]
[INFO] ESF Safety Requirements Documentation .............. SUCCESS [  0.020 s]
[INFO] ESF Safety Requirements Execution .................. SUCCESS [  0.003 s]
[INFO] ESF Safety Requirements Resources .................. SUCCESS [  0.003 s]
[INFO] ESFSafety Requirements Graphical Resources ......... SUCCESS [  0.109 s]
[INFO] ESF SafetyReq Profile .............................. SUCCESS [  0.008 s]
[INFO] ESFSafetyReq Profile ............................... SUCCESS [  0.370 s]
[INFO] ESFSafetyReq Profile Tools ......................... SUCCESS [  0.419 s]
[INFO] ESFSafetyReq Profile Service Types ................. SUCCESS [  0.110 s]
[INFO] ESF SafetyReq Table ................................ SUCCESS [  0.003 s]
[INFO] ESFSafetyReq Table ................................. SUCCESS [  0.359 s]
[INFO] Safety Requirements Execution UI ................... SUCCESS [  0.441 s]
[INFO] ESF SafetyReq Meta-model ........................... SUCCESS [  0.004 s]
[INFO] ESFSafetyReq Meta-model ............................ SUCCESS [  0.166 s]
[INFO] ESF Tools SafetyReq Releng ......................... SUCCESS [  0.002 s]
[INFO] ESF SafetyReq branding ............................. SUCCESS [  0.014 s]
[INFO] ESF SafetyReq feature .............................. SUCCESS [  0.200 s]
[INFO] esf-tools.p2 ....................................... SUCCESS [01:22 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:16 min
[INFO] Finished at: 2021-12-06T09:03:43Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS