Triggered by Gerrit: https://git.eclipse.org/r/c/esf/esf-tools/+/182144 Running as SYSTEM Agent basic-4k948 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-4k948" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.esf.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-4k948" - 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-4k948" - 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.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} 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-4k948 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 git://git.eclipse.org/gitroot/esf/esf-tools > git init /home/jenkins/agent/workspace/esf-tools-gerrit-build # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/esf/esf-tools > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/esf/esf-tools +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/esf/esf-tools # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/esf/esf-tools # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/esf/esf-tools > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/esf/esf-tools refs/changes/44/182144/1 # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 1243acb57d7987f430a84063d8b4a66cd975dd9c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1243acb57d7987f430a84063d8b4a66cd975dd9c # timeout=10 Commit message: "Bug 2650 - [releng] Add target platform" First time build. Skipping changelog. 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=0cf60d695f8c9272867e47f8c0e902b8bc83d9a6 -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/+/182144 -DGERRIT_PATCHSET_UPLOADER_EMAIL=ansgar.radermacher@cea.fr -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=esf/esf-tools -DGERRIT_CHANGE_NUMBER=182144 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Ansgar Radermacher\" ' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/44/182144/1 "-DGERRIT_PATCHSET_UPLOADER_NAME=Ansgar Radermacher" '-DGERRIT_CHANGE_OWNER=\"Ansgar Radermacher\" ' -DGERRIT_CHANGE_COMMIT_MESSAGE=W3JlbGVuZ10gYWRkIG1pc3NpbmcgZGVwZW5kZW5jaWVzIGFmdGVyIHJlbW92ZWQgcmUtZXhwb3J0cyBpbiBQYXB5cnVzCgpDaGFuZ2UtSWQ6IEljOGU3MzA2ZTIyMzlmYjhiMWVkZjEzZjYyNzA3N2E1NzUwOTc4OTY1ClNpZ25lZC1vZmYtYnk6IEFuc2dhciBSYWRlcm1hY2hlciA8YW5zZ2FyLnJhZGVybWFjaGVyQGNlYS5mcj4K "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=[releng] add missing dependencies after removed re-exports in Papyrus" '-DGERRIT_EVENT_ACCOUNT=\"Ansgar Radermacher\" ' -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=Ic8e7306e2239fb8b1edf13f627077a5750978965 -DGERRIT_EVENT_HASH=1847163968 -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.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.10.19-200.fc33.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/2018-12/ (0B of 122B at 0B/s) [INFO] Adding repository https://download.eclipse.org/releases/2018-12 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2018-12/ (0B of 491B at 0B/s) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/ (0B of 142B at 0B/s) [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2018-12/ (0B of 25.15kB at 0B/s) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2018-12/201812191000/ (0B of 142B at 0B/s) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2018-12/201812191000/ (0B of 850.93kB at 0B/s) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/ (0B of 130B at 0B/s) [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/ (0B at 0B/s) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/ (0B of 130B at 0B/s) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/ (0B at 0B/s) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.0.0_papyrus-sysml-oxygen_73/ (0B of 172B at 0B/s) [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.0.0_papyrus-sysml-oxygen_73/ (0B of 7.4kB at 0B/s) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.1.0_papyrus-sysml-oxygen_85/ (0B of 172B at 0B/s) [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.1.0_papyrus-sysml-oxygen_85/ (0B of 7.41kB at 0B/s) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.2.0_papyrus-sysml-oxygen_100/ (0B of 172B at 0B/s) [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/oxygen/1.2.0_papyrus-sysml-oxygen_100/ (0B of 7.43kB at 0B/s) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/photon/ (0B of 130B at 0B/s) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/photon/ (0B at 0B/s) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/photon/1.3.0_papyrus-sysml-photon_4/ (0B of 172B at 0B/s) [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/photon/1.3.0_papyrus-sysml-photon_4/ (0B of 4.87kB at 0B/s) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2018-09/ (0B of 130B at 0B/s) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2018-09/ (0B at 0B/s) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2018-09/1.3.1_papyrus-sysml-2018-09_10/ (0B of 172B at 0B/s) [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/ (0B of 4.89kB at 0B/s) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/ (0B of 130B at 0B/s) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/ (0B at 0B/s) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/ (0B of 172B at 0B/s) [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml14/2019-06/1.3.2_papyrus-sysml14-master_48/ (0B of 10.27kB at 0B/s) [INFO] Fetching p2.index from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/ (0B of 172B at 0B/s) [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/ (0B of 5.35kB at 0B/s) [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] Fetching 201812191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2018-12/ (0B at 0B/s) [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 262.51kB at 0B/s) [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 79.97kB at 0B/s) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 676.21kB at 0B/s) [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 454.7kB at 0B/s) [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 2.74MB at 0B/s) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 504.53kB at 0B/s) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 259.85kB at 0B/s) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 107.88kB at 0B/s) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 453.74kB at 0B/s) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 387.41kB at 0B/s) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 54.9kB at 0B/s) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 99.44kB at 0B/s) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 161.06kB at 0B/s) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.81kB at 0B/s) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 95.26kB at 0B/s) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.59kB at 0B/s) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.35kB at 0B/s) [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 99.62kB at 0B/s) [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 63.37kB at 0B/s) [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.04kB at 0B/s) [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.51kB at 0B/s) [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 248.02kB at 0B/s) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.95kB at 0B/s) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 498.28kB at 0B/s) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 79.12kB at 0B/s) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 183.86kB at 0B/s) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 112.2kB at 0B/s) [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 73.56kB at 0B/s) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.71kB at 0B/s) [INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 137.64kB at 0B/s) [INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 43.25kB at 0B/s) [INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.61kB at 0B/s) [INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 70.96kB at 0B/s) [INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 18.04kB at 0B/s) [INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.28kB at 0B/s) [INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 100.85kB at 0B/s) [INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 125.32kB at 0B/s) [INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 270.56kB at 0B/s) [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.51kB at 0B/s) [INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 97.48kB at 0B/s) [INFO] Fetching org.eclipse.jdt.core_3.16.0.v20181130-1748.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 6.56MB at 0B/s) [INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 873.4kB at 0B/s) [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.35MB at 0B/s) [INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 491.5kB at 0B/s) [INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 27.76kB at 0B/s) [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 65.97kB at 0B/s) [INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 361.66kB at 0B/s) [INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 82.35kB at 0B/s) [INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1,022.84kB at 0B/s) [INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 4.02MB at 0B/s) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.100.v20181120-0542.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.64MB at 0B/s) [INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 126.2kB at 0B/s) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 105.94kB at 0B/s) [INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.74kB at 0B/s) [INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 235.54kB at 0B/s) [INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 302.72kB at 0B/s) [INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 317.85kB at 0B/s) [INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 962.71kB at 0B/s) [INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 48.73kB at 0B/s) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 229.01kB at 0B/s) [INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 194.84kB at 0B/s) [INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 123.16kB at 0B/s) [INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 32.72kB at 0B/s) [INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 43.41kB at 0B/s) [INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 52.02kB at 0B/s) [INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.23kB at 0B/s) [INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 54kB at 0B/s) [INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 76.99kB at 0B/s) [INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 58.01kB at 0B/s) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 83.11kB at 0B/s) [INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 45.1kB at 0B/s) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 22.87kB at 0B/s) [INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.04kB at 0B/s) [INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 46.05kB at 0B/s) [INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 41.76kB at 0B/s) [INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 122.44kB at 0B/s) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 215.67kB at 0B/s) [INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.03kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.78kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.97kB at 0B/s) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.07kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 22.66kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.92kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 7.7kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 7.77kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.56kB at 0B/s) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 21.21kB at 0B/s) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 98kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 485.15kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.07kB at 0B/s) [INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 354.7kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 64.25kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 79.76kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.94kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.98kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 107.92kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.29kB at 0B/s) [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.82kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.49kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 86.61kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 84.16kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 50.94kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 51.7kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 93.84kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 71.16kB at 0B/s) [INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 69.03kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 7.93kB at 0B/s) [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 114.93kB at 0B/s) [INFO] Fetching org.eclipse.emf.common.ui_2.15.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 59.52kB at 0B/s) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.5kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 61.37kB at 0B/s) [INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 96.66kB at 0B/s) [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 108.79kB at 0B/s) [INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1,019.57kB at 0B/s) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 18.5kB at 0B/s) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 169.13kB at 0B/s) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201805030717.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 403.73kB at 0B/s) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.51kB at 0B/s) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 85.1kB at 0B/s) [INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.16kB at 0B/s) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.39kB at 0B/s) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.94kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 57.8kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 108.04kB at 0B/s) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.42kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 31.95kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.73kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 55.17kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 48.14kB at 0B/s) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 103.26kB at 0B/s) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 72.9kB at 0B/s) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.9kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 74.83kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.87kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 51.01kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 31.98kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.87kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 104.08kB at 0B/s) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.46kB at 0B/s) [INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.47kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 121.81kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.200.v20181123-1405.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 46.17kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 284.88kB at 0B/s) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 72.14kB at 0B/s) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 366.65kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 114.55kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 252.29kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 99.99kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 117.18kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.65kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.83kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 99.1kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 74.94kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 130.39kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.9.0.201805221301.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 384.01kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 111.43kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 185.94kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.14MB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 28.53kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 92.23kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 99.99kB at 0B/s) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 40.71kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 48.54kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 215.84kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 88.5kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 134.25kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 90.68kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 191.43kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 212.88kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 61.49kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.59kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 114.79kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 120.81kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 67.98kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 307.46kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201806010809.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 107.22kB at 0B/s) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201805221301.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 246.02kB at 0B/s) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 241.8kB at 0B/s) [INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 926.33kB at 0B/s) [INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 216.5kB at 0B/s) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.45kB at 0B/s) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 181.37kB at 0B/s) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 65.59kB at 0B/s) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 283.72kB at 0B/s) [INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 492.55kB at 0B/s) [INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 132.43kB at 0B/s) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 68.71kB at 0B/s) [INFO] Fetching org.eclipse.m2m.qvt.oml_3.9.1.v20181210-1559.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.03MB at 0B/s) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.9.0.v20181210-1559.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.95kB at 0B/s) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20181210-1559.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 269.8kB at 0B/s) [INFO] Fetching org.eclipse.ocl.ecore_3.10.100.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 110.54kB at 0B/s) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20181210-1559.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 39.47kB at 0B/s) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20181210-1559.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 27.75kB at 0B/s) [INFO] Fetching org.eclipse.ocl_3.10.100.v20181210-1441.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.14MB at 0B/s) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.82MB at 0B/s) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.09MB at 0B/s) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 131.36kB at 0B/s) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.42MB at 0B/s) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 48.92kB at 0B/s) [INFO] Fetching org.eclipse.ocl.common_1.8.100.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.79kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.editor_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 102.34kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 76.97kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.81kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.49kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.28kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.92kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.37kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.2kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 50.68kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 308.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 52.82kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.91kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.39kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.13kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.13kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.11kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.79kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.82kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.19kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.72kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.28kB at 0B/s) [INFO] Fetching org.eclipse.pde.core_3.12.200.v20181123-1424.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.28MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.57kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.62kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.7kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 99.96kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 40.23kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 22.08kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.06kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 17.71kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.12kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.07kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 52.37kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.14kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 60.96kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.23kB at 0B/s) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.51kB at 0B/s) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.09kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 36.94kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 27.7kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.87kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 320.96kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.31kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16kB at 0B/s) [INFO] Fetching org.eclipse.pde.ui_3.10.500.v20181121-1530.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.46MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 36.02kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.61kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.54kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.42kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 171.71kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.88kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.08kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.36kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 311.08kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.32kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.27kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 22.79kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 87.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.08kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.99kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.3kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.27kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 39.99kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.79kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 54.31kB at 0B/s) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.75kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.03kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.28kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 43.13kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 31.09kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.66kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.99kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.66kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.38kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.03kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.35kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.widgets_3.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 570.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 50.17kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 67.88kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 81.09kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 110.1kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.44kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.21kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.64kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.41kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.68kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 48.16kB at 0B/s) [INFO] Fetching org.eclipse.xwt_1.3.1.I20171018-2059.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 572.23kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.97kB at 0B/s) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 106.17kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.81kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.98kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.98kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 47.35kB at 0B/s) [INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 46.81kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.05kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.03MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 50.94kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 52.17kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 92.77kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.32kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 574.5kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 66.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.01kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 72.34kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 65.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.16kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 456.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 166.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.55kB at 0B/s) [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 141.99kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.1kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 66.4kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 41.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.61kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.11kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 65.47kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 224.79kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.74kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.71kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 62.11kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.86kB at 0B/s) [INFO] Fetching org.eclipse.pde.build_3.10.200.v20181008-0641.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 476.85kB at 0B/s) [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 43.11kB at 0B/s) [INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 51.16kB at 0B/s) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 118.64kB at 0B/s) [INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 83.95kB at 0B/s) [INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.35kB at 0B/s) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.6kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 243.5kB at 0B/s) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 29.18kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.utils_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 12.59kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.profile.esfarchitectureconcepts_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 57.91kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.profile.esfcore_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 27.97kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.profile.esfproperties_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 31.76kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.profile.esfsafetyconcepts_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 73.63kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.common_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 16.53kB at 0B/s) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 124.12kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.common.ui_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 71.63kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.diagram.esfarchitectureconcepts_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 37.45kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.resources.graphical_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 213.92kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.profile.esfarchitectureconcepts.application_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 11.56kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.profile.esfbehaviours_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 26.88kB at 0B/s) [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] 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] 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] 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 [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 [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 [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 [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] 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] 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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] 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/ (0B of 441.74kB at 0B/s) [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] 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] Fetching org.polarsys.esf.core.metamodel.esfcore_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 19.12kB at 0B/s) [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] 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 [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 [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] Fetching com.google.gson_2.7.0.v20170129-0911.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 253.01kB at 0B/s) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 137.12kB at 0B/s) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 249kB at 0B/s) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.42kB at 0B/s) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 405.11kB at 0B/s) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.52kB at 0B/s) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 114.7kB at 0B/s) [INFO] Fetching org.eclipse.emf.codegen_2.15.0.v20181120-2156.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 110.57kB at 0B/s) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.16.0.v20181206-1055.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 414.93kB at 0B/s) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.16.0.v20181104-0826.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 69kB at 0B/s) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 22.47kB at 0B/s) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.54kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore.editor_2.16.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.87kB at 0B/s) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 63.18kB at 0B/s) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.88kB at 0B/s) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.36kB at 0B/s) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.43kB at 0B/s) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 129.49kB at 0B/s) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201805030717.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.91kB at 0B/s) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201805030717.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 74.28kB at 0B/s) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.12kB at 0B/s) [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.9.0.v20181210-1559.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.89kB at 0B/s) [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.9.1.v20181210-1559.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 99.35kB at 0B/s) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 157.36kB at 0B/s) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 31.58kB at 0B/s) [INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201809061025.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 5.23MB at 0B/s) [INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.18kB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.debug_2.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 31.73kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 157.74kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 167.45kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 167.11kB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 71.37kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 157.53kB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 31.07kB at 0B/s) [INFO] Fetching org.eclipse.xtext.ui_2.16.0.v20181203-1056.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.83MB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 57.69kB at 0B/s) [INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 930.86kB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 58.96kB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.72kB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 40.15kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 106.52kB at 0B/s) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.67kB at 0B/s) [INFO] Fetching org.eclipse.xtext.ui.shared_2.16.0.v20181203-1056.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 58.43kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 140.84kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 160.56kB at 0B/s) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 92.04kB at 0B/s) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 144.05kB at 0B/s) [INFO] Fetching org.eclipse.ocl.uml_5.6.100.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 114.36kB at 0B/s) [INFO] Fetching org.eclipse.xtext_2.16.0.v20181203-0514.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 2.57MB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 74.98kB at 0B/s) [INFO] Fetching org.eclipse.xtext.builder_2.16.0.v20181203-1056.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 367.99kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 223.52kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 190.98kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.17kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 62.35kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 65.27kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.49kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 278.93kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 180.01kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 2.91MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 364.43kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 72.51kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 4.51MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 372.56kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 367.61kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 912.92kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 810.18kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 458.75kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.23MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 2.32MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 2.03MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 3.08MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 3.16MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 56.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 886.62kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.18MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 903.03kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 82.4kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 144.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 506.14kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 157.83kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 322.23kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 121.24kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 567.54kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 41.04kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 79.6kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.57kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 29.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.01kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.97kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.35kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.15kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 57.74kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 71.65kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.49kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.86kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.55kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.78kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 73.41kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 21.91kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.33kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.86kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.57kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.7kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.35kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.45kB at 0B/s) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.56kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.feature_1.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.92kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.52kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.02kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 36.14kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.12kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 54.51kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.22kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.58kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.73kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.38kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.84kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.32kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.04kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.77kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.06kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 17.36kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.93kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.43kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 48.65kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.3kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 31.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.36kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 43.32kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 75.21kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 22.09kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.55kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 40.96kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 107.82kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 88.48kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.88kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.09kB at 0B/s) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.16.0.v20181203-0507.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 155.68kB at 0B/s) [INFO] Fetching org.eclipse.xtext.common.types_2.16.0.v20181203-0528.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 485.41kB at 0B/s) [INFO] Fetching org.eclipse.xtext.util_2.16.0.v20181203-0514.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 297.81kB at 0B/s) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 99.04kB at 0B/s) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.16.0.v20181203-1056.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 252.93kB at 0B/s) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.16.0.v20181203-1056.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 125.76kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.38kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.57kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.3kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.32kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 17.12kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.34kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.06kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 17.24kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.34kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.88kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.04kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.58kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 84.86kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.35kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.91kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.63kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.31kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.07kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.66kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.18kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 78.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 18.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 47.19kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.76kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.31kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.38kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.32kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.74kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.38kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.2kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.19kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.84kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.96kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.34kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 21.1kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 315.49kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.26kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.94kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.03kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.19kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.sdk.feature_4.2.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.37kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.66kB at 0B/s) [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/ (0B of 38.31kB at 0B/s) [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/ (0B of 90.03kB at 0B/s) [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/ (0B of 27.54kB at 0B/s) [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/ (0B of 44.5kB at 0B/s) [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/ (0B of 20.92kB at 0B/s) [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/ (0B of 187.87kB at 0B/s) [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/ (0B of 17.66kB at 0B/s) [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/ (0B of 21.55kB at 0B/s) [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/ (0B of 20.62kB at 0B/s) [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/ (0B of 42.12kB at 0B/s) [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/ (0B of 82.17kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 398.72kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 950.77kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 217.44kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 210.7kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 460.88kB at 0B/s) [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/ (0B of 44.92kB at 0B/s) [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/ (0B of 114.7kB at 0B/s) [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/ (0B of 157.68kB at 0B/s) [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/ (0B of 19.12kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.5kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.68kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 61.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.14kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.82kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.44kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.65kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 556.53kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 394.37kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.75kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.71kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 55.39kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 205.92kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.03kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 41.74kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.39kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 230.4kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 208.66kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 179.63kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 53.9kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 216.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 271.74kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.06kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.93kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.43kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 21.17kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.54kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 27.38kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.07kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 41.23kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 84.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.48kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.9kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 286.75kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.56kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 18.44kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.84kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 18.9kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.17kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.41kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.92kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.06kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.39kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.02kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.45MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.27kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 53.86kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.92kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.46kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.67kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.53kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.18kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 62.77kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.62kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.98kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.01kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.98kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.06kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.36kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.35kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.18kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.98kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.2kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.89kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 27.09kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.16kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.4kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.98kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 55.68kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.41kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.36kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.19kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.99kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.68kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.56kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.13kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 32.61kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.06kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 55.8kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 62.8kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.15kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.51kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.51kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.21kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.08kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 64.2kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 39.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 40.96kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 161.1kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 198.87kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.33kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.98kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.96kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.99kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 21.31kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.98kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.97kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.17kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.71kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.02kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 28.09kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 13.02kB at 0B/s) [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 254.74kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 18.5kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.92kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.201812120922.jar from https://download.eclipse.org/releases/2018-12/201812191000/features/ (0B of 12.98kB at 0B/s) [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.04kB at 0B/s) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.71kB at 0B/s) [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 155.06kB at 0B/s) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 80.37kB at 0B/s) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 148.58kB at 0B/s) [INFO] Fetching org.eclipse.xtend.lib_2.16.0.v20181203-0507.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 102.26kB at 0B/s) [INFO] Fetching org.eclipse.xtend.lib.macro_2.16.0.v20181203-0507.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 73.59kB at 0B/s) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.12kB at 0B/s) [INFO] Fetching org.eclipse.xtext.smap_2.16.0.v20181203-0528.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 18.68kB at 0B/s) [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 58.69kB at 0B/s) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.16.0.v20181203-1056.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 246kB at 0B/s) [INFO] Fetching org.eclipse.xtext.ecore_2.16.0.v20181203-0528.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.58kB at 0B/s) [INFO] Fetching org.eclipse.xtext.generator_2.16.0.v20181203-0528.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 845.8kB at 0B/s) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.16.0.v20181203-0514.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.04MB at 0B/s) [INFO] Fetching org.eclipse.xtext.ide_2.16.0.v20181203-0514.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 489.34kB at 0B/s) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.16.0.v20181203-1056.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 191.56kB at 0B/s) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.16.0.v20181203-1056.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 131.44kB at 0B/s) [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 [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 ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 262.51kB at 0B/s) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 676.21kB at 0B/s) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 137.12kB at 0B/s) [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 454.7kB at 0B/s) [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 2.74MB at 0B/s) [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 99.62kB at 0B/s) [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 63.37kB at 0B/s) [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.04kB at 0B/s) [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.51kB at 0B/s) [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 248.02kB at 0B/s) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.95kB at 0B/s) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.42kB at 0B/s) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 106.17kB at 0B/s) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.71kB at 0B/s) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 112.2kB at 0B/s) [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 73.56kB at 0B/s) [INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 137.64kB at 0B/s) [INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 43.25kB at 0B/s) [INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.61kB at 0B/s) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 405.11kB at 0B/s) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.52kB at 0B/s) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 114.7kB at 0B/s) [INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 70.96kB at 0B/s) [INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 18.04kB at 0B/s) [INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.28kB at 0B/s) [INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 100.85kB at 0B/s) [INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 125.32kB at 0B/s) [INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 270.56kB at 0B/s) [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.51kB at 0B/s) [INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 97.48kB at 0B/s) [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.35MB at 0B/s) [INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 491.5kB at 0B/s) [INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 27.76kB at 0B/s) [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 65.97kB at 0B/s) [INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 361.66kB at 0B/s) [INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 82.35kB at 0B/s) [INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1,022.84kB at 0B/s) [INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 4.02MB at 0B/s) [INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 126.2kB at 0B/s) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 105.94kB at 0B/s) [INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.74kB at 0B/s) [INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 235.54kB at 0B/s) [INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 302.72kB at 0B/s) [INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 317.85kB at 0B/s) [INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 962.71kB at 0B/s) [INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 48.73kB at 0B/s) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 229.01kB at 0B/s) [INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 194.84kB at 0B/s) [INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 123.16kB at 0B/s) [INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 32.72kB at 0B/s) [INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 43.41kB at 0B/s) [INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 52.02kB at 0B/s) [INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.23kB at 0B/s) [INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 54kB at 0B/s) [INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 76.99kB at 0B/s) [INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 58.01kB at 0B/s) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 83.11kB at 0B/s) [INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 45.1kB at 0B/s) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 22.87kB at 0B/s) [INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.04kB at 0B/s) [INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 46.05kB at 0B/s) [INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 41.76kB at 0B/s) [INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 122.44kB at 0B/s) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 215.67kB at 0B/s) [INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.03kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.78kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.97kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 22.66kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.92kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 7.7kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 7.77kB at 0B/s) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.56kB at 0B/s) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 21.21kB at 0B/s) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 98kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 485.15kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.07kB at 0B/s) [INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 354.7kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 64.25kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 79.76kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.94kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.98kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 107.92kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.29kB at 0B/s) [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.82kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.49kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 86.61kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 84.16kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 50.94kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 51.7kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 93.84kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 71.16kB at 0B/s) [INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 69.03kB at 0B/s) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 7.93kB at 0B/s) [INFO] Fetching org.eclipse.emf.codegen_2.15.0.v20181120-2156.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 110.57kB at 0B/s) [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 114.93kB at 0B/s) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.16.0.v20181206-1055.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 414.93kB at 0B/s) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.16.0.v20181104-0826.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 69kB at 0B/s) [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 108.79kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 61.37kB at 0B/s) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 22.47kB at 0B/s) [INFO] Fetching org.eclipse.emf.common.ui_2.15.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 59.52kB at 0B/s) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.54kB at 0B/s) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.5kB at 0B/s) [INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 96.66kB at 0B/s) [INFO] Fetching org.eclipse.emf.ecore.editor_2.16.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.87kB at 0B/s) [INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1,019.57kB at 0B/s) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 18.5kB at 0B/s) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 63.18kB at 0B/s) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.88kB at 0B/s) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.36kB at 0B/s) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.43kB at 0B/s) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 129.49kB at 0B/s) [INFO] Fetching org.eclipse.ocl.ecore_3.10.100.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 110.54kB at 0B/s) [INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.16kB at 0B/s) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.39kB at 0B/s) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.94kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 57.8kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 108.04kB at 0B/s) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.42kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 31.95kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.73kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 55.17kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 48.14kB at 0B/s) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 103.26kB at 0B/s) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 72.9kB at 0B/s) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.9kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 74.83kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.87kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 51.01kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 31.98kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.87kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 104.08kB at 0B/s) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.46kB at 0B/s) [INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.47kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 121.81kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.200.v20181123-1405.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 46.17kB at 0B/s) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 284.88kB at 0B/s) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 72.14kB at 0B/s) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 366.65kB at 0B/s) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 40.71kB at 0B/s) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 241.8kB at 0B/s) [INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 926.33kB at 0B/s) [INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 216.5kB at 0B/s) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.45kB at 0B/s) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 181.37kB at 0B/s) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 65.59kB at 0B/s) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 283.72kB at 0B/s) [INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 492.55kB at 0B/s) [INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 132.43kB at 0B/s) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 68.71kB at 0B/s) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.9.0.v20181210-1559.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.95kB at 0B/s) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20181210-1559.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 269.8kB at 0B/s) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20181210-1559.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 39.47kB at 0B/s) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20181210-1559.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 27.75kB at 0B/s) [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.9.0.v20181210-1559.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.89kB at 0B/s) [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.9.1.v20181210-1559.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 99.35kB at 0B/s) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.09MB at 0B/s) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 48.92kB at 0B/s) [INFO] Fetching org.eclipse.ocl.common_1.8.100.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.79kB at 0B/s) [INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.18kB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.debug_2.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 31.73kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 157.74kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 167.45kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 167.11kB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 71.37kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 157.53kB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 31.07kB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 57.69kB at 0B/s) [INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 930.86kB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 58.96kB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.72kB at 0B/s) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 40.15kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.03MB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 106.52kB at 0B/s) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.67kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 140.84kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 160.56kB at 0B/s) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 92.04kB at 0B/s) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 144.05kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 243.5kB at 0B/s) [INFO] Fetching org.eclipse.ocl.uml_5.6.100.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 114.36kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 74.98kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 223.52kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 190.98kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.17kB at 0B/s) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 62.35kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 65.27kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.49kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 278.93kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 180.01kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 2.91MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 364.43kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 72.51kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 4.51MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 372.56kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 367.61kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 912.92kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 810.18kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 458.75kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.23MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 2.32MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 2.03MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 3.08MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 3.16MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 56.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 886.62kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.18MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 903.03kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 82.4kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 144.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 506.14kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 157.83kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 322.23kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 121.24kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 567.54kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 41.04kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 79.6kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 29.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.widgets_3.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 570.45kB at 0B/s) [INFO] Fetching org.eclipse.pde.ui_3.10.500.v20181121-1530.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.46MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.editor_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 102.34kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 76.97kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.81kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.14kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.49kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.28kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.97kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.19kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.37kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.92kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.2kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 50.68kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 308.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.35kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.15kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 57.74kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 71.65kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.49kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 52.82kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.86kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.55kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.82kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.78kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 73.41kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.91kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.39kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.13kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.13kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.11kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.79kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 21.91kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.72kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.33kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.86kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.57kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.7kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.35kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.28kB at 0B/s) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.56kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.52kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.06kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.03kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.57kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.62kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.7kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 99.96kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 40.23kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 22.08kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 17.71kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.12kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.07kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 36.14kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 52.37kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 60.96kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.23kB at 0B/s) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.51kB at 0B/s) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.09kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 54.51kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 81.09kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.22kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.38kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 36.02kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.44kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.58kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 311.08kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.73kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.38kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 27.7kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 36.94kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.84kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.32kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.31kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.61kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.77kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.87kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 320.96kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.54kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.42kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 171.71kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.88kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 43.13kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 17.36kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.41kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.93kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.99kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.08kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 48.16kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.42kB at 0B/s) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.75kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 48.65kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.27kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.3kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 31.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.36kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.36kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.32kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 22.79kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 87.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.08kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.3kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.27kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 39.99kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 43.32kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 75.21kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 22.09kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.55kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 40.96kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 107.82kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 88.48kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.88kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 67.88kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.79kB at 0B/s) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 99.04kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 54.31kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.38kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.98kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.68kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 31.09kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.57kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.66kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.3kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.32kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 17.12kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.28kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.34kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.06kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.66kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 17.24kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.34kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.88kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.04kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.99kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 84.86kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.35kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.03kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.35kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 50.17kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.91kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 110.1kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.63kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.31kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.21kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.64kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.66kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.18kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 78.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 18.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 47.19kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.76kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.38kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.32kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.74kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.38kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.97kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.81kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.2kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.98kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.84kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.96kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.34kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 47.35kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 21.1kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 315.49kB at 0B/s) [INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 46.81kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.19kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.71kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.66kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 574.5kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 398.72kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 950.77kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 456.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 217.44kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 210.7kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 460.88kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 92.77kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.55kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 52.17kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 166.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 62.11kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 66.4kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.5kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.68kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 41.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 35.61kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 66.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 61.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 224.79kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.14kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.86kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.82kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.44kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.65kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 556.53kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.1kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 394.37kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.75kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.71kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 55.39kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 205.92kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 41.74kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.39kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.05kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 230.4kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 208.66kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 179.63kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 53.9kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 216.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 271.74kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.06kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.43kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.32kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 50.94kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 21.17kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 44.54kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 27.38kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 72.34kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 34.16kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.01kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 65.42kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 41.23kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 84.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 16.48kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.9kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 286.75kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.56kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 18.44kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.84kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 18.9kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.17kB at 0B/s) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 65.47kB at 0B/s) [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 141.99kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 14.92kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 37.25kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.06kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.39kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 1.45MB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.27kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 53.86kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.92kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 15.46kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 11.67kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.18kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 62.77kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.62kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.01kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.59kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.06kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.36kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.45kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.35kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.18kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 10.98kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 20.11kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.74kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.89kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 27.09kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 23.16kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 19.4kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 55.68kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 33.41kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.36kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.19kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.99kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 8.68kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.56kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.13kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 32.61kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 25.06kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 55.8kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 62.8kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 38.15kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.51kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.51kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.21kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 30.08kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 9.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 64.2kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 39.95kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 40.96kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 161.1kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 198.87kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 21.31kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 13.17kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 12.71kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 28.09kB at 0B/s) [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 254.74kB at 0B/s) [INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 18.5kB at 0B/s) [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 43.11kB at 0B/s) [INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 51.16kB at 0B/s) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 118.64kB at 0B/s) [INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 83.95kB at 0B/s) [INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.35kB at 0B/s) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 42.6kB at 0B/s) [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.04kB at 0B/s) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 24.71kB at 0B/s) [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 155.06kB at 0B/s) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 80.37kB at 0B/s) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 148.58kB at 0B/s) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 26.12kB at 0B/s) [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 58.69kB at 0B/s) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 29.18kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.utils_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 12.59kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.profile.esfarchitectureconcepts_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 57.91kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.profile.esfcore_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 27.97kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.profile.esfproperties_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 31.76kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.profile.esfsafetyconcepts_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 73.63kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.common_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 16.53kB at 0B/s) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (0B of 124.12kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.common.ui_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 71.63kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.diagram.esfarchitectureconcepts_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 37.45kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.resources.graphical_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 213.92kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.metamodel.esfcore_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 19.12kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.profile.esfarchitectureconcepts.application_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 11.56kB at 0B/s) [INFO] Fetching org.polarsys.esf.core.profile.esfbehaviours_0.7.0.202106171620.jar.pack.gz from https://ci.eclipse.org/esf/job/esf-infra-nightly-build/lastSuccessfulBuild/artifact/p2/target/repository/plugins/ (0B of 26.88kB at 0B/s) [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 true 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 true 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 true 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 true 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 true 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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.resources.graphical --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.profile --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.profile --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.profile --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.profile.tools --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.profile.tools --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.profile.tools --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.profile.service.types --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.profile.service.types --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.profile.service.types --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.diagram --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.table --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.table --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.table --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.execution --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.execution --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.execution --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.analysis.common.ui --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.analysis.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.analysis.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.analysis.common.resources.graphical --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.analysis.common.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.analysis.common.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.analysis.common.releng.branding --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.analysis.common.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.analysis.common.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.analysis.common.releng --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.analysis.common.releng --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.analysis.common.releng --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.analysis.common.releng --- [INFO] [INFO] --- tycho-p2-plugin:0.24.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 true 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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.doc --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.doc --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.doc --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.resources.graphical --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.profile --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.profile --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.profile --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.profile.tools --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.profile.tools --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.profile.tools --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.profile.service.types --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.profile.service.types --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.profile.service.types --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.table --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.table --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.table --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.execution --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.execution --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.execution --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.execution.ui --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.execution.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.execution.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.metamodel --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.fmea.releng.branding --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.fmea.releng --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.fmea.releng --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.fmea.releng --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.fmea.releng --- [INFO] [INFO] --- tycho-p2-plugin:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.doc --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.doc --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.doc --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.execution.ui --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.execution.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.execution.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.metamodel --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.profile.validation --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.profile.validation --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.profile.validation --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.releng.branding --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.localanalysis.ui --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.localanalysis.releng --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.localanalysis.releng --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.localanalysis.releng --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.localanalysis.releng --- [INFO] [INFO] --- tycho-p2-plugin:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.riskanalysis.profile --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.riskanalysis.profile --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.riskanalysis.profile --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.riskanalysis.table --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.riskanalysis.table --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.riskanalysis.table --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.riskanalysis.ui --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.riskanalysis.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.riskanalysis.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.riskanalysis.releng --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.riskanalysis.releng --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.riskanalysis.releng --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.riskanalysis.releng --- [INFO] [INFO] --- tycho-p2-plugin:0.24.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 true 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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.doc --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.doc --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.doc --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.resources.graphical --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.profile --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.profile --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.profile --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.profile.tools --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.profile.tools --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.profile.tools --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.profile.service.types --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.profile.service.types --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.profile.service.types --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.table --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.table --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.table --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.execution.ui --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.execution.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.execution.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.metamodel --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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 true 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:0.24.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.safetyreq.releng.branding --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true 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:0.24.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:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.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:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.safetyreq.releng --- [INFO] The project's OSGi version is 0.7.0.202106172122 [INFO] [INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.polarsys.esf.safetyreq.releng --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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 true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.polarsys.esf.safetyreq.releng --- [INFO] [INFO] --- tycho-packaging-plugin:0.24.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:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.safetyreq.releng --- [INFO] [INFO] --- tycho-p2-plugin:0.24.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:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ esf-tools.p2 --- [INFO] The project's OSGi version is 0.7.0.202106172122 [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 true 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:0.24.0:target-platform (default-target-platform) @ esf-tools.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:0.24.0:publish-products (default-publish-products) @ esf-tools.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:0.24.0:publish-categories (default-publish-categories) @ esf-tools.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:0.24.0:attach-artifacts (default-attach-artifacts) @ esf-tools.p2 --- [INFO] [INFO] --- tycho-p2-repository-plugin:0.24.0:assemble-repository (default-assemble-repository) @ esf-tools.p2 --- [INFO] [INFO] --- tycho-p2-repository-plugin:0.24.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 [ 3.198 s] [INFO] ESF Tools Analysis ................................. SUCCESS [ 0.090 s] [INFO] ESF Common Analysis Tools .......................... SUCCESS [ 0.007 s] [INFO] ESF Common Analysis Tools Releng ................... SUCCESS [ 0.004 s] [INFO] ESF Tools Local Analysis ........................... SUCCESS [ 0.068 s] [INFO] ESF Local Analysis Resources ....................... SUCCESS [ 0.005 s] [INFO] ESFLocalAnalysis Graphical Resources ............... SUCCESS [ 1.624 s] [INFO] ESF Local Analysis Profile ......................... SUCCESS [ 0.023 s] [INFO] ESFLocalAnalysis Profile ........................... SUCCESS [ 0.894 s] [INFO] ESFLocalAnalysis Profile Tools ..................... SUCCESS [ 0.332 s] [INFO] ESFLocalAnalysis Profile Service Types ............. SUCCESS [ 0.338 s] [INFO] ESF Local Analysis Diagram ......................... SUCCESS [ 0.006 s] [INFO] ESFLocalAnalysis Diagram ........................... SUCCESS [ 0.295 s] [INFO] ESF Local Analysis Table ........................... SUCCESS [ 0.004 s] [INFO] ESFLocalAnalysis Table ............................. SUCCESS [ 0.352 s] [INFO] ESF Local Analysis Execution ....................... SUCCESS [ 0.009 s] [INFO] Local Analysis Execution ........................... SUCCESS [ 0.390 s] [INFO] ESF Common Analysis Tools UI ....................... SUCCESS [ 0.059 s] [INFO] ESF Common Analysis Tools Resources ................ SUCCESS [ 0.004 s] [INFO] ESF Common Analysis Tools Graphical Resources ...... SUCCESS [ 0.101 s] [INFO] ESF Common Analysis Tools branding ................ SUCCESS [ 0.015 s] [INFO] ESF Common Analysis Tools feature ................. SUCCESS [ 0.121 s] [INFO] ESF Tools FMEA ..................................... SUCCESS [ 0.013 s] [INFO] ESF FMEA Doc ....................................... SUCCESS [ 0.003 s] [INFO] ESF FMEA Documentation ............................. SUCCESS [ 0.025 s] [INFO] ESF FMEA Execution ................................. SUCCESS [ 0.005 s] [INFO] ESF FMEA Resources ................................. SUCCESS [ 0.003 s] [INFO] ESFFMEA Graphical Resources ........................ SUCCESS [ 0.093 s] [INFO] ESF FMEA Profile ................................... SUCCESS [ 0.010 s] [INFO] ESFFMEA Profile .................................... SUCCESS [ 0.362 s] [INFO] ESFFMEA Profile Tools .............................. SUCCESS [ 0.212 s] [INFO] ESFFMEA Profile Service Types ...................... SUCCESS [ 0.288 s] [INFO] ESF FMEA Table ..................................... SUCCESS [ 0.004 s] [INFO] ESFFMEA Table ...................................... SUCCESS [ 0.299 s] [INFO] FMEA Execution ..................................... SUCCESS [ 0.292 s] [INFO] FMEA Execution UI .................................. SUCCESS [ 0.312 s] [INFO] ESF FMEA Meta-model ................................ SUCCESS [ 0.003 s] [INFO] ESFFMEA Meta-model ................................. SUCCESS [ 0.045 s] [INFO] ESF Tools FMEA Releng .............................. SUCCESS [ 0.002 s] [INFO] ESF FMEA branding .................................. SUCCESS [ 0.039 s] [INFO] ESF FMEA feature ................................... SUCCESS [ 0.126 s] [INFO] ESF Local Analysis Doc ............................. SUCCESS [ 0.003 s] [INFO] ESF Local Analysis Documentation ................... SUCCESS [ 0.035 s] [INFO] Local Analysis Execution UI ........................ SUCCESS [ 0.357 s] [INFO] ESF Local Analysis Meta-model ...................... SUCCESS [ 0.004 s] [INFO] ESFLocalAnalysis Meta-model ........................ SUCCESS [ 0.074 s] [INFO] ESFLocalAnalysis Profile Validation ................ SUCCESS [ 0.327 s] [INFO] ESF Tools Local Analysis Releng .................... SUCCESS [ 0.003 s] [INFO] ESF Local Analysis branding ........................ SUCCESS [ 0.016 s] [INFO] ESF Local Analysis UI .............................. SUCCESS [ 0.044 s] [INFO] ESFLocalAnalysis UI ................................ SUCCESS [ 0.292 s] [INFO] ESF Local Analysis feature ......................... SUCCESS [ 0.149 s] [INFO] ESF Tools Risk Analysis ............................ SUCCESS [ 0.006 s] [INFO] ESFRiskAnalysis profile ............................ SUCCESS [ 0.260 s] [INFO] ESFRiskAnalysis table .............................. SUCCESS [ 0.023 s] [INFO] ESFRiskAnalysis UI ................................. SUCCESS [ 0.352 s] [INFO] ESF Risk Analysis feature .......................... SUCCESS [ 0.077 s] [INFO] ESF Tools Safety Requirements ...................... SUCCESS [ 0.010 s] [INFO] ESF Safety Requirements Doc ....................... SUCCESS [ 0.003 s] [INFO] ESF Safety Requirements Documentation .............. SUCCESS [ 0.041 s] [INFO] ESF Safety Requirements Execution .................. SUCCESS [ 0.003 s] [INFO] ESF Safety Requirements Resources .................. SUCCESS [ 0.004 s] [INFO] ESFSafety Requirements Graphical Resources ......... SUCCESS [ 0.080 s] [INFO] ESF SafetyReq Profile .............................. SUCCESS [ 0.018 s] [INFO] ESFSafetyReq Profile ............................... SUCCESS [ 0.251 s] [INFO] ESFSafetyReq Profile Tools ......................... SUCCESS [ 0.238 s] [INFO] ESFSafetyReq Profile Service Types ................. SUCCESS [ 0.039 s] [INFO] ESF SafetyReq Table ................................ SUCCESS [ 0.004 s] [INFO] ESFSafetyReq Table ................................. SUCCESS [ 0.231 s] [INFO] Safety Requirements Execution UI ................... SUCCESS [ 0.246 s] [INFO] ESF SafetyReq Meta-model ........................... SUCCESS [ 0.003 s] [INFO] ESFSafetyReq Meta-model ............................ SUCCESS [ 0.073 s] [INFO] ESF Tools SafetyReq Releng ......................... SUCCESS [ 0.003 s] [INFO] ESF SafetyReq branding ............................. SUCCESS [ 0.018 s] [INFO] ESF SafetyReq feature .............................. SUCCESS [ 0.139 s] [INFO] esf-tools.p2 ....................................... SUCCESS [ 1.624 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:13 min [INFO] Finished at: 2021-06-17T21:22:14Z [INFO] ------------------------------------------------------------------------ Finished: SUCCESS