Started by user vincent lorenzo Running as vincent lorenzo Agent centos-7-m240h is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-m240h" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.papyrus.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-m240h" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-m240h" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.10" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-papyrus" 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 centos-7-m240h (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09 The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-model2doc.git > git init /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-model2doc.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-model2doc.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-model2doc.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/2021-03-lastBuild^{commit} # timeout=10 Checking out Revision fef84943d3732ba7492c3fd32feac4987f53eb7b (origin/2021-03-lastBuild) > git config core.sparsecheckout # timeout=10 > git checkout -f fef84943d3732ba7492c3fd32feac4987f53eb7b # timeout=10 Commit message: "[Releng] build agains papyrus 2021-03" 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 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [Papyrus-Model2Doc-2021-09] $ Xvnc -help Starting xvnc [Papyrus-Model2Doc-2021-09] $ Xvnc :87 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Fri Oct 22 12:53:30 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5987 vncext: created VNC server for screen 0 [Papyrus-Model2Doc-2021-09] $ /opt/tools/apache-maven/latest/bin/mvn -f source/pom.xml -DSIGN=false -DBUILD_ALIAS= -Declipse.download=file:/home/data/httpd/download.eclipse.org -DskipTests=true -DskipInnerTests=true -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository clean verify Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/2021-03/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2021-03 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2021-03/ (480B) [INFO] Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2021-03/ [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2021-03/202103121200/ (80.54kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2021-03/202103171000/ (140B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2021-03/202103171000/ (814.32kB) [INFO] Adding repository https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/ [INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0/ [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0/main/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0/main/ (82.2kB) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0/toolsmiths/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0/toolsmiths/ (24.29kB) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/ [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/ (81.79kB) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/ (29.18kB) [INFO] Fetching p2.index from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/ (172B) [INFO] Adding repository https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository [INFO] Fetching content.xml.xz from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/ (9.93kB) [INFO] Adding repository https://download.eclipse.org/modeling/mdt/uml2/updates/5.5 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/ (471B) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R201812031331/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R201812031331/ (8.36kB) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/ (8.6kB) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/ (8.62kB) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/ (172B) [INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.25 [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/ (29.15kB) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (172B) [INFO] Adding repository https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913 [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (17.67kB) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) [INFO] Adding repository https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913 [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (6.91kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20210223232630/repository/ (134B) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20210223232630/repository [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20210223232630/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/ (115.38kB) Oct 22, 2021 12:55:26 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 22, 2021 12:55:26 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.feature/pom.xml Oct 22, 2021 12:55:29 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Oct 22, 2021 12:55:29 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching 202103171000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-03/ [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (762.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (762.75kB) [INFO] Unpacking com.google.guava_30.1.0.v20210127-2300... [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.67MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.67MB) [INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749... [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.28MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.28MB) [INFO] Unpacking com.sun.jna_4.5.1.v20190425-1842... [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (328.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (328.72kB) [INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842... [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (36.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (36.66kB) [INFO] Unpacking javax.annotation_1.3.5.v20200909-1856... [INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (470.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (470.65kB) [INFO] Unpacking org.eclipse.osgi_3.16.200.v20210226-1447... [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (249kB) [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13kB) [INFO] Unpacking org.apache.batik.constants_1.13.0.v20200622-2037... [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (102.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (102.39kB) [INFO] Unpacking org.apache.batik.css_1.13.0.v20200622-2037... Oct 22, 2021 12:55:42 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Oct 22, 2021 12:55:42 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (63.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (63.23kB) [INFO] Unpacking org.apache.batik.util_1.13.0.v20200622-2037... [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.47kB) [INFO] Unpacking org.apache.batik.i18n_1.13.0.v20200622-2037... [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (255.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (255.73kB) [INFO] Unpacking org.apache.xmlgraphics_2.4.0.v20200622-2037... [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (95.26kB) [INFO] Fetching org.apache.commons.compress_1.19.0.v20200106-2343.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (216.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.compress_1.19.0.v20200106-2343.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (216.24kB) [INFO] Unpacking org.apache.commons.compress_1.19.0.v20200106-2343... [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (82.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (82.7kB) [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (155.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (155.35kB) [INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939... [INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.93kB) [INFO] Unpacking org.eclipse.osgi.services_3.10.0.v20210212-1137... [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.58kB) [INFO] Unpacking org.eclipse.osgi.util_3.6.0.v20210212-1137... [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.29MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (45.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (45.51kB) [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (122.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (122.3kB) [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... [INFO] Fetching org.apache.xmlbeans_3.1.0.v20200922-1359.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (756.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlbeans_3.1.0.v20200922-1359.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (756.19kB) [INFO] Unpacking org.apache.xmlbeans_3.1.0.v20200922-1359... [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (71.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (71.46kB) [INFO] Unpacking org.eclipse.ant.core_3.5.800.v20200608-1251... [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (18.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101... [INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.38kB) [INFO] Unpacking org.eclipse.core.runtime_3.20.100.v20210111-0815... [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (32.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (32.82kB) [INFO] Unpacking org.eclipse.compare.core_3.6.1000.v20201020-1107... [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.1kB) [INFO] Unpacking org.eclipse.core.commands_3.9.800.v20201021-1339... [INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.96kB) [INFO] Unpacking org.eclipse.equinox.common_3.14.100.v20210212-1143... [INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (41.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (41.22kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.900.v20210111-0918... [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (55.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (55.51kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.8.200.v20210212-1143... [INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.13kB) [INFO] Unpacking org.eclipse.equinox.registry_3.10.100.v20210212-1143... [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (56.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (56.91kB) [INFO] Unpacking org.eclipse.core.databinding_1.10.100.v20200926-1123... [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (82.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (82.74kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.10.0.v20200730-0848... [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.71kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.8.100.v20200619-0651... [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.72kB) [INFO] Unpacking org.eclipse.core.expressions_3.7.100.v20210203-1000... [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (41.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (41.14kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.1100.v20201029-1159... [INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (100.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (100.65kB) [INFO] Unpacking org.eclipse.text_3.11.0.v20210203-1022... [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.79kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734... [INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (46.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (46.09kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.1100.v20210111-0815... [INFO] Fetching org.eclipse.core.resources_3.14.0.v20210215-0934.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (877.43kB) [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (42.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (42.03kB) [INFO] Unpacking org.eclipse.equinox.app_1.5.100.v20210212-1143... [INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (125.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (125.97kB) [INFO] Unpacking org.eclipse.debug.core_3.18.0.v20210222-1101... [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (215.67kB) [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308... [INFO] Fetching org.eclipse.swt_3.116.0.v20210302-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.116.0.v20210302-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.03kB) [INFO] Unpacking org.eclipse.swt_3.116.0.v20210302-1107... [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.78kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.13.0.v20201119-1132... [INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (25.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (25.87kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.700.v20210128-2123... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (22.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (22.66kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.94kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.600.v20210110-1654... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (7.68kB) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (7.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (7.72kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.42kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (21.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (21.73kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (107.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (484.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (484.19kB) [INFO] Unpacking org.eclipse.emf.ecore_2.23.0.v20200630-0516... [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.02kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132... [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.14kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.5.0.v20210115-1333... [INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (362.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (362.4kB) [INFO] Unpacking org.eclipse.jface_3.22.100.v20210126-0831... [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (66.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (66.15kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (65.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (65.63kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.78kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147... [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.79kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.3.0.v20210222-1018... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.64kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317... [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.13kB) [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.200.v20210108-1832... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (110.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (110.28kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958... [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.19kB) [INFO] Unpacking org.eclipse.equinox.event_1.6.0.v20210212-1143... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.46kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339... [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.12kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (50.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (50.81kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.06kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (49.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (49.78kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (94.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (94.41kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (62.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (62.6kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610... [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.72kB) [INFO] Unpacking org.eclipse.jface.databinding_1.12.200.v20210111-0911... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339... [INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.89kB) [INFO] Unpacking org.eclipse.urischeme_1.1.300.v20210113-1544... [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (114.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (114.56kB) [INFO] Unpacking org.eclipse.emf.common_2.22.0.v20210114-1734... [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (59.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (59.59kB) [INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402... [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (339.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (339.79kB) [INFO] Unpacking org.eclipse.ui_3.119.0.v20210111-1350... [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (61.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (61.15kB) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (96.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (96.81kB) [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401... [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (109.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (109.05kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.19.0.v20200917-1406... [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (47.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (47.88kB) [INFO] Unpacking org.eclipse.ui.views_3.11.0.v20210111-1351... [INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210215-1525.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (960.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210215-1525.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (960.47kB) [INFO] Unpacking org.eclipse.ui.workbench_3.122.100.v20210215-1525... [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (18.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (18.43kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.98kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.3.100.v20210212-1143... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.47kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (34.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (34.56kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.14kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (108kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (108kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (32.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (32.04kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20210227-0235.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (39.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20210227-0235.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (39.28kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.700.v20210227-0235... [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (55.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (55.38kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (47.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (47.99kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.700.v20200511-1530... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (116.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (116.64kB) [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (81.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (81.19kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (24.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (24.18kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (74.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (74.47kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (37.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (37.85kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (50.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (50.79kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.86kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.03kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (105.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (105.89kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.64kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505... [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.86kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.600.v20210126-1005... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (122.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (122.23kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (46.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (46.61kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344... [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (117.62kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (110.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (114.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (190.36kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (386.74kB) [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (120.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (120.7kB) [INFO] Unpacking org.eclipse.help_3.8.800.v20200525-0755... [INFO] Fetching org.eclipse.jdt.core_3.25.0.v20210223-0522.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (6.91MB) [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (901.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (901.43kB) [INFO] Unpacking org.eclipse.jdt.debug_3.17.100.v20210220-1238... [INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20210217-1644.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (282.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20210217-1644.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (282.34kB) [INFO] Unpacking org.eclipse.jdt.launching_3.19.100.v20210217-1644... [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.74kB) [INFO] Unpacking org.eclipse.jface.notifications_0.3.0.v20210218-1820... [INFO] Fetching org.eclipse.jface.text_3.17.0.v20210213-0904.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (317.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.17.0.v20210213-0904.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (317.43kB) [INFO] Unpacking org.eclipse.jface.text_3.17.0.v20210213-0904... [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.44kB) [INFO] Unpacking org.eclipse.papyrus.emf_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.16kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.45kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (50.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (50.59kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (308.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (308.09kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.68kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.core_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.24kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (26.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (26.67kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.03kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.23kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.48kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202103181559... Oct 22, 2021 12:56:02 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Oct 22, 2021 12:56:02 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.pde.core_3.14.200.v20210208-1154.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.33MB) [INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.86kB) [INFO] Unpacking org.eclipse.papyrus.emf.ui_2.0.0.202103181559... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (40.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (40.42kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348... [INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.09kB) [INFO] Unpacking org.eclipse.papyrus.infra.constraints_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.13kB) [INFO] Unpacking org.eclipse.papyrus.infra.core.log_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.emf_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (76.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (76.95kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.tools_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (40.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.tools_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (40.74kB) [INFO] Unpacking org.eclipse.papyrus.infra.tools_4.1.0.202103181559... [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (11.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (11.51kB) [INFO] Unpacking org.eclipse.uml2.types_2.5.0.v20210228-1829... [INFO] Fetching org.eclipse.papyrus.infra.core_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (99.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (99.83kB) [INFO] Unpacking org.eclipse.papyrus.infra.core_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.84kB) [INFO] Unpacking org.eclipse.papyrus.infra.core.architecture_3.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (51.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (51.39kB) [INFO] Unpacking org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (40.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (40.38kB) [INFO] Unpacking org.eclipse.papyrus.infra.types_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (65.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (65.24kB) [INFO] Unpacking org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.65kB) [INFO] Unpacking org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.45kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.37kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.35kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.gmf_2.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (36.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (36.14kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization_2.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.41kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.common_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (111.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (111.72kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.model_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.ui_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (101.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (101.67kB) [INFO] Unpacking org.eclipse.papyrus.infra.ui_3.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.69kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.18kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.widgets_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (573.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.widgets_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (573.55kB) [INFO] Unpacking org.eclipse.papyrus.infra.widgets_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.34kB) [INFO] Unpacking org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202103181559... [INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (950.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (950.29kB) [INFO] Unpacking org.eclipse.ui.ide_3.18.100.v20210122-1536... [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (122.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (122.98kB) [INFO] Unpacking org.eclipse.ui.forms_3.11.100.v20210108-1139... [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.25kB) [INFO] Unpacking org.eclipse.papyrus.uml.extensionpoints_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.28kB) [INFO] Unpacking org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202103181559... [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.03MB) [INFO] Unpacking org.eclipse.uml2.uml_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.pde.build_3.10.1000.v20210130-0813.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (477.13kB) [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (124.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (124.96kB) [INFO] Unpacking org.eclipse.team.core_3.8.1100.v20200806-0621... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.18MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.18MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210302-1107... [INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (130.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (130.04kB) [INFO] Unpacking org.eclipse.ui.navigator_3.10.0.v20210111-1352... [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (35.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (35.18kB) [INFO] Unpacking org.eclipse.uml2.common_2.5.0.v20210228-1829... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.71kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (976.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (976.59kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210302-1107... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (836.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (836.96kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210302-1107... [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.dev.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.dev.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.dev.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.dev.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.dev.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.dev.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.gmf.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.gmf.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.gmf.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.gmf.feature/pom.xml [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (183.86kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (26.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (26.17kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.7.200.v20210111-0759... [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (366.65kB) [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308... [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (257.14kB) [INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.58kB) [INFO] Unpacking org.eclipse.ui.console_3.10.100.v20201211-1511... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (235.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (235.59kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733... [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (101.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (120.53kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (100.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (76.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (133.46kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (93.45kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (101.73kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (49.3kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (218.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (90.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (137.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (92.1kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (196.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (117.43kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (318.69kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.gmf.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.gmf.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.tests.bundles.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.bundles.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.tests.bundles.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.bundles.feature/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (931.78kB) [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (141.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (141.49kB) [INFO] Unpacking com.google.inject_3.0.0.v201605172100... [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (143.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (143.98kB) [INFO] Unpacking org.apache.commons.codec_1.14.0.v20200818-1422... [INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (306.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (306.78kB) [INFO] Unpacking org.eclipse.compare_3.7.1300.v20210114-0707... [INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210215-0846.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (200.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210215-0846.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (200.97kB) [INFO] Unpacking org.eclipse.ui.editors_3.14.0.v20210215-0846... [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1,018.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1,018.14kB) [INFO] Unpacking org.eclipse.debug.ui_3.14.800.v20210222-1101... [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (126.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (126.92kB) [INFO] Unpacking org.eclipse.emf.codegen_2.21.0.v20200708-0547... [INFO] Fetching org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (417.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (417.29kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738... [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (37.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (37.47kB) [INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.39kB) [INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.81kB) [INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (74.19kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (123.72kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (532.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (532.14kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (105.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (105.56kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217... [INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210224-0730.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (3.94MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210224-0730.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (3.94MB) [INFO] Unpacking org.eclipse.jdt.ui_3.22.100.v20210224-0730... Oct 22, 2021 12:56:22 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Oct 22, 2021 12:56:22 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 Oct 22, 2021 12:56:22 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 22, 2021 12:56:22 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.search_3.13.0.v20210212-0759.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (214.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.13.0.v20210212-0759.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (214.1kB) [INFO] Unpacking org.eclipse.search_3.13.0.v20210212-0759... [INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210204-1156.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (491.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210204-1156.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (491.61kB) [INFO] Unpacking org.eclipse.team.ui_3.8.1200.v20210204-1156... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (176.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (176.89kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706... [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (70.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (70.23kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136... [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.ocl_3.16.0.v20210310-0557.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.14MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (53.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (53.45kB) [INFO] Unpacking lpg.runtime.java_2.0.17.v201004271640... [INFO] Fetching org.eclipse.ocl.common_1.8.600.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.common_1.8.600.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.69kB) [INFO] Unpacking org.eclipse.ocl.common_1.8.600.v20210310-0557... [INFO] Fetching org.eclipse.ocl.ecore_3.16.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (111.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.ecore_3.16.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (111.19kB) [INFO] Unpacking org.eclipse.ocl.ecore_3.16.0.v20210310-0557... [INFO] Fetching org.eclipse.papyrus.bundles.tests_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (37.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.bundles.tests_2.0.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (37.38kB) [INFO] Unpacking org.eclipse.papyrus.bundles.tests_2.0.0.202103181703... [INFO] Fetching org.eclipse.papyrus.junit.framework_2.1.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (26.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.junit.framework_2.1.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (26.45kB) [INFO] Unpacking org.eclipse.papyrus.junit.framework_2.1.0.202103181703... [INFO] Fetching org.eclipse.papyrus.junit.utils_3.1.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (68.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.junit.utils_3.1.0.202103181703.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (68.02kB) [INFO] Unpacking org.eclipse.papyrus.junit.utils_3.1.0.202103181703... [INFO] Fetching org.eclipse.pde.api.tools_1.2.300.v20210205-1814.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (929.57kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (123kB) [INFO] Unpacking org.junit_4.13.0.v20200204-1500... [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (131.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (131.9kB) [INFO] Unpacking org.apache.commons.lang3_3.1.0.v201403281430... [INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.49kB) [INFO] Unpacking org.eclipse.papyrus.editor_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.48kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.architecture_1.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.39kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.common.core_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.99kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (52.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (52.82kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.85kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.08kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.49kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.99kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.7kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.java_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.06kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.architecture_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.76kB) [INFO] Unpacking org.eclipse.papyrus.infra.architecture_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.69kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.edit_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (22.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (22.14kB) [INFO] Unpacking org.eclipse.papyrus.infra.architecture.representation_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.42kB) [INFO] Unpacking org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.94kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.edit_5.0.0.202103181559... [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (15.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (15.77kB) [INFO] Unpacking org.eclipse.uml2.common.edit_2.5.0.v20210228-1829... [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.91kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.appearance_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (36.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (36.46kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.nattable_6.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (335kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (335kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable_7.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (53.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (53.37kB) [INFO] Unpacking org.eclipse.papyrus.infra.ui.emf_3.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.56kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.readonly_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.onefile_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.onefile_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.18kB) [INFO] Unpacking org.eclipse.papyrus.infra.onefile_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.02kB) [INFO] Unpacking org.eclipse.papyrus.infra.filters_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.4kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (22.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (22.59kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.6kB) [INFO] Unpacking org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (308.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (308.87kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.common_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (40.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (40.14kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.18kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (87.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (87.15kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.49kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.decoration_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.31kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.48kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.91kB) [INFO] Unpacking org.eclipse.papyrus.infra.sync_3.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.98kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.core_5.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.85kB) [INFO] Unpacking org.eclipse.papyrus.infra.guava_1.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.02kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.properties_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (49.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (49.32kB) [INFO] Unpacking org.eclipse.papyrus.infra.properties_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (82.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (82.18kB) [INFO] Unpacking org.eclipse.papyrus.infra.properties.ui_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.26kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.common_6.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.46kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.representation_3.0.0.202103181559... [INFO] Fetching org.eclipse.xwt_1.6.0.202011091434.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (178.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xwt_1.6.0.202011091434.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (178.18kB) [INFO] Unpacking org.eclipse.xwt_1.6.0.202011091434... [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (114.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (114.11kB) [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220... [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.63kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.navigation_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.66kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.semantic_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.77kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.validation_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (94.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (94.04kB) [INFO] Unpacking org.eclipse.papyrus.uml.tools_5.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (42.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (42.47kB) [INFO] Unpacking org.eclipse.papyrus.uml.xtext.integration.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (85.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (85.12kB) [INFO] Unpacking org.eclipse.papyrus.views.modelexplorer_4.1.0.202103181559... [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (171.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (171.86kB) [INFO] Unpacking org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.88MB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.1kB) [INFO] Unpacking org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (52.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (52.27kB) [INFO] Unpacking org.eclipse.papyrus.uml.tools.utils_4.1.0.202103181559... [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (12.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (12.83kB) [INFO] Unpacking org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.63kB) [INFO] Unpacking org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202103181559... [INFO] Fetching org.eclipse.xtext_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (2.62MB) [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (60.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (60.98kB) [INFO] Unpacking org.objectweb.asm_9.1.0.v20210209-1849... [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (26.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (26.39kB) [INFO] Unpacking org.objectweb.asm.tree_9.1.0.v20210209-1849... [INFO] Fetching org.eclipse.xtend.lib_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (108.08kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (160.53kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (76.09kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (103.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (103.07kB) [INFO] Unpacking org.antlr.runtime_3.2.0.v201101311130... [INFO] Fetching org.eclipse.xtext.util_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (303.65kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (144.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (144.31kB) [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... [INFO] Fetching org.eclipse.xtext.ide_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (482.77kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.tests.bundles.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.bundles.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.tests.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.tests.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.feature/pom.xml [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (79.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (79.76kB) [INFO] Unpacking com.google.gson_2.7.0.v20170129-0911... [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (170.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (170.74kB) [INFO] Unpacking io.github.classgraph_4.8.35.v20190528-1517... [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (2.85MB) [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (2.85MB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.ant_1.10.9.v20201106-1946... [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.07kB) [INFO] Unpacking org.apache.commons.cli_1.4.0.v20200417-1444... [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.26kB) [INFO] Unpacking org.eclipse.emf.ant_2.11.0.v20200324-0723... [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (69.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (69.33kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738... [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.21kB) [INFO] Unpacking org.eclipse.emf.exporter_2.10.0.v20190321-1530... [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (40.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (40.2kB) [INFO] Unpacking org.eclipse.emf.importer_2.12.0.v20190321-1539... [INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (61.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (61.49kB) [INFO] Unpacking org.eclipse.emf.mwe.core_1.6.1.v20210218-2134... [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.47kB) [INFO] Unpacking org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134... [INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.61kB) [INFO] Unpacking org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134... [INFO] Fetching org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (69.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (69.78kB) [INFO] Unpacking org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134... [INFO] Fetching org.eclipse.xtext.common.types_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (499.16kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (12.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (12.5kB) [INFO] Unpacking org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134... [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (20.82kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (39.26kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (245.89kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.59kB) [INFO] Unpacking org.eclipse.jdt.annotation_2.2.600.v20200408-1511... [INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.3.v20210309-1855.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20210309-1855.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (24.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20210309-1855.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (24.35kB) [INFO] Unpacking org.eclipse.m2m.qvt.oml.common_3.10.2.v20210309-1855... [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20210309-1855.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (267.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20210309-1855.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (267.89kB) [INFO] Unpacking org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20210309-1855... [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20210309-1855.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (39.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20210309-1855.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (39.35kB) [INFO] Unpacking org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20210309-1855... [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20210309-1855.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20210309-1855.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.75kB) [INFO] Unpacking org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20210309-1855... [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (157.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (31.58kB) [INFO] Fetching org.eclipse.wb.core.lib_1.9.1.202009181620.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (5.41MB) [INFO] Fetching org.eclipse.ocl.common.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.common.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.33kB) [INFO] Unpacking org.eclipse.ocl.common.ui_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.examples.debug_2.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug_2.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.08kB) [INFO] Unpacking org.eclipse.ocl.examples.debug_2.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (159.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (159.44kB) [INFO] Unpacking org.eclipse.ocl.xtext.completeocl_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (171.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (171.97kB) [INFO] Unpacking org.eclipse.ocl.xtext.oclinecore_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (164.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (164.46kB) [INFO] Unpacking org.eclipse.ocl.xtext.oclstdlib_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (71.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (71.1kB) [INFO] Unpacking org.eclipse.ocl.examples.debug.vm_2.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.xtext.base_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (161.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ocl.xtext.base_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.93kB) [INFO] Unpacking org.eclipse.ocl.examples.debug.vm.ui_2.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (57.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (57.65kB) [INFO] Unpacking org.eclipse.ocl.examples.emf.validation.validity_2.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.pivot_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (956.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (956.97kB) [INFO] Unpacking org.eclipse.ocl.pivot_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ocl.examples.emf.validation.validity.ui_2.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.600.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.600.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.69kB) [INFO] Unpacking org.eclipse.ocl.examples.ui_1.8.600.v20210310-0557... [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (40.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (40.15kB) [INFO] Unpacking org.eclipse.ocl.examples.xtext.console_4.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (107.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (107.05kB) [INFO] Unpacking org.eclipse.ocl.xtext.essentialocl.ui_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (70.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (70.05kB) [INFO] Unpacking org.eclipse.ocl.examples.xtext.serializer_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.pivot.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (12.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (12.68kB) [INFO] Unpacking org.eclipse.ocl.pivot.ui_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.xtext.ui.shared_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (60.5kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (143.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (143.09kB) [INFO] Unpacking org.eclipse.ocl.xtext.completeocl.ui_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (162.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (162.06kB) [INFO] Unpacking org.eclipse.ocl.xtext.oclstdlib.ui_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.pivot.uml_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (87.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot.uml_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (87.76kB) [INFO] Unpacking org.eclipse.ocl.pivot.uml_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (144.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (144.49kB) [INFO] Unpacking org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829... [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (243.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (243.5kB) [INFO] Unpacking org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.08kB) [INFO] Unpacking org.eclipse.ocl.xtext.base.ui_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.xtext.builder_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (389.26kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (209.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (209.58kB) [INFO] Unpacking org.eclipse.ocl.xtext.essentialocl_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (201.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (201.71kB) [INFO] Unpacking org.eclipse.ocl.xtext.oclinecore.ui_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (38.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (38.54kB) [INFO] Unpacking org.eclipse.ocl.xtext.markup.ui_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (133.12kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (62.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.markup_1.14.0.v20210310-0557.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (62.38kB) [INFO] Unpacking org.eclipse.ocl.xtext.markup_1.14.0.v20210310-0557... [INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.71kB) [INFO] Unpacking org.eclipse.papyrus.api.migration.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (65.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (65.1kB) [INFO] Unpacking org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.76MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.76MB) [INFO] Unpacking org.eclipse.papyrus.developer.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (278.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (278.84kB) [INFO] Unpacking org.eclipse.papyrus.dsml.validation.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (180.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (180.29kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (5.2MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (5.2MB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (430.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (430.67kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (177.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (177.67kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (5.06MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (5.06MB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (372.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (372.5kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (629.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (629.33kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (863.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (863.9kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (166.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (166.62kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.08MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.08MB) [INFO] Unpacking org.eclipse.papyrus.infra.architecture.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (458.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (458.68kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.doc_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.23MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.23MB) [INFO] Unpacking org.eclipse.papyrus.req.reqif.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (2.31MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (2.31MB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (2.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (2.03MB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (3.07MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (3.07MB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (3.47MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (3.47MB) [INFO] Unpacking org.eclipse.papyrus.uml.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (29.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (29.21kB) [INFO] Unpacking org.eclipse.papyrus.uml.migration.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (55.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (55.92kB) [INFO] Unpacking org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (886.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (886.31kB) [INFO] Unpacking org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (4.57MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (4.57MB) [INFO] Unpacking org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.18MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.18MB) [INFO] Unpacking org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.76MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.76MB) [INFO] Unpacking org.eclipse.papyrus.views.properties.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.4kB) [INFO] Unpacking org.eclipse.papyrus.infra.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (82.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (82.28kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (144.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (144.32kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (503.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (503.74kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (157.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (157.81kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (322.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (322.12kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (121.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (121.21kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (567.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (567.58kB) [INFO] Unpacking org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (53.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (53.28kB) [INFO] Unpacking org.eclipse.papyrus.views.references.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (79.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (79.48kB) [INFO] Unpacking org.eclipse.papyrus.views.documentation.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.44kB) [INFO] Unpacking org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (150.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.51kB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (29.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (29.83kB) [INFO] Unpacking org.eclipse.papyrus.eclipse.project.editors_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.58kB) [INFO] Unpacking org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.84kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.54kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.37kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.02kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.19kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (58.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (58.9kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.87kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (72.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (72.01kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.78kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.62kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (33.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (33.72kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (46.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (46.5kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.12kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.85kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (75.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (75.5kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.41kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.82kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.6kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.37kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.widgets_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.39kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.3kB) [INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.79kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.41kB) [INFO] Unpacking org.eclipse.papyrus.extensionpoints.editors_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.64kB) [INFO] Unpacking org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.86kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.02kB) [INFO] Unpacking org.eclipse.papyrus.infra.constraints.edit_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (36.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (36.13kB) [INFO] Unpacking org.eclipse.papyrus.infra.constraints.editor_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.57kB) [INFO] Unpacking org.eclipse.papyrus.infra.constraints.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.95kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (54.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (54.56kB) [INFO] Unpacking org.eclipse.papyrus.infra.editor.welcome_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.2kB) [INFO] Unpacking org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.65kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.62kB) [INFO] Unpacking org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.45kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.07kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.33kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.88kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (37.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (37.54kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.types_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.87kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.89kB) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.39kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.rulebased_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.26kB) [INFO] Unpacking org.eclipse.papyrus.infra.properties.edit_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.31kB) [INFO] Unpacking org.eclipse.papyrus.infra.hyperlink_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.82kB) [INFO] Unpacking org.eclipse.papyrus.infra.psf_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (33.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (33.46kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.8kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild.edit_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.13kB) [INFO] Unpacking org.eclipse.papyrus.infra.filters.edit_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (42.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (42.28kB) [INFO] Unpacking org.eclipse.papyrus.infra.properties.editor_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.feature_3.1.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.26kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (49.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (49.64kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.85kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (31.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (31.08kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.37kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.54kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.56kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.58kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.controlmode_3.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (75.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (75.37kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (22.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (22.16kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.52kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (41.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (41.99kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (108.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (108.14kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (88.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (88.18kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.32kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.77kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.92kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (26.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (26.8kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (68.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (68.26kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202103181559... [INFO] Fetching org.eclipse.xtext.generator_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (857.57kB) [INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (2.46MB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (256.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (54.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (54.06kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.41kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (32.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (32.37kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.66kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.96kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.14kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.34kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.49kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.44kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.5kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.05kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.12kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.3kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.welcome_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.34kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.7kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.89kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.41kB) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.7kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.openelement_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.15kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.62kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.29kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.31kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.9kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.75kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.77kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (77.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (77.66kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.55kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.71kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (7.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (7.95kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (50.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (50.42kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.properties_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.12kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.9kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.14kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.36kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.ui_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.3kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild.editor_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.33kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.98kB) [INFO] Unpacking org.eclipse.papyrus.infra.onefile.ui_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.32kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.architecture_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (17.01kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.97kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.25kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.96kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.localizer_3.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.02kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.9kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.99kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.editor_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (49.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (49.58kB) [INFO] Unpacking org.eclipse.papyrus.infra.ui.architecture_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.66kB) [INFO] Unpacking org.eclipse.papyrus.infra.ui.resources_2.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (315.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (315.19kB) [INFO] Unpacking org.eclipse.papyrus.infra.ui.fonts_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.07kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.79kB) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.86kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (167.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.types_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (167.36kB) [INFO] Unpacking org.eclipse.papyrus.uml.service.types_5.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.11kB) [INFO] Unpacking org.eclipse.papyrus.uml.architecture_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.sysml14.architecture_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (44.9kB) [INFO] Fetching org.eclipse.papyrus.sdk_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.sdk_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.1kB) [INFO] Unpacking org.eclipse.papyrus.sdk_5.1.0.202103181559... [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (2.36MB) [INFO] Fetching org.eclipse.papyrus.sdk.feature_5.1.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.2kB) [INFO] Fetching org.eclipse.papyrus.sysml14_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (441.73kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (37.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (37.64kB) [INFO] Unpacking org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829... [INFO] Fetching org.eclipse.papyrus.sysml14.diagram.blockdefinition_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (38.33kB) [INFO] Fetching org.eclipse.papyrus.sysml14.diagram.internalblock_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (27.5kB) [INFO] Fetching org.eclipse.papyrus.sysml14.diagram.parametric_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (44.46kB) [INFO] Fetching org.eclipse.papyrus.sysml14.diagram.requirement_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (20.88kB) [INFO] Fetching org.eclipse.papyrus.sysml14.nattable.allocation_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (17.6kB) [INFO] Fetching org.eclipse.papyrus.sysml14.nattable.requirement_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (20.61kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (571.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (571.5kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.common_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (945.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (945.34kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.activity_4.1.0.202103181559... Oct 22, 2021 12:57:20 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 22, 2021 12:57:20 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (215.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (215.26kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.statemachine_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (207.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (207.52kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.usecase_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.sysml14.diagram.common_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (90.02kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (386.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (386.73kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.clazz_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.sysml14.service.types_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (82.16kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (450.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (450.16kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.composite_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (63.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (63.01kB) [INFO] Unpacking org.eclipse.papyrus.uml.types.core_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.sysml14.edit_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (187.81kB) [INFO] Fetching org.eclipse.papyrus.sysml14.ui_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (114.73kB) [INFO] Fetching org.eclipse.papyrus.sysml14.validation_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (157.57kB) [INFO] Fetching org.eclipse.papyrus.sysml14.nattable.common_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (21.52kB) [INFO] Fetching org.eclipse.papyrus.sysml14.nattable.ui_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/plugins/ (42.03kB) [INFO] Fetching org.eclipse.papyrus.sysml14.feature_2.0.0.202011091859.jar from https://ci.eclipse.org/papyrus/job/papyrus-sysml14-master/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.sysml14.p2/target/repository/features/ (19.14kB) Oct 22, 2021 12:57:24 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 22, 2021 12:57:24 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (69.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (69.27kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable_6.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (28.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (28.96kB) [INFO] Unpacking org.eclipse.papyrus.uml.expressions_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.42kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (41.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (41.5kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.menu_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (35.76kB) [INFO] Unpacking org.eclipse.papyrus.uml.service.types.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (66.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (66.06kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.properties_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (234.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.properties_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (234.74kB) [INFO] Unpacking org.eclipse.papyrus.uml.properties_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.35kB) [INFO] Unpacking org.eclipse.papyrus.uml.filters_2.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (554.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (554.77kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.56kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.common_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.62kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (394.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (394.38kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.libraries_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (55.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (55.31kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (202.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (202.49kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.ui_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.86kB) [INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.07kB) [INFO] Unpacking org.eclipse.papyrus.uml.appearance_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.07kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.28kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202103181559... [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (65.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (65.24kB) [INFO] Unpacking org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (230.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_5.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (230.63kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.communication_5.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (206.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (206.91kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.component_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (178.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (178.29kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.deployment_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (55.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (55.21kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (215.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (215.79kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.profile_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_6.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (460.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_6.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (460.62kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.sequence_6.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (271.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (271.5kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.timing_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.76kB) [INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.53kB) [INFO] Unpacking org.eclipse.papyrus.uml.commands_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.52kB) [INFO] Unpacking org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (50.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (50.91kB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.14kB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (44.65kB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.9kB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.89kB) [INFO] Fetching org.eclipse.papyrus.uml.profile_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (72.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile_4.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (72.3kB) [INFO] Unpacking org.eclipse.papyrus.uml.profile_4.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (43.06kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (16.49kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.css_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.83kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (26kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (285.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (285.39kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.icons_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (84.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (84.79kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.menu_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.71kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.08kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.66kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.54kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.73kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.99kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.24kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.22kB) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.5kB) [INFO] Unpacking org.eclipse.papyrus.uml.service.validation_3.0.0.202103181559... [INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (142.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (142.08kB) [INFO] Unpacking org.eclipse.ui.intro_3.6.100.v20210119-2223... [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.77kB) [INFO] Unpacking org.eclipse.papyrus.uml.documentation.profile_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.export_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (37.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.export_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (37.14kB) [INFO] Unpacking org.eclipse.papyrus.uml.export_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.38kB) [INFO] Unpacking org.eclipse.papyrus.uml.expressions.edit_3.0.100.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.74kB) [INFO] Unpacking org.eclipse.papyrus.uml.expressions.properties_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.85kB) [INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.45MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (1.45MB) [INFO] Unpacking org.eclipse.papyrus.uml.icons_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.62kB) [INFO] Unpacking org.eclipse.papyrus.uml.import_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.42kB) [INFO] Unpacking org.eclipse.papyrus.uml.perspective_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (53.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (53.85kB) [INFO] Unpacking org.eclipse.papyrus.uml.profile.drafter_2.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9kB) [INFO] Unpacking org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.21kB) [INFO] Unpacking org.eclipse.papyrus.uml.templaterepository_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.83kB) [INFO] Unpacking org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (15.86kB) [INFO] Unpacking org.eclipse.papyrus.uml.navigation_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.57kB) [INFO] Unpacking org.eclipse.papyrus.uml.services.decoration_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (68.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (68.04kB) [INFO] Unpacking org.eclipse.papyrus.uml.modelrepair_3.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.56kB) [INFO] Unpacking org.eclipse.papyrus.uml.filters.edit_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.33kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.08kB) [INFO] Unpacking org.eclipse.papyrus.uml.internationalization_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.83kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (63.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (63.06kB) [INFO] Unpacking org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.51kB) [INFO] Unpacking org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.82kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (61.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (61.51kB) [INFO] Unpacking org.eclipse.papyrus.uml.modelexplorer_3.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.07kB) [INFO] Unpacking org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.81kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.69kB) [INFO] Unpacking org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.34kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.generic_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.83kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.44kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.properties_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (10.28kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (11.02kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.25kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.01kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.69kB) [INFO] Unpacking org.eclipse.papyrus.uml.ui_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (27.57kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (14.19kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.75kB) [INFO] Unpacking org.eclipse.papyrus.views.validation_3.1.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (19.48kB) [INFO] Unpacking org.eclipse.papyrus.uml.properties.xtext_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.81kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (57.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (57.73kB) [INFO] Unpacking org.eclipse.papyrus.uml.search.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.79kB) [INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (20.65kB) [INFO] Unpacking org.eclipse.papyrus.views.search_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (33.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (33.35kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.15kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (26.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (26.27kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (24.88kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.43kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (23.7kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.79kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (32.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (32.44kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (25.08kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (55.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (55.57kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (38.91kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (62.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (62.59kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (39.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (39.08kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (42.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (42.31kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.4kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (42.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (42.03kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (30.16kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (9.98kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (63.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (63.81kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (39.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (39.86kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (40.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (40.8kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (155.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (155.09kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (198.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (198.68kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (19.15kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.82kB) [INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (34.47kB) [INFO] Unpacking org.eclipse.papyrus.views.properties_5.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.8kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (8.41kB) [INFO] Unpacking org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.83kB) [INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (21.25kB) [INFO] Unpacking org.eclipse.papyrus.views.documentation_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.82kB) [INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.81kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (13.31kB) [INFO] Unpacking org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (12.79kB) [INFO] Unpacking org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.85kB) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (28.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (28.58kB) [INFO] Unpacking org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.86kB) [INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202103181559.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/plugins/ (18.51kB) [INFO] Unpacking org.eclipse.papyrus.views.references_3.0.0.202103181559... [INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.79kB) [INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.76kB) [INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202103181559.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/main/features/ (18.82kB) [INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (24.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (24.68kB) [INFO] Unpacking org.eclipse.uml2.ant_1.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.29kB) [INFO] Unpacking org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829... [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (31.96kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (31.95kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (31.93kB) [INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (11.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (11.08kB) [INFO] Unpacking org.eclipse.uml2.doc_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (31.79kB) [INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (10.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (10.14kB) [INFO] Unpacking org.eclipse.uml2.examples_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (183.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (183.08kB) [INFO] Unpacking org.eclipse.uml2.examples.uml.ui_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (31.86kB) [INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (10.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (10.15kB) [INFO] Unpacking org.eclipse.uml2_5.5.2.v20210228-1829... [INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (15.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (15.27kB) [INFO] Unpacking org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.02kB) [INFO] Unpacking org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (32.08kB) [INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (10.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (10.01kB) [INFO] Unpacking org.eclipse.uml2.sdk_5.5.2.v20210228-1829... [INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (31.92kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (31.92kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (32.01kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (228.7kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (535.07kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (64.36kB) [INFO] Fetching org.eclipse.xtext.smap_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.15kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (248.22kB) [INFO] Fetching org.eclipse.xtext.ecore_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (15.91kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (969.17kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (192.59kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (132.16kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.tests.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.uml.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.uml.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.uml.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.uml.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.uml.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.uml.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.author:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.author:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.author:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.author.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.author.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.author.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.builtintypes:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.builtintypes:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.builtintypes:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.builtintypes.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.builtintypes.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.builtintypes.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.generatorconfiguration:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.generatorconfiguration:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.generatorconfiguration:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.styledstring:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.styledstring:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.styledstring:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.styles:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.styles:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.styles:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.styles.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.styles.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.styles.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-dev:org.eclipse.papyrus.model2doc.dev.tools:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/dev/org.eclipse.papyrus.model2doc.dev.tools/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-dev:org.eclipse.papyrus.model2doc.dev.tools:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/dev/org.eclipse.papyrus.model2doc.dev.tools/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-dev:org.eclipse.papyrus.model2doc.dev.tools:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/dev/org.eclipse.papyrus.model2doc.dev.tools/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-doc:org.eclipse.papyrus.model2doc.doc:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-doc:org.eclipse.papyrus.model2doc.doc:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-doc:org.eclipse.papyrus.model2doc.doc:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-docx:org.eclipse.papyrus.model2doc.docx:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-docx:org.eclipse.papyrus.model2doc.docx:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-docx:org.eclipse.papyrus.model2doc.docx:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-docx:org.eclipse.papyrus.model2doc.docx.emf.structure2document:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx.emf.structure2document/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-docx:org.eclipse.papyrus.model2doc.docx.emf.structure2document:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx.emf.structure2document/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-docx:org.eclipse.papyrus.model2doc.docx.emf.structure2document:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx.emf.structure2document/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructure.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructure.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructure.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructure.editor:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructure.editor:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructure.editor:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.structure2document:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.structure2document/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.structure2document:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.structure2document/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.structure2document:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.structure2document/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.template2document:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2document/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.template2document:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2document/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.template2document:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2document/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2structure/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2structure/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2structure/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-nattable:org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-nattable:org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-nattable:org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-nattable:org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-nattable:org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-nattable:org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-nattable:org.eclipse.papyrus.model2doc.integration.nattable.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.template2structure/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-nattable:org.eclipse.papyrus.model2doc.integration.nattable.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.template2structure/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-nattable:org.eclipse.papyrus.model2doc.integration.nattable.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.template2structure/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.core.author.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.author.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.core.author.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.author.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.core.author.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.author.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.uml.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.uml.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.uml.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.docx.uml.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.docx.uml.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.docx.uml.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.odt.uml.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.odt.uml.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.odt.uml.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-gmf:org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-gmf:org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-gmf:org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-gmf:org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-gmf:org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-gmf:org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-gmf:org.eclipse.papyrus.model2doc.gmf.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.template2structure/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-gmf:org.eclipse.papyrus.model2doc.gmf.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.template2structure/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-gmf:org.eclipse.papyrus.model2doc.gmf.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.template2structure/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-uml:org.eclipse.papyrus.model2doc.uml.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-uml:org.eclipse.papyrus.model2doc.uml.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-uml:org.eclipse.papyrus.model2doc.uml.documentstructuretemplate:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-uml:org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-uml:org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-uml:org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-uml:org.eclipse.papyrus.model2doc.uml.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.template2structure/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-uml:org.eclipse.papyrus.model2doc.uml.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.template2structure/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-uml:org.eclipse.papyrus.model2doc.uml.template2structure:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.template2structure/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.emf.structure2document:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.emf.structure2document:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.emf.structure2document:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.emf.structure2pdf:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.emf.structure2pdf:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.emf.structure2pdf:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.emf.template2pdf:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.template2pdf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.emf.template2pdf:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.template2pdf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.emf.template2pdf:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.template2pdf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.lib:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.lib/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.lib:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.lib/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.lib:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.lib/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.releng-main:org.eclipse.papyrus.model2doc.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/releng-model2doc/category/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.releng-main:org.eclipse.papyrus.model2doc.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/releng-model2doc/category/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.releng-main:org.eclipse.papyrus.model2doc.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/releng-model2doc/category/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.tests-core:org.eclipse.papyrus.model2doc.core.author.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.author.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.tests-core:org.eclipse.papyrus.model2doc.core.author.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.author.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (31.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (31.78kB) [INFO] Unpacking org.eclipse.core.net_1.3.1000.v20200715-0827... [INFO] Fetching org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.99kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.6.100.v20201223-0822... [INFO] Fetching org.eclipse.ui.ide.application_1.4.0.v20210122-1423.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (56.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.4.0.v20210122-1423.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (56.26kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.4.0.v20210122-1423... [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.tests-core:org.eclipse.papyrus.model2doc.core.author.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.author.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.tests-core:org.eclipse.papyrus.model2doc.core.builtintypes.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.builtintypes.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.tests-core:org.eclipse.papyrus.model2doc.core.builtintypes.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.builtintypes.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.tests-core:org.eclipse.papyrus.model2doc.core.builtintypes.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.builtintypes.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.tests-core:org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.tests-core:org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.tests-core:org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.documentstructure.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.documentstructure.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.documentstructure.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.template2structure.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.template2structure.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.template2structure.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.template2structure.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.template2structure.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.template2structure.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.tests-integration:org.eclipse.papyrus.model2doc.integration.uml.architecture.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.tests-integration:org.eclipse.papyrus.model2doc.integration.uml.architecture.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.tests-integration:org.eclipse.papyrus.model2doc.integration.uml.architecture.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.tests-integration:org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.tests-integration:org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.tests-integration:org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc-tests:org.eclipse.papyrus.model2doc.bundles.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/org.eclipse.papyrus.model2doc.bundles.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc-tests:org.eclipse.papyrus.model2doc.bundles.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/org.eclipse.papyrus.model2doc.bundles.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc-tests:org.eclipse.papyrus.model2doc.bundles.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/org.eclipse.papyrus.model2doc.bundles.tests/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Papyrus Model2Doc [pom] [INFO] Papyrus Model to Documentation Feature [pom] [INFO] Papyrus Model to Documentation Plugins [pom] [INFO] Papyrus Model to Documentation Core Plugins [pom] [INFO] org.eclipse.papyrus.model2doc.core.styles [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.core.builtintypes [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.core.generatorconfiguration [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.core.author [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.core [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.core.author.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.core.styles.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.core.builtintypes.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.core.styledstring [eclipse-plugin] [INFO] Papyrus Model to Documentation Doc Plugins [pom] [INFO] Papyrus-Model2Doc Doc [eclipse-plugin] [INFO] Papyrus Model to Documentation DOCX Plugins [pom] [INFO] org.eclipse.papyrus.model2doc.docx [eclipse-plugin] [INFO] Papyrus DocumentStructureTemplate plugins [pom] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructure [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.emf.structure2document [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructure.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.emf.template2structure [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.docx.emf.structure2document [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructure.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.emf.template2document [eclipse-plugin] [INFO] Papyrus Model to Documentation ODT Plugins [pom] [INFO] org.eclipse.papyrus.model2doc.odt.lib [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.odt [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.odt.emf.structure2document [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.odt.emf.structure2pdf [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.odt.emf.template2pdf [eclipse-plugin] [INFO] Papyrus Model to Documentation [eclipse-feature] [INFO] Papyrus-Model2Doc Developer plugins [pom] [INFO] org.eclipse.papyrus.model2doc.dev.tools [eclipse-plugin] [INFO] Papyrus-Model2Doc developer tools feature [eclipse-feature] [INFO] Papyrus GMF DocumentStructureTemplate plugins [pom] [INFO] org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.gmf.template2structure [eclipse-plugin] [INFO] Papyrus Model to Documentation GMF Support [eclipse-feature] [INFO] Papyrus-Model2Doc Bundle Tests [eclipse-feature] [INFO] Papyrus Model to Documentation Tests Plugins [pom] [INFO] Papyrus-Model2Doc Core Tests Plugins [pom] [INFO] org.eclipse.papyrus.model2doc.core.author.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.model2doc.core.builtintypes.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests [eclipse-test-plugin] [INFO] Papyrus Model to Documentation EMF Tests Plugins [pom] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructure.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.model2doc.emf.template2structure.tests [eclipse-test-plugin] [INFO] Papyrus DocumentStructureTemplate Integration plugins [pom] [INFO] org.eclipse.papyrus.model2doc.integration.core.author.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.docx.uml.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types [eclipse-plugin] [INFO] Papyrus UML DocumentStructureTemplate plugins [pom] [INFO] org.eclipse.papyrus.model2doc.uml.documentstructuretemplate [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.uml.template2structure [eclipse-plugin] [INFO] Papyrus Model to Documentation UML Support [eclipse-feature] [INFO] org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.gmf.template2structure [eclipse-plugin] [INFO] Papyrus-Model2Doc Nattable Integration Plugins [pom] [INFO] org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.nattable.template2structure [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.uml.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.odt.uml.architecture [eclipse-plugin] [INFO] Papyrus Model to Documentation Integration [eclipse-feature] [INFO] org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties [eclipse-plugin] [INFO] Papyrus Model to Documentation Native GMF Integration [eclipse-feature] [INFO] Papyrus Model to Documentation Integration Tests Plugins [pom] [INFO] org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests [eclipse-test-plugin] [INFO] Papyrus Model to IEEE Requirements Documentation Plugins [pom] [INFO] org.eclipse.papyrus.model2doc.integration.ieee.requirements [eclipse-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture [eclipse-plugin] [INFO] Papyrus-Model2Doc IEEE Requirements Documentation For SysML 1.4 Integration [eclipse-feature] [INFO] org.eclipse.papyrus.model2doc.integration.uml.architecture.tests [eclipse-test-plugin] [INFO] Papyrus-Model2Doc Tests [eclipse-feature] [INFO] releng-model2doc [pom] [INFO] Papyrus Model to Documentation p2 [eclipse-repository] [INFO] Papyrus Model to Documentation Target Definition [eclipse-target-definition] [INFO] org.eclipse.papyrus.model2doc.bundles.tests [eclipse-test-plugin] [INFO] [INFO] ----< org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc >----- [INFO] Building Papyrus Model2Doc 0.8.0-SNAPSHOT [1/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc-features >-- [INFO] Building Papyrus Model to Documentation Feature 0.8.0-SNAPSHOT [2/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc-features --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc-features --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc-features --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc-features --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc-features --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc-features --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc-features --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc-plugins:org.eclipse.papyrus.model2doc.plugins >-- [INFO] Building Papyrus Model to Documentation Plugins 0.7.0-SNAPSHOT [3/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.plugins --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.plugins --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.plugins --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.plugins.core >-- [INFO] Building Papyrus Model to Documentation Core Plugins 0.7.0-SNAPSHOT [4/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.plugins.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.plugins.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.plugins.core --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.plugins.core --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.plugins.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.plugins.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.styles >-- [INFO] Building org.eclipse.papyrus.model2doc.core.styles 0.8.0-SNAPSHOT [5/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/target/org.eclipse.papyrus.model2doc.core.styles-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/target/org.eclipse.papyrus.model2doc.core.styles-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/target/org.eclipse.papyrus.model2doc.core.styles-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.builtintypes >-- [INFO] Building org.eclipse.papyrus.model2doc.core.builtintypes 0.8.0-SNAPSHOT [6/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/target/org.eclipse.papyrus.model2doc.core.builtintypes-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/target/org.eclipse.papyrus.model2doc.core.builtintypes-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/target/org.eclipse.papyrus.model2doc.core.builtintypes-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.generatorconfiguration >-- [INFO] Building org.eclipse.papyrus.model2doc.core.generatorconfiguration 0.8.0-SNAPSHOT [7/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/target/org.eclipse.papyrus.model2doc.core.generatorconfiguration-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/target/org.eclipse.papyrus.model2doc.core.generatorconfiguration-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/target/org.eclipse.papyrus.model2doc.core.generatorconfiguration-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit >-- [INFO] Building org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit 0.8.0-SNAPSHOT [8/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit/target/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit/target/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit/target/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.author >-- [INFO] Building org.eclipse.papyrus.model2doc.core.author 0.8.0-SNAPSHOT [9/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/target/org.eclipse.papyrus.model2doc.core.author-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/target/org.eclipse.papyrus.model2doc.core.author-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/target/org.eclipse.papyrus.model2doc.core.author-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core >-- [INFO] Building org.eclipse.papyrus.model2doc.core 0.8.0-SNAPSHOT [10/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core/target/org.eclipse.papyrus.model2doc.core-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core/target/org.eclipse.papyrus.model2doc.core-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core/target/org.eclipse.papyrus.model2doc.core-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.author.edit >-- [INFO] Building org.eclipse.papyrus.model2doc.core.author.edit 0.8.0-SNAPSHOT [11/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author.edit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author.edit/target/org.eclipse.papyrus.model2doc.core.author.edit-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author.edit/target/org.eclipse.papyrus.model2doc.core.author.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.author.edit/target/org.eclipse.papyrus.model2doc.core.author.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.styles.edit >-- [INFO] Building org.eclipse.papyrus.model2doc.core.styles.edit 0.8.0-SNAPSHOT [12/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles.edit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles.edit/target/org.eclipse.papyrus.model2doc.core.styles.edit-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles.edit/target/org.eclipse.papyrus.model2doc.core.styles.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles.edit/target/org.eclipse.papyrus.model2doc.core.styles.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.builtintypes.edit >-- [INFO] Building org.eclipse.papyrus.model2doc.core.builtintypes.edit 0.8.0-SNAPSHOT [13/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes.edit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes.edit/target/org.eclipse.papyrus.model2doc.core.builtintypes.edit-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes.edit/target/org.eclipse.papyrus.model2doc.core.builtintypes.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes.edit/target/org.eclipse.papyrus.model2doc.core.builtintypes.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-core:org.eclipse.papyrus.model2doc.core.styledstring >-- [INFO] Building org.eclipse.papyrus.model2doc.core.styledstring 0.8.0-SNAPSHOT [14/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/target/org.eclipse.papyrus.model2doc.core.styledstring-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/target/org.eclipse.papyrus.model2doc.core.styledstring-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/target/org.eclipse.papyrus.model2doc.core.styledstring-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-doc:org.eclipse.papyrus.model2doc.plugins.doc >-- [INFO] Building Papyrus Model to Documentation Doc Plugins 0.7.0-SNAPSHOT [15/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.plugins.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.plugins.doc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.plugins.doc --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.plugins.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.plugins.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.plugins.doc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-doc:org.eclipse.papyrus.model2doc.doc >-- [INFO] Building Papyrus-Model2Doc Doc 0.8.0-SNAPSHOT [16/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.doc --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.doc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.doc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- org.eclipse.mylyn.wikitext.maven:3.0.29:eclipse-help (default) @ org.eclipse.papyrus.model2doc.doc --- [INFO] Generating Eclipse help content from sources: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/src/site/mediawiki -> /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/target/site/generated-eclipse-help [INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/src/site/mediawiki/IEEE_For_SysML-papyrusUserDoc.mediawiki [INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/src/site/mediawiki/model2doc-devDoc.mediawiki [INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/src/site/mediawiki/model2doc-papyrusDevDoc.mediawiki [INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/src/site/mediawiki/model2doc-papyrusUserDoc.mediawiki [INFO] Processing markup file: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/src/site/mediawiki/model2doc-userDoc.mediawiki [INFO] Processed 41 files [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/target/org.eclipse.papyrus.model2doc.doc-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/target/org.eclipse.papyrus.model2doc.doc-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.doc --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/target/org.eclipse.papyrus.model2doc.doc-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.doc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-docx:org.eclipse.papyrus.model2doc.plugins.docx >-- [INFO] Building Papyrus Model to Documentation DOCX Plugins 0.7.0-SNAPSHOT [17/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.plugins.docx --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.plugins.docx --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins.docx --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.plugins.docx --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.plugins.docx --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.plugins.docx --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.plugins.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-docx:org.eclipse.papyrus.model2doc.docx >-- [INFO] Building org.eclipse.papyrus.model2doc.docx 0.8.0-SNAPSHOT [18/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.docx --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.docx --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.docx --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.docx --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.docx --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.docx --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx/src/org/eclipse/papyrus/model2doc/docx/Activator.java:[38] private final org.apache.xmlbeans.BindingConfig config = null; ^^^^^^ The value of the field Activator.config is not used 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx/target/org.eclipse.papyrus.model2doc.docx-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.docx --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx/target/org.eclipse.papyrus.model2doc.docx-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.docx --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.docx --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.docx --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx/target/org.eclipse.papyrus.model2doc.docx-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.docx --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.plugins.emf >-- [INFO] Building Papyrus DocumentStructureTemplate plugins 0.7.0-SNAPSHOT [19/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.plugins.emf --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.plugins.emf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins.emf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.plugins.emf --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.plugins.emf --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.plugins.emf --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.plugins.emf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructure >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.documentstructure 0.8.0-SNAPSHOT [20/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure/target/org.eclipse.papyrus.model2doc.emf.documentstructure-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure/target/org.eclipse.papyrus.model2doc.emf.documentstructure-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure/target/org.eclipse.papyrus.model2doc.emf.documentstructure-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.documentstructure --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.structure2document >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.structure2document 0.8.0-SNAPSHOT [21/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.structure2document/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.structure2document/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.structure2document/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.structure2document/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.structure2document/target/org.eclipse.papyrus.model2doc.emf.structure2document-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.structure2document/target/org.eclipse.papyrus.model2doc.emf.structure2document-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.structure2document/target/org.eclipse.papyrus.model2doc.emf.structure2document-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.structure2document --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructure.edit >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.documentstructure.edit 0.8.0-SNAPSHOT [22/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.edit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.edit/target/org.eclipse.papyrus.model2doc.emf.documentstructure.edit-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.edit/target/org.eclipse.papyrus.model2doc.emf.documentstructure.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.edit/target/org.eclipse.papyrus.model2doc.emf.documentstructure.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.documentstructure.edit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.documentstructuretemplate 0.8.0-SNAPSHOT [23/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] Compiling 82 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.template2structure >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.template2structure 0.8.0-SNAPSHOT [24/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2structure/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2structure/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2structure/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2structure/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2structure/target/org.eclipse.papyrus.model2doc.emf.template2structure-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2structure/target/org.eclipse.papyrus.model2doc.emf.template2structure-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2structure/target/org.eclipse.papyrus.model2doc.emf.template2structure-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.template2structure --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-docx:org.eclipse.papyrus.model2doc.docx.emf.structure2document >-- [INFO] Building org.eclipse.papyrus.model2doc.docx.emf.structure2document 0.8.0-SNAPSHOT [25/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx.emf.structure2document/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx.emf.structure2document/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx.emf.structure2document/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx.emf.structure2document/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx.emf.structure2document/target/org.eclipse.papyrus.model2doc.docx.emf.structure2document-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx.emf.structure2document/target/org.eclipse.papyrus.model2doc.docx.emf.structure2document-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/docx/org.eclipse.papyrus.model2doc.docx.emf.structure2document/target/org.eclipse.papyrus.model2doc.docx.emf.structure2document-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.docx.emf.structure2document --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructure.editor >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.documentstructure.editor 0.8.0-SNAPSHOT [26/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.editor/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.editor/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.editor/target/org.eclipse.papyrus.model2doc.emf.documentstructure.editor-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.editor/target/org.eclipse.papyrus.model2doc.emf.documentstructure.editor-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.editor/target/org.eclipse.papyrus.model2doc.emf.documentstructure.editor-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.documentstructure.editor --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit 0.8.0-SNAPSHOT [27/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor 0.8.0-SNAPSHOT [28/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties 0.8.0-SNAPSHOT [29/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties/target/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties/target/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties/target/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-emf:org.eclipse.papyrus.model2doc.emf.template2document >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.template2document 0.8.0-SNAPSHOT [30/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2document/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2document/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2document/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2document/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2document/target/org.eclipse.papyrus.model2doc.emf.template2document-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2document/target/org.eclipse.papyrus.model2doc.emf.template2document-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.template2document/target/org.eclipse.papyrus.model2doc.emf.template2document-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.template2document --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.plugins.odt >-- [INFO] Building Papyrus Model to Documentation ODT Plugins 0.7.0-SNAPSHOT [31/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.plugins.odt --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.plugins.odt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins.odt --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.plugins.odt --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.plugins.odt --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.plugins.odt --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.plugins.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.lib >-- [INFO] Building org.eclipse.papyrus.model2doc.odt.lib 0.8.0-SNAPSHOT [32/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.lib/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.lib/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.lib/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.lib/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.lib/target/org.eclipse.papyrus.model2doc.odt.lib-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.lib/target/org.eclipse.papyrus.model2doc.odt.lib-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.lib/target/org.eclipse.papyrus.model2doc.odt.lib-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.odt.lib --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt >-- [INFO] Building org.eclipse.papyrus.model2doc.odt 0.8.0-SNAPSHOT [33/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.odt --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.odt --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.odt --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.odt --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.odt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.odt --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/src/org/eclipse/papyrus/model2doc/odt/internal/editor/ODTEditor.java:[89] private ODTFileIOService fileIOService = null; ^^^^^^^^^^^^^ The value of the field ODTEditor.fileIOService is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/src/org/eclipse/papyrus/model2doc/odt/internal/transcription/ODTTranscription.java:[434] private void addPageBreak(final PageBreak pageBreak) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPageBreak(ODTTranscription.PageBreak) from the type ODTTranscription is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/src/org/eclipse/papyrus/model2doc/odt/internal/transcription/ODTTranscription.java:[455] private void addPageBreak() { ^^^^^^^^^^^^^^ The method addPageBreak() from the type ODTTranscription is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/src/org/eclipse/papyrus/model2doc/odt/internal/util/ODTEditorUtil.java:[43] ODTEditor odtEditor = new ODTEditor(projectFolder); ^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ODTEditor(String) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/src/org/eclipse/papyrus/model2doc/odt/internal/util/ODTEditorUtil.java:[57] ODTEditor odtEditor = new ODTEditor(projectFolder); ^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ODTEditor(String) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/src/org/eclipse/papyrus/model2doc/odt/internal/util/ODTEditorUtil.java:[75] ODTEditor odtEditor = new ODTEditor(projectFolder); ^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ODTEditor(String) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/src/org/eclipse/papyrus/model2doc/odt/internal/util/ODTEditorUtil.java:[90] ODTEditor odtEditor = new ODTEditor(projectFolder); ^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ODTEditor(String) is deprecated 7 problems (7 warnings) [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/org.eclipse.papyrus.model2doc.odt-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.odt --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/org.eclipse.papyrus.model2doc.odt-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.odt --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.odt --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.odt --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/org.eclipse.papyrus.model2doc.odt-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.odt --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.emf.structure2document >-- [INFO] Building org.eclipse.papyrus.model2doc.odt.emf.structure2document 0.8.0-SNAPSHOT [34/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/src/org/eclipse/papyrus/model2doc/odt/emf/structure2document/internal/utils/ODTTranscriptionFactory.java:[21] import org.eclipse.papyrus.model2doc.odt.internal.editor.DefaultStyleEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultStyleEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/classes') [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/src/org/eclipse/papyrus/model2doc/odt/emf/structure2document/internal/utils/ODTTranscriptionFactory.java:[22] import org.eclipse.papyrus.model2doc.odt.internal.editor.ODTEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ODTEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/classes') [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/src/org/eclipse/papyrus/model2doc/odt/emf/structure2document/internal/utils/ODTTranscriptionFactory.java:[23] import org.eclipse.papyrus.model2doc.odt.internal.transcription.ODTTranscription; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ODTTranscription' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/classes') [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/src/org/eclipse/papyrus/model2doc/odt/emf/structure2document/internal/utils/ODTTranscriptionFactory.java:[38] return new ODTTranscription(new DefaultStyleEditor(), ddgc); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ODTTranscription' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/classes') [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/src/org/eclipse/papyrus/model2doc/odt/emf/structure2document/internal/utils/ODTTranscriptionFactory.java:[38] return new ODTTranscription(new DefaultStyleEditor(), ddgc); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ODTTranscription(StyleEditor, IDocumentGeneratorConfiguration)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/classes') [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/src/org/eclipse/papyrus/model2doc/odt/emf/structure2document/internal/utils/ODTTranscriptionFactory.java:[38] return new ODTTranscription(new DefaultStyleEditor(), ddgc); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultStyleEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/classes') [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/src/org/eclipse/papyrus/model2doc/odt/emf/structure2document/internal/utils/ODTTranscriptionFactory.java:[38] return new ODTTranscription(new DefaultStyleEditor(), ddgc); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultStyleEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/classes') [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/src/org/eclipse/papyrus/model2doc/odt/emf/structure2document/internal/utils/ODTTranscriptionFactory.java:[49] return ODTEditor.convertToGenericFileURI(fileURI); ^^^^^^^^^ Discouraged access: The type 'ODTEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/classes') [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/src/org/eclipse/papyrus/model2doc/odt/emf/structure2document/internal/utils/ODTTranscriptionFactory.java:[49] return ODTEditor.convertToGenericFileURI(fileURI); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ODTEditor.convertToGenericFileURI(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt/target/classes') 9 problems (9 warnings) [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/target/org.eclipse.papyrus.model2doc.odt.emf.structure2document-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/target/org.eclipse.papyrus.model2doc.odt.emf.structure2document-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2document/target/org.eclipse.papyrus.model2doc.odt.emf.structure2document-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.odt.emf.structure2document --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.emf.structure2pdf >-- [INFO] Building org.eclipse.papyrus.model2doc.odt.emf.structure2pdf 0.8.0-SNAPSHOT [35/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf/target/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf/target/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf/target/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.odt.emf.structure2pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-odt:org.eclipse.papyrus.model2doc.odt.emf.template2pdf >-- [INFO] Building org.eclipse.papyrus.model2doc.odt.emf.template2pdf 0.8.0-SNAPSHOT [36/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.template2pdf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.template2pdf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.template2pdf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.template2pdf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.template2pdf/target/org.eclipse.papyrus.model2doc.odt.emf.template2pdf-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.template2pdf/target/org.eclipse.papyrus.model2doc.odt.emf.template2pdf-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/odt/org.eclipse.papyrus.model2doc.odt.emf.template2pdf/target/org.eclipse.papyrus.model2doc.odt.emf.template2pdf-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.odt.emf.template2pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.feature >-- [INFO] Building Papyrus Model to Documentation 0.8.0-SNAPSHOT [37/97] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.model2doc.feature --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.papyrus.model2doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.feature/target/org.eclipse.papyrus.model2doc.feature-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.model2doc.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.feature --- [INFO] Fetching org.apache.xmlbeans.source_3.1.0.v20200922-1359.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (1.92MB) [INFO] Fetching org.apache.commons.compress.source_1.19.0.v20200106-2343.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (577.44kB) [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.feature/target/org.eclipse.papyrus.model2doc.feature-0.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-dev:org.eclipse.papyrus.model2doc.plugins.dev >-- [INFO] Building Papyrus-Model2Doc Developer plugins 0.7.0-SNAPSHOT [38/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.plugins.dev --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.plugins.dev --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/dev/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins.dev --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.plugins.dev --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.plugins.dev --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.plugins.dev --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.plugins.dev --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-dev:org.eclipse.papyrus.model2doc.dev.tools >-- [INFO] Building org.eclipse.papyrus.model2doc.dev.tools 0.8.0-SNAPSHOT [39/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/dev/org.eclipse.papyrus.model2doc.dev.tools/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/dev/org.eclipse.papyrus.model2doc.dev.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/dev/org.eclipse.papyrus.model2doc.dev.tools/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/dev/org.eclipse.papyrus.model2doc.dev.tools/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/dev/org.eclipse.papyrus.model2doc.dev.tools/target/org.eclipse.papyrus.model2doc.dev.tools-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/dev/org.eclipse.papyrus.model2doc.dev.tools/target/org.eclipse.papyrus.model2doc.dev.tools-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/dev/org.eclipse.papyrus.model2doc.dev.tools/target/org.eclipse.papyrus.model2doc.dev.tools-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.dev.tools --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.dev.feature >-- [INFO] Building Papyrus-Model2Doc developer tools feature 0.8.0-SNAPSHOT [40/97] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.dev.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.dev.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.dev.feature/target/org.eclipse.papyrus.model2doc.dev.feature-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.dev.feature/target/org.eclipse.papyrus.model2doc.dev.feature-0.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.dev.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-gmf:org.eclipse.papyrus.model2doc.plugins.gmf >-- [INFO] Building Papyrus GMF DocumentStructureTemplate plugins 0.7.0-SNAPSHOT [41/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.plugins.gmf --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.plugins.gmf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins.gmf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.plugins.gmf --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.plugins.gmf --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.plugins.gmf --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.plugins.gmf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-gmf:org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate >-- [INFO] Building org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate 0.8.0-SNAPSHOT [42/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-gmf:org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit >-- [INFO] Building org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit 0.8.0-SNAPSHOT [43/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-gmf:org.eclipse.papyrus.model2doc.gmf.template2structure >-- [INFO] Building org.eclipse.papyrus.model2doc.gmf.template2structure 0.8.0-SNAPSHOT [44/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.template2structure/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.template2structure/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.template2structure/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.template2structure/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.template2structure/target/org.eclipse.papyrus.model2doc.gmf.template2structure-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.template2structure/target/org.eclipse.papyrus.model2doc.gmf.template2structure-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/gmf/org.eclipse.papyrus.model2doc.gmf.template2structure/target/org.eclipse.papyrus.model2doc.gmf.template2structure-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.gmf.template2structure --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.gmf.feature >-- [INFO] Building Papyrus Model to Documentation GMF Support 0.8.0-SNAPSHOT [45/97] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.gmf.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.gmf.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.gmf.feature/target/org.eclipse.papyrus.model2doc.gmf.feature-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.gmf.feature/target/org.eclipse.papyrus.model2doc.gmf.feature-0.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.gmf.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.tests.bundles.feature >-- [INFO] Building Papyrus-Model2Doc Bundle Tests 0.8.0-SNAPSHOT [46/97] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.bundles.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.bundles.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.bundles.feature/target/org.eclipse.papyrus.model2doc.tests.bundles.feature-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] Fetching org.eclipse.papyrus.bundles.tests.source_2.0.0.202103181703.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2021-03/5.1.0a/toolsmiths/plugins/ (40.64kB) [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.bundles.feature/target/org.eclipse.papyrus.model2doc.tests.bundles.feature-0.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.tests.bundles.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc-tests:org.eclipse.papyrus.model2doc.tests >-- [INFO] Building Papyrus Model to Documentation Tests Plugins 0.7.0-SNAPSHOT [47/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.tests-core:org.eclipse.papyrus.model2doc.tests.core >-- [INFO] Building Papyrus-Model2Doc Core Tests Plugins 0.7.0-SNAPSHOT [48/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.tests.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.tests.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.tests.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.tests.core --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.tests.core --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.tests.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.tests.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.tests-core:org.eclipse.papyrus.model2doc.core.author.tests >-- [INFO] Building org.eclipse.papyrus.model2doc.core.author.tests 0.8.0-SNAPSHOT [49/97] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.author.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.author.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.author.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.author.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.author.tests/target/org.eclipse.papyrus.model2doc.core.author.tests-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.author.tests/target/org.eclipse.papyrus.model2doc.core.author.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.author.tests/target/org.eclipse.papyrus.model2doc.core.author.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.core.author.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.tests-core:org.eclipse.papyrus.model2doc.core.builtintypes.tests >-- [INFO] Building org.eclipse.papyrus.model2doc.core.builtintypes.tests 0.8.0-SNAPSHOT [50/97] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.builtintypes.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.builtintypes.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.builtintypes.tests/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.builtintypes.tests/src/org/eclipse/papyrus/model2doc/core/builtintypes/tests/Activator.java:[43] this.log = new LogHelper(this); ^^^ The static field Activator.log should be accessed in a static way 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.builtintypes.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.builtintypes.tests/target/org.eclipse.papyrus.model2doc.core.builtintypes.tests-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.builtintypes.tests/target/org.eclipse.papyrus.model2doc.core.builtintypes.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.builtintypes.tests/target/org.eclipse.papyrus.model2doc.core.builtintypes.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.core.builtintypes.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.tests-core:org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests >-- [INFO] Building org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests 0.8.0-SNAPSHOT [51/97] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests/target/org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests/target/org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests/target/org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.tests.emf >-- [INFO] Building Papyrus Model to Documentation EMF Tests Plugins 0.7.0-SNAPSHOT [52/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.tests.emf --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.tests.emf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.tests.emf --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.tests.emf --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.tests.emf --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.tests.emf --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.tests.emf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.documentstructure.tests >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.documentstructure.tests 0.8.0-SNAPSHOT [53/97] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.tests/target/org.eclipse.papyrus.model2doc.emf.documentstructure.tests-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.tests/target/org.eclipse.papyrus.model2doc.emf.documentstructure.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructure.tests/target/org.eclipse.papyrus.model2doc.emf.documentstructure.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.documentstructure.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests 0.8.0-SNAPSHOT [54/97] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests 0.8.0-SNAPSHOT [55/97] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests/target/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.tests-emf:org.eclipse.papyrus.model2doc.emf.template2structure.tests >-- [INFO] Building org.eclipse.papyrus.model2doc.emf.template2structure.tests 0.8.0-SNAPSHOT [56/97] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.template2structure.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.template2structure.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.template2structure.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.template2structure.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.template2structure.tests/target/org.eclipse.papyrus.model2doc.emf.template2structure.tests-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.template2structure.tests/target/org.eclipse.papyrus.model2doc.emf.template2structure.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/emf/org.eclipse.papyrus.model2doc.emf.template2structure.tests/target/org.eclipse.papyrus.model2doc.emf.template2structure.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.emf.template2structure.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.plugins.integration >-- [INFO] Building Papyrus DocumentStructureTemplate Integration plugins 0.7.0-SNAPSHOT [57/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.plugins.integration --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.plugins.integration --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins.integration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.plugins.integration --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.plugins.integration --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.plugins.integration --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.plugins.integration --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.core.author.properties >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.core.author.properties 0.8.0-SNAPSHOT [58/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.author.properties/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.author.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.author.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.author.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.author.properties/target/org.eclipse.papyrus.model2doc.integration.core.author.properties-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.author.properties/target/org.eclipse.papyrus.model2doc.integration.core.author.properties-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.author.properties/target/org.eclipse.papyrus.model2doc.integration.core.author.properties-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.core.author.properties --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties 0.8.0-SNAPSHOT [59/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties/target/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties/target/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties/target/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation 0.8.0-SNAPSHOT [60/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation/src-gen/org/eclipse/papyrus/model2doc/integration/emf/documentstructuretemplate/representation/impl/PapyrusDocumentPrototypeImpl.java:[191] if (false) { if (chain != null) { chain.add(new BasicDiagnostic(Diagnostic.ERROR, RepresentationValidator.DIAGNOSTIC_SOURCE, RepresentationValidator.PAPYRUS_DOCUMENT_PROTOTYPE__IS_VALID_CLASS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "isValidClass", EObjectValidator.getObjectLabel(this, context) }), //$NON-NLS-1$ //$NON-NLS-2$ new Object[] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation/src-gen/org/eclipse/papyrus/model2doc/integration/emf/documentstructuretemplate/representation/impl/PapyrusDocumentPrototypeImpl.java:[230] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui 0.8.0-SNAPSHOT [61/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui/src/org/eclipse/papyrus/model2doc/integration/emf/documentstructuretemplate/ui/internal/adapter/DocumentTemplateViewAdapterFactory.java:[37] public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^^ Type safety: The return type Object for getAdapter(Object, Class) from the type DocumentTemplateViewAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui/src/org/eclipse/papyrus/model2doc/integration/emf/documentstructuretemplate/ui/internal/adapter/DocumentTemplateViewAdapterFactory.java:[37] public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture 0.8.0-SNAPSHOT [62/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.docx.uml.architecture >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.docx.uml.architecture 0.8.0-SNAPSHOT [63/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture/target/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture/target/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture/target/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.docx.uml.architecture --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer 0.8.0-SNAPSHOT [64/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties 0.8.0-SNAPSHOT [65/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit 0.8.0-SNAPSHOT [66/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types 0.8.0-SNAPSHOT [67/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types/target/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-uml:org.eclipse.papyrus.model2doc.plugins.uml >-- [INFO] Building Papyrus UML DocumentStructureTemplate plugins 0.7.0-SNAPSHOT [68/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.plugins.uml --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.plugins.uml --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins.uml --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.plugins.uml --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.plugins.uml --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.plugins.uml --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.plugins.uml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-uml:org.eclipse.papyrus.model2doc.uml.documentstructuretemplate >-- [INFO] Building org.eclipse.papyrus.model2doc.uml.documentstructuretemplate 0.8.0-SNAPSHOT [69/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/src/org/eclipse/papyrus/model2doc/uml/documentstructuretemplate/internal/providers/UMLDelegatingToEMFLabelProvider.java:[28] private static final String ST_LEFT = String.valueOf("\u00AB");//$NON-NLS-1$ ^^^^^^^ The value of the field UMLDelegatingToEMFLabelProvider.ST_LEFT is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/src/org/eclipse/papyrus/model2doc/uml/documentstructuretemplate/internal/providers/UMLDelegatingToEMFLabelProvider.java:[33] private static final String ST_RIGHT = String.valueOf("\u00BB"); //$NON-NLS-1$ ^^^^^^^^ The value of the field UMLDelegatingToEMFLabelProvider.ST_RIGHT is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/src/org/eclipse/papyrus/model2doc/uml/documentstructuretemplate/internal/operations/UMLBodySectionPartTemplateTitleHelper.java:[36] private static final String ST_LEFT = String.valueOf("\u00AB");//$NON-NLS-1$ ^^^^^^^ The value of the field UMLBodySectionPartTemplateTitleHelper.ST_LEFT is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/src/org/eclipse/papyrus/model2doc/uml/documentstructuretemplate/internal/operations/UMLBodySectionPartTemplateTitleHelper.java:[41] private static final String ST_RIGHT = String.valueOf("\u00BB"); //$NON-NLS-1$ ^^^^^^^^ The value of the field UMLBodySectionPartTemplateTitleHelper.ST_RIGHT is not used 4 problems (4 warnings) [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-uml:org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit >-- [INFO] Building org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit 0.8.0-SNAPSHOT [70/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-uml:org.eclipse.papyrus.model2doc.uml.template2structure >-- [INFO] Building org.eclipse.papyrus.model2doc.uml.template2structure 0.8.0-SNAPSHOT [71/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.template2structure/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.template2structure/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.template2structure/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.template2structure/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.template2structure/target/org.eclipse.papyrus.model2doc.uml.template2structure-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.template2structure/target/org.eclipse.papyrus.model2doc.uml.template2structure-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/uml/org.eclipse.papyrus.model2doc.uml.template2structure/target/org.eclipse.papyrus.model2doc.uml.template2structure-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.uml.template2structure --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.uml.feature >-- [INFO] Building Papyrus Model to Documentation UML Support 0.8.0-SNAPSHOT [72/97] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.uml.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.uml.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.uml.feature/target/org.eclipse.papyrus.model2doc.uml.feature-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.uml.feature/target/org.eclipse.papyrus.model2doc.uml.feature-0.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.uml.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate 0.8.0-SNAPSHOT [73/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit 0.8.0-SNAPSHOT [74/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.template2structure >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.gmf.template2structure 0.8.0-SNAPSHOT [75/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure/target/org.eclipse.papyrus.model2doc.integration.gmf.template2structure-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure/target/org.eclipse.papyrus.model2doc.integration.gmf.template2structure-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure/target/org.eclipse.papyrus.model2doc.integration.gmf.template2structure-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins.integration-nattable:org.eclipse.papyrus.model2doc.plugins.integration.nattable >-- [INFO] Building Papyrus-Model2Doc Nattable Integration Plugins 0.7.0-SNAPSHOT [76/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.plugins.integration.nattable --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.plugins.integration.nattable --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins.integration.nattable --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.plugins.integration.nattable --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.plugins.integration.nattable --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.plugins.integration.nattable --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.plugins.integration.nattable --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins.integration-nattable:org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate 0.8.0-SNAPSHOT [77/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate/target/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins.integration-nattable:org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit 0.8.0-SNAPSHOT [78/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit/target/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins.integration-nattable:org.eclipse.papyrus.model2doc.integration.nattable.template2structure >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.nattable.template2structure 0.8.0-SNAPSHOT [79/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.template2structure/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.template2structure/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.template2structure/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.template2structure/src/org/eclipse/papyrus/model2doc/integration/nattable/template2structure/internal/mapping/PapyrusTableViewMapper.java:[130] returnedValue.addAll((Collection) mapResult); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to Collection 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.template2structure/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.template2structure/target/org.eclipse.papyrus.model2doc.integration.nattable.template2structure-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.template2structure/target/org.eclipse.papyrus.model2doc.integration.nattable.template2structure-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/nattable/org.eclipse.papyrus.model2doc.integration.nattable.template2structure/target/org.eclipse.papyrus.model2doc.integration.nattable.template2structure-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.nattable.template2structure --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties 0.8.0-SNAPSHOT [80/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties/target/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties/target/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties/target/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.uml.architecture >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.uml.architecture 0.8.0-SNAPSHOT [81/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture/target/org.eclipse.papyrus.model2doc.integration.uml.architecture-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture/target/org.eclipse.papyrus.model2doc.integration.uml.architecture-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture/target/org.eclipse.papyrus.model2doc.integration.uml.architecture-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.uml.architecture --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.odt.uml.architecture >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.odt.uml.architecture 0.8.0-SNAPSHOT [82/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture/target/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture/target/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture/target/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.odt.uml.architecture --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.feature >-- [INFO] Building Papyrus Model to Documentation Integration 0.8.0-SNAPSHOT [83/97] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.feature/target/org.eclipse.papyrus.model2doc.integration.feature-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.feature/target/org.eclipse.papyrus.model2doc.integration.feature-0.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins-integration:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties 0.8.0-SNAPSHOT [84/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties/target/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties/target/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties/target/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature >-- [INFO] Building Papyrus Model to Documentation Native GMF Integration 0.8.0-SNAPSHOT [85/97] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature/target/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature/target/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature-0.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.tests-integration:org.eclipse.papyrus.model2doc.tests.integration >-- [INFO] Building Papyrus Model to Documentation Integration Tests Plugins 0.7.0-SNAPSHOT [86/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.tests.integration --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.tests.integration --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.tests.integration --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.tests.integration --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.tests.integration --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.tests.integration --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.tests.integration --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.tests-integration:org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests 0.8.0-SNAPSHOT [87/97] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests/target/classes [WARNING] /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests/src/org/eclipse/papyrus/model2doc/integration/gmf/template2structure/tests/AbstractDiagramViewMapperTests.java:[71] private static void displayRes(IResource resource, String prefix) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayRes(IResource, String) from the type AbstractDiagramViewMapperTests is never used locally 3 problems (0 errors, 1 warning, 1 info) [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests/target/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests/target/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests/target/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins.integration-ieee:org.eclipse.papyrus.model2doc.plugins.integration.ieee >-- [INFO] Building Papyrus Model to IEEE Requirements Documentation Plugins 0.7.0-SNAPSHOT [88/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.plugins.integration.ieee --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.plugins.integration.ieee --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins.integration.ieee --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.plugins.integration.ieee --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.plugins.integration.ieee --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.plugins.integration.ieee --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.plugins.integration.ieee --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.ieee.requirements 0.8.0-SNAPSHOT [89/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements/target/org.eclipse.papyrus.model2doc.integration.ieee.requirements-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements/target/org.eclipse.papyrus.model2doc.integration.ieee.requirements-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements/target/org.eclipse.papyrus.model2doc.integration.ieee.requirements-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.plugins.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture 0.8.0-SNAPSHOT [90/97] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture/target/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture/target/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture/target/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature >-- [INFO] Building Papyrus-Model2Doc IEEE Requirements Documentation For SysML 1.4 Integration 0.8.0-SNAPSHOT [91/97] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature/target/org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature/target/org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature-0.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.tests-integration:org.eclipse.papyrus.model2doc.integration.uml.architecture.tests >-- [INFO] Building org.eclipse.papyrus.model2doc.integration.uml.architecture.tests 0.8.0-SNAPSHOT [92/97] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture.tests/target/org.eclipse.papyrus.model2doc.integration.uml.architecture.tests-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture.tests/target/org.eclipse.papyrus.model2doc.integration.uml.architecture.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/integration/org.eclipse.papyrus.model2doc.integration.uml.architecture.tests/target/org.eclipse.papyrus.model2doc.integration.uml.architecture.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.integration.uml.architecture.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.tests.feature >-- [INFO] Building Papyrus-Model2Doc Tests 0.8.0-SNAPSHOT [93/97] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.feature/target/org.eclipse.papyrus.model2doc.tests.feature-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/features/org.eclipse.papyrus.model2doc.tests.feature/target/org.eclipse.papyrus.model2doc.tests.feature-0.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.tests.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -----< org.eclipse.papyrus.model2doc.releng-main:releng-model2doc >----- [INFO] Building releng-model2doc 0.8.0-SNAPSHOT [94/97] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ releng-model2doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ releng-model2doc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/releng-model2doc/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ releng-model2doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ releng-model2doc --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ releng-model2doc --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ releng-model2doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ releng-model2doc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.releng-main:org.eclipse.papyrus.model2doc.p2 >-- [INFO] Building Papyrus Model to Documentation p2 0.8.0-SNAPSHOT [95/97] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean-1) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/releng-model2doc/category/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/releng-model2doc/category/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/releng-model2doc/category/target/org.eclipse.papyrus.model2doc.p2-0.8.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] [INFO] --- repository-utils:1.3.0:generate-repository-facade (generate-facade) @ org.eclipse.papyrus.model2doc.p2 --- [WARNING] Could not access build info at http://download.eclipse.org/cbi/updates/license/latest/all/repo/buildinfo.json or http://download.eclipse.org/cbi/updates/license//buildinfo.json [INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/releng-model2doc/category/target/org.eclipse.papyrus.model2doc.p2-0.8.0-SNAPSHOT.zip [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.p2 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc.releng-main:org.eclipse.papyrus.model2doc.releng.main.targetplatform >-- [INFO] Building Papyrus Model to Documentation Target Definition 0.8.0-SNAPSHOT [96/97] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.releng.main.targetplatform --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.releng.main.targetplatform --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/releng-model2doc/targetplatform/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.releng.main.targetplatform --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.model2doc.releng.main.targetplatform --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.releng.main.targetplatform --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.releng.main.targetplatform --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.releng.main.targetplatform --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.releng.main.targetplatform --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.model2doc-tests:org.eclipse.papyrus.model2doc.bundles.tests >-- [INFO] Building org.eclipse.papyrus.model2doc.bundles.tests 0.8.0-SNAPSHOT [97/97] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] The project's OSGi version is 0.8.0.202110221253 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/org.eclipse.papyrus.model2doc.bundles.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/org.eclipse.papyrus.model2doc.bundles.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/org.eclipse.papyrus.model2doc.bundles.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/org.eclipse.papyrus.model2doc.bundles.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/org.eclipse.papyrus.model2doc.bundles.tests/target/org.eclipse.papyrus.model2doc.bundles.tests-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/org.eclipse.papyrus.model2doc.bundles.tests/target/org.eclipse.papyrus.model2doc.bundles.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/tests/org.eclipse.papyrus.model2doc.bundles.tests/target/org.eclipse.papyrus.model2doc.bundles.tests-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report (default-report) @ org.eclipse.papyrus.model2doc.bundles.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Papyrus Model2Doc 0.8.0-SNAPSHOT ................... SUCCESS [ 19.825 s] [INFO] Papyrus Model to Documentation Feature 0.8.0-SNAPSHOT SUCCESS [ 0.006 s] [INFO] Papyrus Model to Documentation Plugins 0.7.0-SNAPSHOT SUCCESS [ 0.005 s] [INFO] Papyrus Model to Documentation Core Plugins 0.7.0-SNAPSHOT SUCCESS [ 0.005 s] [INFO] org.eclipse.papyrus.model2doc.core.styles 0.8.0-SNAPSHOT SUCCESS [ 7.139 s] [INFO] org.eclipse.papyrus.model2doc.core.builtintypes 0.8.0-SNAPSHOT SUCCESS [ 1.093 s] [INFO] org.eclipse.papyrus.model2doc.core.generatorconfiguration 0.8.0-SNAPSHOT SUCCESS [ 0.772 s] [INFO] org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit 0.8.0-SNAPSHOT SUCCESS [ 0.355 s] [INFO] org.eclipse.papyrus.model2doc.core.author 0.8.0-SNAPSHOT SUCCESS [ 0.254 s] [INFO] org.eclipse.papyrus.model2doc.core 0.8.0-SNAPSHOT .. SUCCESS [ 0.424 s] [INFO] org.eclipse.papyrus.model2doc.core.author.edit 0.8.0-SNAPSHOT SUCCESS [ 0.261 s] [INFO] org.eclipse.papyrus.model2doc.core.styles.edit 0.8.0-SNAPSHOT SUCCESS [ 0.343 s] [INFO] org.eclipse.papyrus.model2doc.core.builtintypes.edit 0.8.0-SNAPSHOT SUCCESS [ 0.580 s] [INFO] org.eclipse.papyrus.model2doc.core.styledstring 0.8.0-SNAPSHOT SUCCESS [ 0.198 s] [INFO] Papyrus Model to Documentation Doc Plugins 0.7.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] Papyrus-Model2Doc Doc 0.8.0-SNAPSHOT ............... SUCCESS [ 3.207 s] [INFO] Papyrus Model to Documentation DOCX Plugins 0.7.0-SNAPSHOT SUCCESS [ 0.005 s] [INFO] org.eclipse.papyrus.model2doc.docx 0.8.0-SNAPSHOT .. SUCCESS [ 2.392 s] [INFO] Papyrus DocumentStructureTemplate plugins 0.7.0-SNAPSHOT SUCCESS [ 0.005 s] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructure 0.8.0-SNAPSHOT SUCCESS [ 0.800 s] [INFO] org.eclipse.papyrus.model2doc.emf.structure2document 0.8.0-SNAPSHOT SUCCESS [ 0.485 s] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructure.edit 0.8.0-SNAPSHOT SUCCESS [ 0.628 s] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate 0.8.0-SNAPSHOT SUCCESS [ 0.969 s] [INFO] org.eclipse.papyrus.model2doc.emf.template2structure 0.8.0-SNAPSHOT SUCCESS [ 0.691 s] [INFO] org.eclipse.papyrus.model2doc.docx.emf.structure2document 0.8.0-SNAPSHOT SUCCESS [ 0.431 s] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructure.editor 0.8.0-SNAPSHOT SUCCESS [ 0.582 s] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit 0.8.0-SNAPSHOT SUCCESS [ 0.499 s] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor 0.8.0-SNAPSHOT SUCCESS [ 0.697 s] [INFO] org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties 0.8.0-SNAPSHOT SUCCESS [ 0.319 s] [INFO] org.eclipse.papyrus.model2doc.emf.template2document 0.8.0-SNAPSHOT SUCCESS [ 0.472 s] [INFO] Papyrus Model to Documentation ODT Plugins 0.7.0-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.model2doc.odt.lib 0.8.0-SNAPSHOT SUCCESS [ 0.888 s] [INFO] org.eclipse.papyrus.model2doc.odt 0.8.0-SNAPSHOT ... SUCCESS [ 0.610 s] [INFO] org.eclipse.papyrus.model2doc.odt.emf.structure2document 0.8.0-SNAPSHOT SUCCESS [ 0.491 s] [INFO] org.eclipse.papyrus.model2doc.odt.emf.structure2pdf 0.8.0-SNAPSHOT SUCCESS [ 0.421 s] [INFO] org.eclipse.papyrus.model2doc.odt.emf.template2pdf 0.8.0-SNAPSHOT SUCCESS [ 0.402 s] [INFO] Papyrus Model to Documentation 0.8.0-SNAPSHOT ...... SUCCESS [ 1.064 s] [INFO] Papyrus-Model2Doc Developer plugins 0.7.0-SNAPSHOT . SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.model2doc.dev.tools 0.8.0-SNAPSHOT SUCCESS [ 0.350 s] [INFO] Papyrus-Model2Doc developer tools feature 0.8.0-SNAPSHOT SUCCESS [ 0.203 s] [INFO] Papyrus GMF DocumentStructureTemplate plugins 0.7.0-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate 0.8.0-SNAPSHOT SUCCESS [ 0.475 s] [INFO] org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit 0.8.0-SNAPSHOT SUCCESS [ 0.308 s] [INFO] org.eclipse.papyrus.model2doc.gmf.template2structure 0.8.0-SNAPSHOT SUCCESS [ 0.510 s] [INFO] Papyrus Model to Documentation GMF Support 0.8.0-SNAPSHOT SUCCESS [ 0.188 s] [INFO] Papyrus-Model2Doc Bundle Tests 0.8.0-SNAPSHOT ...... SUCCESS [ 0.224 s] [INFO] Papyrus Model to Documentation Tests Plugins 0.7.0-SNAPSHOT SUCCESS [ 0.005 s] [INFO] Papyrus-Model2Doc Core Tests Plugins 0.7.0-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.model2doc.core.author.tests 0.8.0-SNAPSHOT SUCCESS [ 0.251 s] [INFO] org.eclipse.papyrus.model2doc.core.builtintypes.tests 0.8.0-SNAPSHOT SUCCESS [ 0.413 s] [INFO] org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests 0.8.0-SNAPSHOT SUCCESS [ 0.323 s] [INFO] Papyrus Model to Documentation EMF Tests Plugins 0.7.0-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructure.tests 0.8.0-SNAPSHOT SUCCESS [ 0.458 s] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests 0.8.0-SNAPSHOT SUCCESS [ 0.318 s] [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests 0.8.0-SNAPSHOT SUCCESS [ 0.302 s] [INFO] org.eclipse.papyrus.model2doc.emf.template2structure.tests 0.8.0-SNAPSHOT SUCCESS [ 0.698 s] [INFO] Papyrus DocumentStructureTemplate Integration plugins 0.7.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.model2doc.integration.core.author.properties 0.8.0-SNAPSHOT SUCCESS [ 0.190 s] [INFO] org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties 0.8.0-SNAPSHOT SUCCESS [ 0.242 s] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation 0.8.0-SNAPSHOT SUCCESS [ 0.445 s] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui 0.8.0-SNAPSHOT SUCCESS [ 0.554 s] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture 0.8.0-SNAPSHOT SUCCESS [ 0.452 s] [INFO] org.eclipse.papyrus.model2doc.integration.docx.uml.architecture 0.8.0-SNAPSHOT SUCCESS [ 0.341 s] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer 0.8.0-SNAPSHOT SUCCESS [ 0.465 s] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties 0.8.0-SNAPSHOT SUCCESS [ 0.395 s] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit 0.8.0-SNAPSHOT SUCCESS [ 0.429 s] [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types 0.8.0-SNAPSHOT SUCCESS [ 0.266 s] [INFO] Papyrus UML DocumentStructureTemplate plugins 0.7.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.model2doc.uml.documentstructuretemplate 0.8.0-SNAPSHOT SUCCESS [ 0.833 s] [INFO] org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit 0.8.0-SNAPSHOT SUCCESS [ 0.581 s] [INFO] org.eclipse.papyrus.model2doc.uml.template2structure 0.8.0-SNAPSHOT SUCCESS [ 0.329 s] [INFO] Papyrus Model to Documentation UML Support 0.8.0-SNAPSHOT SUCCESS [ 0.255 s] [INFO] org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate 0.8.0-SNAPSHOT SUCCESS [ 0.442 s] [INFO] org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit 0.8.0-SNAPSHOT SUCCESS [ 0.578 s] [INFO] org.eclipse.papyrus.model2doc.integration.gmf.template2structure 0.8.0-SNAPSHOT SUCCESS [ 0.479 s] [INFO] Papyrus-Model2Doc Nattable Integration Plugins 0.7.0-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate 0.8.0-SNAPSHOT SUCCESS [ 0.487 s] [INFO] org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit 0.8.0-SNAPSHOT SUCCESS [ 0.599 s] [INFO] org.eclipse.papyrus.model2doc.integration.nattable.template2structure 0.8.0-SNAPSHOT SUCCESS [ 0.403 s] [INFO] org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties 0.8.0-SNAPSHOT SUCCESS [ 0.337 s] [INFO] org.eclipse.papyrus.model2doc.integration.uml.architecture 0.8.0-SNAPSHOT SUCCESS [ 0.405 s] [INFO] org.eclipse.papyrus.model2doc.integration.odt.uml.architecture 0.8.0-SNAPSHOT SUCCESS [ 0.356 s] [INFO] Papyrus Model to Documentation Integration 0.8.0-SNAPSHOT SUCCESS [ 0.706 s] [INFO] org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties 0.8.0-SNAPSHOT SUCCESS [ 0.250 s] [INFO] Papyrus Model to Documentation Native GMF Integration 0.8.0-SNAPSHOT SUCCESS [ 0.797 s] [INFO] Papyrus Model to Documentation Integration Tests Plugins 0.7.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests 0.8.0-SNAPSHOT SUCCESS [ 0.855 s] [INFO] Papyrus Model to IEEE Requirements Documentation Plugins 0.7.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.model2doc.integration.ieee.requirements 0.8.0-SNAPSHOT SUCCESS [ 0.498 s] [INFO] org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture 0.8.0-SNAPSHOT SUCCESS [ 0.526 s] [INFO] Papyrus-Model2Doc IEEE Requirements Documentation For SysML 1.4 Integration 0.8.0-SNAPSHOT SUCCESS [ 0.433 s] [INFO] org.eclipse.papyrus.model2doc.integration.uml.architecture.tests 0.8.0-SNAPSHOT SUCCESS [ 0.348 s] [INFO] Papyrus-Model2Doc Tests 0.8.0-SNAPSHOT ............. SUCCESS [ 0.725 s] [INFO] releng-model2doc 0.8.0-SNAPSHOT .................... SUCCESS [ 0.002 s] [INFO] Papyrus Model to Documentation p2 0.8.0-SNAPSHOT ... SUCCESS [ 7.286 s] [INFO] Papyrus Model to Documentation Target Definition 0.8.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.model2doc.bundles.tests 0.8.0-SNAPSHOT SUCCESS [ 0.582 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:50 min [INFO] Finished at: 2021-10-22T12:59:21Z [INFO] ------------------------------------------------------------------------ [Papyrus-Model2Doc-2021-09] $ /bin/sh -xe /tmp/jenkins3677169914271512061.sh + . source/releng-model2doc/toolkit/server/build-after.sh ++ p2UpdateSiteDir=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/releng-model2doc/category/target/repository ++ updateSite=/home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/repository ++ '[' -n '' ']' ++ buildType=N ++ COMPACT_BUILD_ID= ++ FULL_BUILD_ID=N ++ '[' -n '' ']' ++ updateZipName=Papyrus-Model2Doc-Update-N.zip ++ zipName=Papyrus-Model2Doc.zip ++ rm -rf tmp ++ mkdir -p tmp/N ++ rm -rf /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/repository ++ mv /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/source/releng-model2doc/category/target/repository /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/repository ++ cd /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/repository ++ zip -r Papyrus-Model2Doc-Update-N.zip artifacts.jar artifacts.xml.xz buildinfo.json content.jar content.xml.xz features p2.index plugins adding: artifacts.jar (deflated 0%) adding: artifacts.xml.xz (stored 0%) adding: buildinfo.json (deflated 52%) adding: content.jar (deflated 10%) adding: content.xml.xz (stored 0%) adding: features/ (stored 0%) adding: features/org.eclipse.papyrus.model2doc.dev.feature_0.8.0.202110221253.jar (deflated 2%) adding: features/org.eclipse.papyrus.model2doc.feature_0.8.0.202110221253.jar (deflated 2%) adding: features/org.eclipse.papyrus.model2doc.uml.feature.source_0.8.0.202110221253.jar (deflated 8%) adding: features/org.eclipse.papyrus.model2doc.uml.feature_0.8.0.202110221253.jar (deflated 2%) adding: features/org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature_0.8.0.202110221253.jar (deflated 2%) adding: features/org.eclipse.papyrus.model2doc.integration.ieee.sysml14.odt.feature.source_0.8.0.202110221253.jar (deflated 9%) adding: features/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.feature_0.8.0.202110221253.jar (deflated 2%) adding: features/org.eclipse.papyrus.model2doc.gmf.feature_0.8.0.202110221253.jar (deflated 2%) adding: features/org.eclipse.papyrus.model2doc.dev.feature.source_0.8.0.202110221253.jar (deflated 8%) adding: features/org.eclipse.papyrus.model2doc.integration.feature_0.8.0.202110221253.jar (deflated 2%) adding: features/org.eclipse.papyrus.model2doc.feature.source_0.8.0.202110221253.jar (deflated 8%) adding: features/org.eclipse.papyrus.model2doc.gmf.feature.source_0.8.0.202110221253.jar (deflated 8%) adding: features/org.eclipse.papyrus.model2doc.integration.feature.source_0.8.0.202110221253.jar (deflated 8%) adding: p2.index (deflated 35%) adding: plugins/ (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.gmf.template2structure_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.gmf.template2structure_0.8.0.202110221253.jar (deflated 28%) adding: plugins/org.eclipse.papyrus.model2doc.emf.template2document_0.8.0.202110221253.jar (deflated 29%) adding: plugins/org.eclipse.papyrus.model2doc.emf.template2document_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit_0.8.0.202110221253.jar (deflated 20%) adding: plugins/org.eclipse.papyrus.model2doc.gmf.template2structure.source_0.8.0.202110221253.jar (deflated 25%) adding: plugins/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties_0.8.0.202110221253.jar (deflated 38%) adding: plugins/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration.source_0.8.0.202110221253.jar (deflated 19%) adding: plugins/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties_0.8.0.202110221253.jar (deflated 34%) adding: plugins/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.odt.lib.source_0.8.0.202110221253.jar (deflated 32%) adding: plugins/org.eclipse.papyrus.model2doc.core.styles.edit.source_0.8.0.202110221253.jar (deflated 19%) adding: plugins/org.eclipse.papyrus.model2doc.integration.uml.architecture.source_0.8.0.202110221253.jar (deflated 36%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.editor.source_0.8.0.202110221253.jar (deflated 9%) adding: plugins/org.eclipse.papyrus.model2doc.odt_0.8.0.202110221253.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.papyrus.model2doc.odt_0.8.0.202110221253.jar (deflated 12%) adding: plugins/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture.source_0.8.0.202110221253.jar (deflated 41%) adding: plugins/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture.source_0.8.0.202110221253.jar (deflated 42%) adding: plugins/org.eclipse.papyrus.model2doc.core.author_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.core.author_0.8.0.202110221253.jar (deflated 19%) adding: plugins/org.eclipse.papyrus.model2doc.core.builtintypes.edit_0.8.0.202110221253.jar (deflated 18%) adding: plugins/org.eclipse.papyrus.model2doc.core.builtintypes.edit_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui_0.8.0.202110221253.jar (deflated 28%) adding: plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.source_0.8.0.202110221253.jar (deflated 20%) adding: plugins/org.eclipse.papyrus.model2doc.integration.core.author.properties_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.core.author.properties_0.8.0.202110221253.jar (deflated 37%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture_0.8.0.202110221253.jar (deflated 33%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.core.author.properties.source_0.8.0.202110221253.jar (deflated 32%) adding: plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2document_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2document_0.8.0.202110221253.jar (deflated 36%) adding: plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.source_0.8.0.202110221253.jar (deflated 16%) adding: plugins/org.eclipse.papyrus.model2doc.core.author.edit.source_0.8.0.202110221253.jar (deflated 22%) adding: plugins/org.eclipse.papyrus.model2doc.emf.template2structure.source_0.8.0.202110221253.jar (deflated 20%) adding: plugins/org.eclipse.papyrus.model2doc.core.author.edit_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.doc_0.8.0.202110221253.jar (deflated 1%) adding: plugins/org.eclipse.papyrus.model2doc.core.author.edit_0.8.0.202110221253.jar (deflated 27%) adding: plugins/org.eclipse.papyrus.model2doc.doc_0.8.0.202110221253.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.papyrus.model2doc.core.builtintypes.source_0.8.0.202110221253.jar (deflated 14%) adding: plugins/org.eclipse.papyrus.model2doc.core.styledstring_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.core.styledstring_0.8.0.202110221253.jar (deflated 30%) adding: plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit.source_0.8.0.202110221253.jar (deflated 25%) adding: plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit_0.8.0.202110221253.jar (deflated 25%) adding: plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer_0.8.0.202110221253.jar (deflated 31%) adding: plugins/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties.source_0.8.0.202110221253.jar (deflated 36%) adding: plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate_0.8.0.202110221253.jar (deflated 12%) adding: plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate_0.8.0.202110221253.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties_0.8.0.202110221253.jar (deflated 38%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture_0.8.0.202110221253.jar (deflated 31%) adding: plugins/org.eclipse.papyrus.model2doc.core.builtintypes_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.core.builtintypes_0.8.0.202110221253.jar (deflated 13%) adding: plugins/org.eclipse.papyrus.model2doc.emf.template2structure_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.emf.template2structure_0.8.0.202110221253.jar (deflated 17%) adding: plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit_0.8.0.202110221253.jar (deflated 31%) adding: plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.docx.emf.structure2document_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.docx.emf.structure2document_0.8.0.202110221253.jar (deflated 36%) adding: plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration_0.8.0.202110221253.jar (deflated 18%) adding: plugins/org.eclipse.papyrus.model2doc.odt.emf.template2pdf.source_0.8.0.202110221253.jar (deflated 30%) adding: plugins/org.eclipse.papyrus.model2doc.core.styledstring.source_0.8.0.202110221253.jar (deflated 28%) adding: plugins/org.eclipse.papyrus.model2doc.core.builtintypes.edit.source_0.8.0.202110221253.jar (deflated 14%) adding: plugins/org.eclipse.papyrus.model2doc.docx.emf.structure2document.source_0.8.0.202110221253.jar (deflated 38%) adding: plugins/org.eclipse.papyrus.model2doc.docx_0.8.0.202110221253.jar (deflated 0%) adding: plugins/org.eclipse.papyrus.model2doc.docx_0.8.0.202110221253.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.source_0.8.0.202110221253.jar (deflated 20%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit.source_0.8.0.202110221253.jar (deflated 19%) adding: plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit_0.8.0.202110221253.jar (deflated 28%) adding: plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit.source_0.8.0.202110221253.jar (deflated 32%) adding: plugins/org.eclipse.papyrus.model2doc.core.styles_0.8.0.202110221253.jar (deflated 16%) adding: plugins/org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties.source_0.8.0.202110221253.jar (deflated 33%) adding: plugins/org.eclipse.papyrus.model2doc.dev.tools.source_0.8.0.202110221253.jar (deflated 18%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate_0.8.0.202110221253.jar (deflated 12%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate_0.8.0.202110221253.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.papyrus.model2doc.emf.structure2document.source_0.8.0.202110221253.jar (deflated 26%) adding: plugins/org.eclipse.papyrus.model2doc.core.styles.edit_0.8.0.202110221253.jar (deflated 23%) adding: plugins/org.eclipse.papyrus.model2doc.core.styles.edit_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.core.author.source_0.8.0.202110221253.jar (deflated 18%) adding: plugins/org.eclipse.papyrus.model2doc.core.styles_0.8.0.202110221253.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.edit_0.8.0.202110221253.jar (deflated 18%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.edit_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture_0.8.0.202110221253.jar (deflated 19%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation_0.8.0.202110221253.jar (deflated 27%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties.source_0.8.0.202110221253.jar (deflated 28%) adding: plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.source_0.8.0.202110221253.jar (deflated 20%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.source_0.8.0.202110221253.jar (deflated 15%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit_0.8.0.202110221253.jar (deflated 18%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate_0.8.0.202110221253.jar (deflated 20%) adding: plugins/org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties_0.8.0.202110221253.jar (deflated 39%) adding: plugins/org.eclipse.papyrus.model2doc.integration.gmf.template2structure.source_0.8.0.202110221253.jar (deflated 27%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.editor_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.editor_0.8.0.202110221253.jar (deflated 16%) adding: plugins/org.eclipse.papyrus.model2doc.uml.template2structure.source_0.8.0.202110221253.jar (deflated 23%) adding: plugins/org.eclipse.papyrus.model2doc.core.source_0.8.0.202110221253.jar (deflated 26%) adding: plugins/org.eclipse.papyrus.model2doc.uml.template2structure_0.8.0.202110221253.jar (deflated 22%) adding: plugins/org.eclipse.papyrus.model2doc.uml.template2structure_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements.source_0.8.0.202110221253.jar (deflated 19%) adding: plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf_0.8.0.202110221253.jar (deflated 33%) adding: plugins/org.eclipse.papyrus.model2doc.core.styles.source_0.8.0.202110221253.jar (deflated 17%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit_0.8.0.202110221253.jar (deflated 31%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.nattable.template2structure_0.8.0.202110221253.jar (deflated 25%) adding: plugins/org.eclipse.papyrus.model2doc.integration.nattable.template2structure_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.doc.source_0.8.0.202110221253.jar (deflated 1%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties.source_0.8.0.202110221253.jar (deflated 35%) adding: plugins/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties_0.8.0.202110221253.jar (deflated 41%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.source_0.8.0.202110221253.jar (deflated 24%) adding: plugins/org.eclipse.papyrus.model2doc.gmf.template2structure_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.gmf.template2structure_0.8.0.202110221253.jar (deflated 26%) adding: plugins/org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit.source_0.8.0.202110221253.jar (deflated 20%) adding: plugins/org.eclipse.papyrus.model2doc.docx.source_0.8.0.202110221253.jar (deflated 17%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit.source_0.8.0.202110221253.jar (deflated 27%) adding: plugins/org.apache.xmlbeans.source_3.1.0.v20200922-1359.jar (deflated 15%) adding: plugins/org.eclipse.papyrus.model2doc.dev.tools_0.8.0.202110221253.jar (deflated 18%) adding: plugins/org.eclipse.papyrus.model2doc.dev.tools_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2pdf.source_0.8.0.202110221253.jar (deflated 32%) adding: plugins/org.eclipse.papyrus.model2doc.integration.nattable.template2structure.source_0.8.0.202110221253.jar (deflated 23%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructure_0.8.0.202110221253.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructure_0.8.0.202110221253.jar (deflated 13%) adding: plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate_0.8.0.202110221253.jar (deflated 18%) adding: plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit.source_0.8.0.202110221253.jar (deflated 30%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.source_0.8.0.202110221253.jar (deflated 10%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor_0.8.0.202110221253.jar (deflated 17%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate_0.8.0.202110221253.jar (deflated 19%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructure.edit.source_0.8.0.202110221253.jar (deflated 16%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.source_0.8.0.202110221253.jar (deflated 38%) adding: plugins/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit.source_0.8.0.202110221253.jar (deflated 21%) adding: plugins/org.eclipse.papyrus.model2doc.integration.uml.architecture_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.uml.architecture_0.8.0.202110221253.jar (deflated 38%) adding: plugins/org.apache.commons.compress.source_1.19.0.v20200106-2343.jar (deflated 7%) adding: plugins/org.eclipse.papyrus.model2doc.emf.template2document.source_0.8.0.202110221253.jar (deflated 28%) adding: plugins/org.eclipse.papyrus.model2doc.odt.lib_0.8.0.202110221253.jar (deflated 0%) adding: plugins/org.eclipse.papyrus.model2doc.odt.lib_0.8.0.202110221253.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.papyrus.model2doc.emf.structure2document_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.emf.structure2document_0.8.0.202110221253.jar (deflated 25%) adding: plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit_0.8.0.202110221253.jar (deflated 29%) adding: plugins/org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.apache.xmlbeans_3.1.0.v20200922-1359.jar (deflated 15%) adding: plugins/org.eclipse.papyrus.model2doc.odt.emf.template2pdf_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.odt.emf.template2pdf_0.8.0.202110221253.jar (deflated 30%) adding: plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml14.odt.architecture.source_0.8.0.202110221253.jar (deflated 35%) adding: plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements_0.8.0.202110221253.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.ieee.requirements_0.8.0.202110221253.jar (deflated 17%) adding: plugins/org.eclipse.papyrus.model2doc.odt.source_0.8.0.202110221253.jar (deflated 15%) adding: plugins/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture_0.8.0.202110221253.jar (deflated 32%) adding: plugins/org.eclipse.papyrus.model2doc.integration.docx.uml.architecture_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types_0.8.0.202110221253.jar (deflated 40%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture.source_0.8.0.202110221253.jar (deflated 31%) adding: plugins/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.source_0.8.0.202110221253.jar (deflated 15%) adding: plugins/org.apache.xmlbeans_3.1.0.v20200922-1359.jar.pack.gz (deflated 0%) adding: plugins/org.eclipse.papyrus.model2doc.core_0.8.0.202110221253.jar (deflated 33%) adding: plugins/org.eclipse.papyrus.model2doc.core_0.8.0.202110221253.jar.pack.gz (stored 0%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer.source_0.8.0.202110221253.jar (deflated 32%) adding: plugins/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui.source_0.8.0.202110221253.jar (deflated 28%) adding: plugins/org.eclipse.papyrus.model2doc.odt.emf.structure2document.source_0.8.0.202110221253.jar (deflated 33%) adding: plugins/org.apache.commons.compress_1.19.0.v20200106-2343.jar (deflated 11%) adding: plugins/org.apache.commons.compress_1.19.0.v20200106-2343.jar.pack.gz (deflated 0%) ++ mv /home/jenkins/agent/workspace/Papyrus-Model2Doc-2021-09/repository/Papyrus-Model2Doc-Update-N.zip tmp/N ++ cd tmp ++ zip -r Papyrus-Model2Doc.zip N adding: N/ (stored 0%) adding: N/Papyrus-Model2Doc-Update-N.zip (stored 0%) ++ mv tmp/Papyrus-Model2Doc.zip . Terminating xvnc. Archiving artifacts Recording test results No test report files were found. Configuration error? None of the test reports contained any result [Checks API] No suitable checks publisher found. Finished: SUCCESS