Started by user vincent lorenzo Running as vincent lorenzo Agent centos-7-0v5bs 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-0v5bs" namespace: "papyrus" 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-0v5bs" - 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-0v5bs" - 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.13" 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-0v5bs (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/Papyrus-Model2Doc 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/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 2.36.1' > git fetch --tags --force --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/master^{commit} # timeout=10 Checking out Revision 527485fdf03567fde1f9873acc7ea112a8babd49 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 527485fdf03567fde1f9873acc7ea112a8babd49 # timeout=10 Commit message: "[Releng] Update target platform for Papyrus/Eclipse 2022/06" > git rev-list --no-walk 52928490d329b4a7d03a82263e1baa05d0416e5f # timeout=10 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] $ Xvnc -help Starting xvnc [Papyrus-Model2Doc] $ Xvnc :13 -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 Jun 24 15:31:55 2022 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5913 vncext: created VNC server for screen 0 [Papyrus-Model2Doc] $ /opt/tools/apache-maven/latest/bin/mvn -f source/pom.xml -DSIGN=false -DBUILD_ALIAS= -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Model2Doc/.repository clean verify Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.feature:0.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/features/org.eclipse.papyrus.model2doc.feature/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from https://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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/features/org.eclipse.papyrus.model2doc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.feature:0.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/features/org.eclipse.papyrus.model2doc.gmf.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.gmf.feature:0.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/features/org.eclipse.papyrus.model2doc.tests.bundles.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.tests.bundles.feature:0.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/features/org.eclipse.papyrus.model2doc.tests.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.tests.feature:0.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.sysml16.odt.feature:0.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml16.odt.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.ieee.sysml16.odt.feature:0.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml16.odt.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.ieee.sysml16.odt.feature:0.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/features/org.eclipse.papyrus.model2doc.integration.ieee.sysml16.odt.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus-model2doc:org.eclipse.papyrus.model2doc.integration.feature:0.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/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/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/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/source/plugins/core/org.eclipse.papyrus.model2doc.core/pom.xml [INFO] Fetching 202206151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-06/ (63B) [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.89MB) [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.41MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.27kB) [INFO] Fetching org.eclipse.osgi_3.18.0.v20220516-2155.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.46MB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.41kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (703.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (411.93kB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (126.4kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (81.45kB) [INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220507-1208.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (360.94kB) [INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220507-1208.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (5.58MB) [INFO] Fetching org.eclipse.ant.core_3.6.400.v20220317-1003.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (107.39kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.25.0.v20220506-1157.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.87kB) [INFO] Fetching org.eclipse.compare.core_3.7.0.v20220513-0551.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (67.45kB) [INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (114.56kB) [INFO] Fetching org.eclipse.equinox.common_3.16.100.v20220315-2327.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.55kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (100.02kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.0.v20220503-1634.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (133.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (194.4kB) [INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (287.81kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.12kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.100.v20220506-1404.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (293.55kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.400.v20220419-0658.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.85kB) [INFO] Fetching org.eclipse.core.jobs_3.13.0.v20220512-1935.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (109.25kB) [INFO] Fetching org.eclipse.core.resources_3.17.0.v20220517-0751.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (891.43kB) [INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.14kB) [INFO] Fetching org.eclipse.debug.core_3.19.100.v20220324-0630.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (397.87kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/plugins/ (215.67kB) [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308... [INFO] Fetching org.eclipse.swt_3.120.0.v20220530-1036.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.200.v20220512-1957.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.47kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.10.0.v20220430-0424.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (55.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.200.v20220513-1235.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.65kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.14kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.300.v20220503-2248.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.48kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.03kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching 2.30&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ (63B) [INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (399.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (399.08kB) [INFO] Unpacking org.eclipse.emf.ecore_2.27.0.v20220426-0617... [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.85kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.31kB) [INFO] Fetching org.eclipse.jface_3.26.0.v20220513-0449.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (213.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.500.v20220511-1639.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (201.76kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (56.73kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.100.v20220331-0744.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (395.31kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (260.38kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (39.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (39.64kB) [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 https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (86.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (86.07kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.500.v20220511-1638.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (250.33kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.500.v20220506-1520.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (147.64kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.9kB) [INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (118kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (118kB) [INFO] Unpacking org.eclipse.emf.common_2.25.0.v20220325-0806... [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (61.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (61.75kB) [INFO] Unpacking org.eclipse.emf.common.ui_2.20.0.v20220226-1304... [INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (432.55kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (63.24kB) [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/2022-06/202206151000/plugins/ (63.24kB) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (98.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (98.91kB) [INFO] Unpacking org.eclipse.emf.edit_2.17.0.v20220201-1551... [INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.69kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.21.0.v20220226-1304... [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (105.57kB) [INFO] Fetching org.eclipse.ui.workbench_3.125.100.v20220524-1304.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.24kB) [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/2022-06/202206151000/plugins/ (20.24kB) [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/2022-06/202206151000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.74kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.5kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.200.v20220324-1313.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (360.26kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.100.v20220310-1733.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (76.94kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.100.v20220422-1806.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (174.42kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.300.v20220421-0708.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.58kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.400.v20220329-1456.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (218.83kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.07kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.100.v20220420-1427.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.89kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (242.35kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.21kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (252.96kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.200.v20220503-2330.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.95kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (117.54kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.01kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.96kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (114.21kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (190.29kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (386.74kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.jdt.core_3.30.0.v20220524-1333.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (6.69MB) [INFO] Fetching org.eclipse.jdt.debug_3.19.200.v20220430-1851.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (910.81kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (563.82kB) [INFO] Fetching org.eclipse.jface.text_3.20.100.v20220516-0819.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.42MB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.09kB) [INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.58kB) [INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.29kB) [INFO] Fetching org.eclipse.pde.core_3.15.200.v20220527-1237.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.35MB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.05kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (108.62kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (159.65kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (466.33kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.76kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (75.39kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (96.36kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.96kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (41.18kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (95.14kB) [INFO] Fetching org.eclipse.papyrus.infra.emf_4.2.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (261.9kB) [INFO] Fetching org.eclipse.papyrus.infra.tools_4.2.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (136.76kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/plugins/ (11.51kB) [INFO] Unpacking org.eclipse.uml2.types_2.5.0.v20210228-1829... [INFO] Fetching org.eclipse.papyrus.infra.core_4.3.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (317.76kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.62kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (116.82kB) [INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (126.86kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (234.28kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (66.73kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.9kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.03kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.15kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.35kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (467.15kB) [INFO] Fetching org.eclipse.papyrus.infra.ui_3.4.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (328.45kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (107.15kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.86kB) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.33kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/plugins/ (35.18kB) [INFO] Unpacking org.eclipse.uml2.common_2.5.0.v20210228-1829... [INFO] Fetching org.eclipse.papyrus.infra.widgets_4.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (959.28kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (119.6kB) [INFO] Fetching org.eclipse.ui.ide_3.19.0.v20220511-1638.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (330.12kB) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (66.11kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.52kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/plugins/ (1.03MB) [INFO] Unpacking org.eclipse.uml2.uml_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.pde.build_3.11.200.v20220503-0921.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (491.23kB) [INFO] Fetching org.eclipse.team.core_3.9.400.v20220511-1440.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (401.02kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.120.0.v20220530-1036.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.47MB) [INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (423.11kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.120.0.v20220530-1036.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.120.0.v20220530-1036.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.15MB) [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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/source/plugins/docx/org.eclipse.papyrus.model2doc.docx/pom.xml [INFO] Fetching org.apache.commons.compress_1.21.0.v20211103-2100.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.04MB) [INFO] Fetching org.apache.xmlbeans_3.1.0.v20200922-1359.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.64MB) [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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/source/plugins/emf/org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit/pom.xml [INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.88kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.02kB) [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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements/pom.xml [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (141.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (141.47kB) [INFO] Unpacking com.google.inject_3.0.0.v201605172100... [INFO] Fetching org.apache.batik.anim_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (518.07kB) [INFO] Fetching org.apache.batik.dom.svg_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (250.71kB) [INFO] Fetching org.apache.batik.dom_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (201.99kB) [INFO] Fetching org.apache.batik.awt.util_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (445.67kB) [INFO] Fetching org.apache.batik.parser_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.39kB) [INFO] Fetching org.apache.batik.bridge_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (728.18kB) [INFO] Fetching org.apache.batik.gvt_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (208.05kB) [INFO] Fetching org.apache.batik.script_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.03kB) [INFO] Fetching org.apache.batik.xml_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.81kB) [INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.13MB) [INFO] Fetching org.apache.batik.codec_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (125.46kB) [INFO] Fetching org.apache.batik.transcoder_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (143.2kB) [INFO] Fetching org.apache.batik.ext_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (22.78kB) [INFO] Fetching org.apache.batik.svggen_1.14.0.v20210324-0332.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (246.14kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (300.96kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (45.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (45.51kB) [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.92kB) [INFO] Fetching org.eclipse.emf.databinding_1.6.0.v20220516-1117.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (32.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding_1.6.0.v20220516-1117.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (32.38kB) [INFO] Unpacking org.eclipse.emf.databinding_1.6.0.v20220516-1117... [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308... [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (257.06kB) [INFO] Fetching org.eclipse.ui.console_3.11.200.v20220324-0630.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (208.46kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.500.v20220331-0848.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (688.72kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (120.46kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.81kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (100.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (76.16kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (133.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (93.42kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.64kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (49.28kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (218.67kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (90.08kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (137.49kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.07kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (198.29kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (215.8kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.87kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.04kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (123.7kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (318.59kB) [INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.7.v20220605-1149.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.06MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20220605-1149.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (68.36kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20220605-1149.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (870.19kB) [INFO] Fetching org.eclipse.ocl.ecore_3.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (383.83kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20220605-1149.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (143.94kB) [INFO] Fetching org.eclipse.ocl_3.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.6.v20220605-1149.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (77.17kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/plugins/ (53.45kB) [INFO] Unpacking lpg.runtime.java_2.0.17.v201004271640... [INFO] Fetching org.eclipse.ocl.common_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.28kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.04kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.43kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (162.76kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.17kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.33kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.78kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (193.55kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (27.93kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (30.9kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture_3.2.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (302.72kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.41kB) [INFO] Fetching org.eclipse.xtend.lib_2.27.0.v20220530-0353.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (109.91kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (57.85kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (62.82kB) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (77.45kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/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.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.58kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.89kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.73kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (272.96kB) [INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (109.85kB) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (100.94kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/plugins/ (171.86kB) [INFO] Unpacking org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.26kB) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.13kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (74.68kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (59.62kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.3.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1,008.08kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (57.3kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.01kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (99.37kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.02kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (302.54kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.51kB) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.24kB) [INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.34kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.100.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (142.43kB) [INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.91kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (67.92kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (119.07kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (79.43kB) [INFO] Fetching org.eclipse.papyrus.infra.properties_4.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (214.12kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (267.04kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (116.32kB) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (124.03kB) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.85kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.63kB) [INFO] Fetching org.eclipse.xwt_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (178.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xwt_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (178.19kB) [INFO] Unpacking org.eclipse.xwt_1.6.0.202105260718... [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.58kB) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.15kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.73kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (49.96kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.86kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types_5.2.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (517.82kB) [INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.87kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.91MB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (223.68kB) [INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (302.16kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (129.5kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/plugins/ (65.24kB) [INFO] Unpacking org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (307.6kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/plugins/ (37.64kB) [INFO] Unpacking org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/plugins/ (12.83kB) [INFO] Unpacking org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (95.65kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.27.0.v20220530-0353.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (162.36kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.27.0.v20220530-0353.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (77.87kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.plugins.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (898.68kB) [INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (802.8kB) [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.17kB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.92kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (367.61kB) [INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (358.42kB) [INFO] Fetching org.eclipse.compare_3.8.400.v20220420-1133.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (804.82kB) [INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (618.79kB) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (128.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (128.92kB) [INFO] Unpacking org.eclipse.emf.codegen_2.22.0.v20210420-0623... [INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (422.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (422.85kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617... [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.48kB) [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/2022-06/202206151000/plugins/ (39.48kB) [INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.68kB) [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/2022-06/202206151000/plugins/ (46.68kB) [INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.82kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (74.19kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202204130739.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (245.89kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.16kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.200.v20220502-1514.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (341.31kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.100.v20220329-1353.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (468.75kB) [INFO] Fetching org.eclipse.team.ui_3.9.300.v20220420-1133.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (157.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.58kB) [INFO] Fetching org.eclipse.wb.core.lib_1.9.1.202203170939.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (6.39MB) [INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (226.18kB) [INFO] Fetching org.eclipse.xtext_2.27.0.v20220530-0355.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.62MB) [INFO] Fetching org.eclipse.xtext.util_2.27.0.v20220530-0355.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (307.81kB) [INFO] Fetching org.eclipse.ocl.pivot_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.34MB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (247.88kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/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/2022-06/202206151000/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/2022-06/202206151000/plugins/ (243.5kB) [INFO] Unpacking org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.ocl.xtext.base_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (574.36kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (386.19kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (688.69kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (108.12kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.100.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.2MB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (283.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (49.6kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (105.69kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (85.87kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.100.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_5.0.100.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (252.92kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (127.81kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (247.04kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (48.09kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (34.76kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (122.55kB) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.97kB) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (74.28kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.12kB) [INFO] Fetching org.eclipse.papyrus.sysml16.architecture_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (40.12kB) [INFO] Fetching org.eclipse.papyrus.sysml16_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (431.45kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_7.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.51MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_6.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (546.73kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (609.06kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.98MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.papyrus.sysml16.nattable.requirement_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (20.7kB) [INFO] Fetching org.eclipse.papyrus.sysml16.nattable.allocation_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (19.04kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.100.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (264.81kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.88kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.93kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.71kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.98kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (44.29kB) [INFO] Fetching org.eclipse.papyrus.sysml16.diagram.common_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (94.09kB) [INFO] Fetching org.eclipse.papyrus.sysml16.diagram.internalblock_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (21.93kB) [INFO] Fetching org.eclipse.papyrus.sysml16.diagram.parametric_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (41.97kB) [INFO] Fetching org.eclipse.papyrus.sysml16.diagram.requirement_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (17.26kB) [INFO] Fetching org.eclipse.papyrus.sysml16.diagram.blockdefinition_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (31.59kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.35MB) [INFO] Fetching org.eclipse.papyrus.sysml16.service.types_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (85.73kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (160.08kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (87.76kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (979.21kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (98.59kB) [INFO] Fetching org.eclipse.papyrus.sysml16.modelexplorer_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (15.1kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (249.88kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.68kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_6.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (488.95kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (584.5kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (488.4kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (599.45kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (172.29kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.100.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (240.41kB) [INFO] Fetching org.eclipse.papyrus.uml.profile_4.2.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (217.32kB) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (223.82kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.6kB) [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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit/pom.xml [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.8kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (44.59kB) [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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/source/plugins/integration/org.eclipse.papyrus.model2doc.integration.odt.uml.architecture/pom.xml [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (122.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (122.3kB) [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... [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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/source/tests/core/org.eclipse.papyrus.model2doc.core.author.tests/pom.xml [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/source/tests/core/org.eclipse.papyrus.model2doc.core.author.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.1200.v20220312-1450.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.65kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (421.77kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.400.v20220502-1523.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.08kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (65.43kB) [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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/source/tests/emf/org.eclipse.papyrus.model2doc.emf.template2structure.tests/pom.xml [INFO] Fetching org.eclipse.debug.ui_3.16.100.v20220526-0826.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.97MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.100.v20220513-2002.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.94MB) [INFO] Fetching org.eclipse.jdt.ui_3.26.100.v20220516-1138.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.18MB) [INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (489.96kB) [INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.39kB) [INFO] Fetching org.eclipse.papyrus.junit.framework_2.2.0.202205251048.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-06/6.2.0/toolsmiths/plugins/ (75.21kB) [INFO] Fetching org.eclipse.papyrus.junit.utils_3.2.0.202205251048.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/2022-06/6.2.0/toolsmiths/plugins/ (220.62kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.92kB) [INFO] Fetching org.eclipse.xtext.ui_2.27.0.v20220530-0416.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.88MB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.29kB) [INFO] Fetching org.eclipse.xtext.ide_2.27.0.v20220530-0355.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (489.48kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.tests.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/tests/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.tests.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/tests/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.tests.integration-ieee:org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/tests/integration/ieee/org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture.tests/pom.xml [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (253.01kB) [INFO] Fetching io.github.classgraph_4.8.138.v20211212-1642.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (590.15kB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (81.03kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (33.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking javax.el_2.2.0.v201303151357... [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.65kB) [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158... [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.96MB) [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (64.23kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.67MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.33MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.45MB) [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.93kB) [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/2022-06/202206151000/plugins/ (32.93kB) [INFO] Unpacking org.eclipse.emf.ant_2.11.0.v20200324-0723... [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.30.0.v20220313-0955.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.30.0.v20220313-0955.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.69kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore.ui_2.30.0.v20220313-0955... [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.08kB) [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/2022-06/202206151000/plugins/ (32.08kB) [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/2022-06/202206151000/plugins/ (42.48kB) [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/2022-06/202206151000/plugins/ (42.48kB) [INFO] Unpacking org.eclipse.emf.importer_2.12.0.v20190321-1539... [INFO] Fetching org.eclipse.emf.mwe.core_1.7.0.v20220519-1115.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (193.98kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.13.0.v20220519-1115.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.4kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.7.0.v20220519-1115.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.19kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.13.0.v20220519-1115.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (230.3kB) [INFO] Fetching org.eclipse.xtext.common.types_2.27.0.v20220530-0402.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (501.04kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.13.0.v20220519-1115.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.93kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.6kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (27.33kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.help.base_4.3.700.v20220607-0700.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (434.45kB) [INFO] Fetching org.eclipse.help.webapp_3.10.700.v20220510-1941.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (738.63kB) [INFO] Fetching org.eclipse.ocl.common.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (27.97kB) [INFO] Fetching org.eclipse.ocl.examples.debug_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (86.14kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (411.61kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (413.46kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (217.1kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (79.15kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (150.29kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (163.18kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.54kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (99.38kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (204.53kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.65kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.27.0.v20220530-0416.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (62.36kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (280.41kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (311.21kB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (216.7kB) [INFO] Fetching org.eclipse.xtext.builder_2.27.0.v20220530-0416.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (393.86kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (401.14kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.5kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.27.0.v20220530-0416.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (134.95kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (181.34kB) [INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.76kB) [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.49kB) [INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.81MB) [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (286.35kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (187.98kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (5.24MB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (446.04kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (185.09kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (5.2MB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (380.01kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (636.18kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (876.54kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (173.51kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.09MB) [INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (465.6kB) [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.24MB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.06MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.1MB) [INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.11kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (61.09kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (892.86kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (4.59MB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.19MB) [INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.79MB) [INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.1kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (90.96kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (157.72kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (514.61kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (472.1kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (335.02kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (129.71kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (578.43kB) [INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.66kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (85.29kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (49.21kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (756.42kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder.doc_1.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (611.35kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.types.doc_1.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (397.41kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.49MB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (73.57kB) [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.11kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.63kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.89kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (224.49kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (156.16kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (120.81kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (374.27kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (27.98kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.88kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (114.98kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (163.82kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (83.32kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (55.34kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (291.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.9kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (34.22kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (41.87kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.56kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.85kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (143.4kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.98kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (143.1kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (34.74kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.25kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.54kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.4kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (126.12kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.13kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (56.28kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (119.05kB) [INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.92kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.78kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (30.13kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (210.18kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (135.55kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (64.6kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (75.78kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.39kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.38kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (65.24kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (134.9kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (345.92kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (167.71kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.86kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.49kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (208.59kB) [INFO] Fetching org.eclipse.xtext.generator_2.27.0.v20220530-0402.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (856.55kB) [INFO] Fetching org.eclipse.xtext.xbase_2.27.0.v20220530-0402.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.46MB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.27.0.v20220530-0416.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (258.74kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (57.19kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.67kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (30.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.74kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.87kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.57kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (41.17kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (53.54kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.72kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.2kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.98kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.07kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.06kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.52kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (605.01kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.35kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (181kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.13kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.01kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (83.16kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (29.97kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.100.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (103.79kB) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.25kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.48kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (67.48kB) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.42kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.6kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.66kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (321.78kB) [INFO] Fetching org.eclipse.papyrus.sdk_6.2.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.64kB) [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.36MB) [INFO] Fetching org.eclipse.papyrus.sysml16.edit_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (199.32kB) [INFO] Fetching org.eclipse.papyrus.sysml16.ui_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (111.01kB) [INFO] Fetching org.eclipse.papyrus.sysml16.validation_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (183.08kB) [INFO] Fetching org.eclipse.papyrus.sysml16.nattable.common_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (23.91kB) [INFO] Fetching org.eclipse.papyrus.sysml16.nattable.ui_2.0.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/plugins/ (42.75kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (201.68kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (178.85kB) [INFO] Fetching org.eclipse.papyrus.uml.properties_4.1.100.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (823.74kB) [INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (34.06kB) [INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.44MB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.93kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.98kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (407.96kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (64.32kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (394.86kB) [INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.85kB) [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.53kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (145.12kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (56.07kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.51kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.95kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (112.04kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (29.38kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (73.67kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (334.27kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.05kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.48kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.15kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.8kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.16kB) [INFO] Fetching org.eclipse.ui.intro_3.6.500.v20220317-1346.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (344.71kB) [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.73kB) [INFO] Fetching org.eclipse.papyrus.uml.export_2.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (78.42kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (80.05kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.99kB) [INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.51MB) [INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (38.77kB) [INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.23kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (166.62kB) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.84kB) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.8kB) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.23kB) [INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.05kB) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.57kB) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (22.67kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.6kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.94kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.11kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.7kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.01kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (60.78kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.91kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.58kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (64.1kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (29.82kB) [INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (60.64kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.6kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (170.44kB) [INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.24kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (78.52kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (94.57kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (56.99kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (49.45kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.06kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.08kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.84kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (76.53kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (53.86kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (160.09kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (87.85kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (190.29kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (87.58kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.28kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (65.07kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (117.45kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (66.29kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.1kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (190.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (88.04kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (117.09kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (310.23kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (386.69kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.31kB) [INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.28kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.39kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.8kB) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.75kB) [INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.03kB) [INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/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/2022-06/202206151000/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/2022-06/202206151000/plugins/ (16.29kB) [INFO] Unpacking org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829... [INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/plugins/ (11.08kB) [INFO] Unpacking org.eclipse.uml2.doc_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/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/2022-06/202206151000/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/2022-06/202206151000/plugins/ (183.08kB) [INFO] Unpacking org.eclipse.uml2.examples.uml.ui_5.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/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/2022-06/202206151000/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/2022-06/202206151000/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/2022-06/202206151000/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/2022-06/202206151000/plugins/ (27.02kB) [INFO] Unpacking org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210228-1829... [INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/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/2022-06/202206151000/plugins/ (10.01kB) [INFO] Unpacking org.eclipse.uml2.sdk_5.5.2.v20210228-1829... [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (228.7kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (535.07kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (64.36kB) [INFO] Fetching org.eclipse.xtext.smap_2.27.0.v20220530-0402.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.99kB) [INFO] Fetching org.objectweb.asm_9.3.0.v20220409-0157.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.86kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.27.0.v20220530-0416.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (250kB) [INFO] Fetching org.eclipse.xtext.ecore_2.27.0.v20220530-0402.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.81kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.27.0.v20220530-0355.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (969.14kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.27.0.v20220530-0416.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (195.42kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.27.0.v20220530-0416.jar from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (134.64kB) [INFO] Fetching org.eclipse.xwt.css_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (10.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xwt.css_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (10.13kB) [INFO] Unpacking org.eclipse.xwt.css_1.6.0.202105260718... [INFO] Fetching org.eclipse.xwt.emf_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xwt.emf_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.93kB) [INFO] Unpacking org.eclipse.xwt.emf_1.6.0.202105260718... [INFO] Fetching org.eclipse.xwt.pde_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xwt.pde_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.29kB) [INFO] Unpacking org.eclipse.xwt.pde_1.6.0.202105260718... [INFO] Fetching org.eclipse.xwt.xml_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (9.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xwt.xml_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (9.91kB) [INFO] Unpacking org.eclipse.xwt.xml_1.6.0.202105260718... [INFO] Fetching org.eclipse.xwt.forms_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xwt.forms_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.08kB) [INFO] Unpacking org.eclipse.xwt.forms_1.6.0.202105260718... [INFO] Fetching org.pushingpixels.trident_1.2.0.v201305152020.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.pushingpixels.trident_1.2.0.v201305152020.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.25kB) [INFO] Unpacking org.pushingpixels.trident_1.2.0.v201305152020... [INFO] Fetching org.eclipse.xwt.ui.workbench_1.7.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xwt.ui.workbench_1.7.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.46kB) [INFO] Unpacking org.eclipse.xwt.ui.workbench_1.7.0.202105260718... [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.38kB) [INFO] Unpacking org.eclipse.emf_2.8.0.v20180706-1146... [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (21.4kB) [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.69kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (21.13kB) [INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.63kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.7kB) [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.79kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.72kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.73kB) [INFO] Fetching org.eclipse.papyrus.infra.feature_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (21.11kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.75kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (21.26kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.74kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.97kB) [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.87kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.1.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.98kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.62kB) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.7kB) [INFO] Fetching org.eclipse.papyrus.sdk.feature_6.2.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (21.03kB) [INFO] Fetching org.eclipse.papyrus.sysml16.feature_2.2.0.202206231337.jar from https://download.eclipse.org/modeling/mdt/papyrus/components/sysml16/releases/2.2.0_b/p2/features/ (20.97kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.7kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.6kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.72kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (21.06kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.69kB) [INFO] Fetching org.eclipse.papyrus.uml.feature_5.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (21.14kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.67kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.65kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.86kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.62kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.98kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.65kB) [INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.63kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.67kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.65kB) [INFO] Fetching org.eclipse.papyrus.views.feature_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.63kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_4.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.69kB) [INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.7kB) [INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.63kB) [INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.6kB) [INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202205251022.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (20.65kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (31.96kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (31.95kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (31.93kB) [INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (31.79kB) [INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (31.86kB) [INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (32.08kB) [INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (31.92kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (31.92kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (32.01kB) [INFO] Fetching org.eclipse.xwt.feature_1.6.0.202105260718.jar from http://download.eclipse.org/releases/2022-06/202206151000/features/ (19.15kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.tests-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/tests/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.tests-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/tests/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.tests-integration:org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/tests/integration/org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.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/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/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/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/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/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/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/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/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/source/tests/org.eclipse.papyrus.model2doc.bundles.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.model2doc.tests-uml:org.eclipse.papyrus.model2doc.uml.template2structure.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/tests/uml/org.eclipse.papyrus.model2doc.uml.template2structure.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.model2doc.tests-uml:org.eclipse.papyrus.model2doc.uml.template2structure.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/tests/uml/org.eclipse.papyrus.model2doc.uml.template2structure.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.model2doc.tests-uml:org.eclipse.papyrus.model2doc.uml.template2structure.tests:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/tests/uml/org.eclipse.papyrus.model2doc.uml.template2structure.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.emf.documentstructuretemplate.types.tests [eclipse-test-plugin] [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.sysml16.odt.architecture [eclipse-plugin] [INFO] Papyrus-Model2Doc IEEE Requirements Documentation For SysML 1.6 Integration [eclipse-feature] [INFO] Papyrus Integration IEEE Tests [pom] [INFO] org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.model2doc.integration.uml.architecture.tests [eclipse-test-plugin] [INFO] Papyrus Model to Documentation UML Tests Plugins [pom] [INFO] org.eclipse.papyrus.model2doc.uml.template2structure.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/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/source/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc --- [INFO] [INFO] --- tycho-p2-plugin:2.4.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.100-SNAPSHOT [2/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/source/features/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc-features --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc-features --- [INFO] [INFO] --- tycho-p2-plugin:2.4.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.8.0-SNAPSHOT [3/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc.plugins --- [INFO] [INFO] --- tycho-p2-plugin:2.4.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.8.0-SNAPSHOT [4/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins.core --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc.plugins.core --- [INFO] [INFO] --- tycho-p2-plugin:2.4.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/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] The project's OSGi version is 0.8.0.202206241531 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ 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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/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:3.2.0:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles/target/org.eclipse.papyrus.model2doc.core.styles-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/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:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.model2doc.core.styles --- [INFO] No tests to run. [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/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] The project's OSGi version is 0.8.0.202206241531 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ 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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/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:3.2.0:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes/target/org.eclipse.papyrus.model2doc.core.builtintypes-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/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:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.model2doc.core.builtintypes --- [INFO] No tests to run. [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/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] The project's OSGi version is 0.8.0.202206241531 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ 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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/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:3.2.0:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration/target/org.eclipse.papyrus.model2doc.core.generatorconfiguration-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/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:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration --- [INFO] No tests to run. [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/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] The project's OSGi version is 0.8.0.202206241531 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ 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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/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:3.2.0:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/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] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/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:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit --- [INFO] No tests to run. [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/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] The project's OSGi version is 0.8.0.202206241531 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ 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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/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:3.2.0:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.author/target/org.eclipse.papyrus.model2doc.core.author-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/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:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.model2doc.core.author --- [INFO] No tests to run. [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/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core --- [INFO] The project's OSGi version is 0.8.0.202206241531 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ 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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.model2doc.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.model2doc.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core/target/org.eclipse.papyrus.model2doc.core-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core/target/org.eclipse.papyrus.model2doc.core-0.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.model2doc.core --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.model2doc.core --- [INFO] No tests to run. [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/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] The project's OSGi version is 0.8.0.202206241531 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ 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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/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:3.2.0:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.author.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.author.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.author.edit/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/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] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/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:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.model2doc.core.author.edit --- [INFO] No tests to run. [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/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] The project's OSGi version is 0.8.0.202206241531 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ 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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/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:3.2.0:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.styles.edit/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/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] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/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:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.model2doc.core.styles.edit --- [INFO] No tests to run. [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/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] The project's OSGi version is 0.8.0.202206241531 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ 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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/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:3.2.0:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.builtintypes.edit/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/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] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/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:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.model2doc.core.builtintypes.edit --- [INFO] No tests to run. [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/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] The project's OSGi version is 0.8.0.202206241531 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ 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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/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:3.2.0:resources (default-resources) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/core/org.eclipse.papyrus.model2doc.core.styledstring/target/org.eclipse.papyrus.model2doc.core.styledstring-0.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Model2Doc/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:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.model2doc.core.styledstring --- [INFO] No tests to run. [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.8.0-SNAPSHOT [15/102] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/doc/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.model2doc.plugins.doc --- [INFO] [INFO] --- tycho-source-plugin:2.4.0:feature-source (feature-source) @ org.eclipse.papyrus.model2doc.plugins.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.4.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/102] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.model2doc.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.model2doc.doc --- [INFO] The project's OSGi version is 0.8.0.202206241531 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.model2doc.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.model2doc.doc --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ 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/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.model2doc.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Model2Doc/source/plugins/doc/org.eclipse.papyrus.model2doc.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.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] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Papyrus Model2Doc 0.8.0-SNAPSHOT ................... SUCCESS [ 5.228 s] [INFO] Papyrus Model to Documentation Feature 0.8.100-SNAPSHOT SUCCESS [ 0.007 s] [INFO] Papyrus Model to Documentation Plugins 0.8.0-SNAPSHOT SUCCESS [ 0.005 s] [INFO] Papyrus Model to Documentation Core Plugins 0.8.0-SNAPSHOT SUCCESS [ 0.011 s] [INFO] org.eclipse.papyrus.model2doc.core.styles 0.8.0-SNAPSHOT SUCCESS [ 6.407 s] [INFO] org.eclipse.papyrus.model2doc.core.builtintypes 0.8.0-SNAPSHOT SUCCESS [ 0.837 s] [INFO] org.eclipse.papyrus.model2doc.core.generatorconfiguration 0.8.0-SNAPSHOT SUCCESS [ 0.586 s] [INFO] org.eclipse.papyrus.model2doc.core.generatorconfiguration.edit 0.8.0-SNAPSHOT SUCCESS [ 0.431 s] [INFO] org.eclipse.papyrus.model2doc.core.author 0.8.0-SNAPSHOT SUCCESS [ 0.286 s] [INFO] org.eclipse.papyrus.model2doc.core 0.8.0-SNAPSHOT .. SUCCESS [ 0.596 s] [INFO] org.eclipse.papyrus.model2doc.core.author.edit 0.8.0-SNAPSHOT SUCCESS [ 0.397 s] [INFO] org.eclipse.papyrus.model2doc.core.styles.edit 0.8.0-SNAPSHOT SUCCESS [ 0.558 s] [INFO] org.eclipse.papyrus.model2doc.core.builtintypes.edit 0.8.0-SNAPSHOT SUCCESS [ 0.433 s] [INFO] org.eclipse.papyrus.model2doc.core.styledstring 0.8.0-SNAPSHOT SUCCESS [ 0.215 s] [INFO] Papyrus Model to Documentation Doc Plugins 0.8.0-SNAPSHOT SUCCESS [ 0.004 s] [INFO] Papyrus-Model2Doc Doc 0.8.0-SNAPSHOT ............... FAILURE [ 0.127 s] [INFO] Papyrus Model to Documentation DOCX Plugins 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.docx 0.8.0-SNAPSHOT .. SKIPPED [INFO] Papyrus DocumentStructureTemplate plugins 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.documentstructure 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.structure2document 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.documentstructure.edit 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.template2structure 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.docx.emf.structure2document 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.documentstructure.editor 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.edit 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.generatorconfiguration.properties 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.template2document 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus Model to Documentation ODT Plugins 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.odt.lib 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.odt 0.8.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.model2doc.odt.emf.structure2document 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.odt.emf.structure2pdf 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.odt.emf.template2pdf 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus Model to Documentation 0.8.100-SNAPSHOT .... SKIPPED [INFO] Papyrus-Model2Doc Developer plugins 0.8.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.model2doc.dev.tools 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus-Model2Doc developer tools feature 0.8.100-SNAPSHOT SKIPPED [INFO] Papyrus GMF DocumentStructureTemplate plugins 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.gmf.documentstructuretemplate.edit 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.gmf.template2structure 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus Model to Documentation GMF Support 0.8.100-SNAPSHOT SKIPPED [INFO] Papyrus-Model2Doc Bundle Tests 0.8.100-SNAPSHOT .... SKIPPED [INFO] Papyrus Model to Documentation Tests Plugins 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus-Model2Doc Core Tests Plugins 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.core.author.tests 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.core.builtintypes.tests 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.core.generatorconfiguration.tests 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus Model to Documentation EMF Tests Plugins 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.documentstructure.tests 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.editor.tests 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.documentstructuretemplate.tests 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.emf.template2structure.tests 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus DocumentStructureTemplate Integration plugins 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.core.author.properties 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.core.generatorconfiguration.properties 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.ui 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.architecture 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.docx.uml.architecture 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.modelexplorer 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.properties 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.representation.edit 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus UML DocumentStructureTemplate plugins 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.uml.documentstructuretemplate 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.uml.documentstructuretemplate.edit 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.uml.template2structure 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus Model to Documentation UML Support 0.8.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.edit 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.gmf.template2structure 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus-Model2Doc Nattable Integration Plugins 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.nattable.documentstructuretemplate.edit 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.nattable.template2structure 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.uml.documentstructuretemplate.properties 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.uml.architecture 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.odt.uml.architecture 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus Model to Documentation Integration 0.8.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.gmf.documentstructuretemplate.properties 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus Model to Documentation Native GMF Integration 0.8.100-SNAPSHOT SKIPPED [INFO] Papyrus Model to Documentation Integration Tests Plugins 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.emf.documentstructuretemplate.types.tests 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.gmf.template2structure.tests 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus Model to IEEE Requirements Documentation Plugins 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.ieee.requirements 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus-Model2Doc IEEE Requirements Documentation For SysML 1.6 Integration 0.8.100-SNAPSHOT SKIPPED [INFO] Papyrus Integration IEEE Tests 0.8.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.ieee.requirements.sysml16.odt.architecture.tests 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.integration.uml.architecture.tests 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus Model to Documentation UML Tests Plugins 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.uml.template2structure.tests 0.8.0-SNAPSHOT SKIPPED [INFO] Papyrus-Model2Doc Tests 0.8.100-SNAPSHOT ........... SKIPPED [INFO] releng-model2doc 0.8.0-SNAPSHOT .................... SKIPPED [INFO] Papyrus Model to Documentation p2 0.8.0-SNAPSHOT ... SKIPPED [INFO] Papyrus Model to Documentation Target Definition 0.8.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.model2doc.bundles.tests 0.8.0-SNAPSHOT SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:14 min [INFO] Finished at: 2022-06-24T15:34:11Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.maven:3.0.29:eclipse-help (default) on project org.eclipse.papyrus.model2doc.doc: Execution default of goal org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.maven:3.0.29:eclipse-help failed: Plugin org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.maven:3.0.29 or one of its dependencies could not be resolved: Failed to collect dependencies at org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.maven:jar:3.0.29 -> org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.mediawiki:jar:3.0.29: Failed to read artifact descriptor for org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.mediawiki:jar:3.0.29: Could not transfer artifact org.eclipse.mylyn.docs:org.eclipse.mylyn.wikitext.mediawiki:pom:3.0.29 from/to org.eclipse.cbi.maven.plugins (https://repo.eclipse.org/content/repositories/cbi-releases/): transfer failed for https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.mediawiki/3.0.29/org.eclipse.mylyn.wikitext.mediawiki-3.0.29.pom, status: 502 Bad Gateway -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.papyrus.model2doc.doc Build step 'Invoke top-level Maven targets' marked build as failure Terminating xvnc. Sending e-mails to: quentin.lemenez@cea.fr vincent.lorenzo@cea.fr Archiving artifacts Recording test results No test report files were found. Configuration error? [Checks API] No suitable checks publisher found. Finished: FAILURE