Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 1c2f7d4e23a9c3decbefea70d0daff205ebd41e8 Loading library capella-pipeline-library@master Examining felixdo/capella-pipeline-library Attempting to resolve master as a branch Resolved master as branch master at revision a0d55430b15b28523d0360c2b4f2f105de4745a5 The recommended git tool is: NONE using credential github-bot > git rev-parse --resolve-git-dir /var/jenkins/workspace/capella-tools_v6.x@libs/66ade72a464f2176c2ad364a065fcf15b767b39f76efcaa43e4b7a49e8930ef1/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/felixdo/capella-pipeline-library.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/felixdo/capella-pipeline-library.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/felixdo/capella-pipeline-library.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision a0d55430b15b28523d0360c2b4f2f105de4745a5 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a0d55430b15b28523d0360c2b4f2f105de4745a5 # timeout=10 Commit message: "Use openjdk-jdk14-latest for capellaAddon" > git rev-list --no-walk a0d55430b15b28523d0360c2b4f2f105de4745a5 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-rmbdz 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-rmbdz" namespace: "capella" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.capella.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-rmbdz" - 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-rmbdz" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-capella" 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" Running on centos-7-rmbdz in /home/jenkins/agent/workspace/capella-tools_v6.x [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout addon code) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Avoid second fetch Checking out Revision 1c2f7d4e23a9c3decbefea70d0daff205ebd41e8 (refs/remotes/origin/v6.x) Cloning repository https://github.com/eclipse/capella-tools.git > git init /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-tools.git > git --version # timeout=10 > git --version # 'git version 2.36.4' > git fetch --tags --force --progress -- https://github.com/eclipse/capella-tools.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/capella-tools.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/v6.x^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c2f7d4e23a9c3decbefea70d0daff205ebd41e8 # timeout=10 Commit message: "[releng] Use latest" First time build. Skipping changelog. > git rev-list --no-walk ac3beb7d65104f1761729a8a949bcbffc26d83d7 # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.releng/capella-releng-parent.url # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git config -f .gitmodules --get submodule.releng/capella-releng-parent.path # timeout=10 [Pipeline] } > git submodule update --init --recursive --remote releng/capella-releng-parent # timeout=10 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Generate Targetplatform) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn --batch-mode --activate-profiles generate-target -f capella-tools/releng/org.polarsys.capella.tools.target/pom.xml clean install Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 14.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-14/14.0.2+12 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] -----------------< org.polarsys:capella-tools-target >------------------ [INFO] Building capella-tools-target 6.0.0-SNAPSHOT [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ capella-tools-target --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.2.0:eclipse-run (generate.target) @ capella-tools-target --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201709271000/ (142B) [INFO] Adding repository http://download.eclipse.org/releases/oxygen/201709271000 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201709271000/ (854.21kB) [INFO] Adding repository http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest [INFO] Fetching content.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/ (4.87kB) [INFO] Fetching 201709271000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.16MB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (508.42kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.6kB) [INFO] Fetching fr.obeo.releng.targetplatform_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (388.35kB) [INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (270.91kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (146.98kB) [INFO] Fetching org.eclipse.emf.ecore.xcore_1.5.0.v20170613-0242.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (818.94kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.1.100.v20170613-0242.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (350.16kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (209.55kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.72kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (131.18kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (335.5kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.05kB) [INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (480.15kB) [INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (119.58kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.0.v20170419-1235.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (336.34kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (405.32kB) [INFO] Fetching org.eclipse.osgi_3.12.1.v20170821-1548.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.32MB) [INFO] Fetching fr.obeo.releng.targetplatform.ui_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (224.18kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.68MB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (623.58kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.45MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.98kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (458.87kB) [INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (351.6kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (234.64kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (857.75kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (248.86kB) [INFO] Fetching org.eclipse.pde.core_3.11.100.v20170517-0724.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.26MB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (28.46kB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.71MB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.68kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (286.05kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (127.41kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.81kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (291.62kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.91kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (284.25kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.38kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (363.57kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.07kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (346.34kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (982.43kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.36kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.2kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.jface.text_3.12.0.v20170523-1043.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.6kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (653.36kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (89.58kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (318.95kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.26kB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.5MB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (112.98kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.66kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.85kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (130.1kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (182.96kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (203.04kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (346.29kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (191.96kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (117.43kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (263.15kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.13kB) [INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.71kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.99kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.25kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.71kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (383.31kB) [INFO] Fetching org.eclipse.debug.ui_3.12.0.v20170605-1534.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.96MB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (204.35kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (263.69kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.01kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.22kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.28kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.99kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.16kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.31kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.92kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (308.1kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (50.21kB) [INFO] Fetching org.eclipse.swt_3.106.1.v20170829-0553.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.92kB) [INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (211kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (256.14kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.71kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.18kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (380.61kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.19kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.91kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (255.71kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (225.17kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.95kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (153.37kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (256.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (168.1kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (285.44kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.69kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.75kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (61.96kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.9kB) [INFO] Fetching org.eclipse.ecf.source_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.64kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.24kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.46kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.96kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (126.34kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (76.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.73kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.01kB) [INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (301.21kB) [INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.6kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (949.16kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (428.2kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.86kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.99kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.67kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (282.56kB) [INFO] Fetching org.eclipse.jdt.core_3.13.0.v20170516-1929.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (5.99MB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.2.0.v20170613-0242.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.19kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.04kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.24kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (124.84kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (272.34kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (109.45kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (234.15kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.4MB) [INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.52kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (3.56MB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (188.56kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.75kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.65kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.6kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.55kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.13kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (137.97kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (115.56kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.91kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.72kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.13kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (209.83kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.38kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.89kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (75.04kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.94kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (354.46kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (236.29kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.66kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (75.38kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.2kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.36kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.52kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.23kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (94.19kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (228.04kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.77kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.48kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (174.17kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.36kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (68.43kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.2kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (238.88kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.04kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.82kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.07kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.3kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.77kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (138.7kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.2kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.25kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (240.44kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.2kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.5kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.79kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (176.09kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (95.47kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (59.53kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.59kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.04kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.73kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (139.68kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (682.77kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.52kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (120.75kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.02kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (297.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.07kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.87kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.83kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.2.0.v20170110-1705.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.01kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.2kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.13kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.66kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (147.33kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.63kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (38.93kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.19kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (181.77kB) [INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (201.57kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.0.v20161219-2145.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (278.23kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (338.25kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.0.v20170510-1451.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (912.91kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.1.v20170826-0709.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.6MB) [INFO] Fetching org.eclipse.jdt.ui_3.13.1.v20170822-1011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.28MB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (562.92kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.56MB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (416.14kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (494.71kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (434.9kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (168.36kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (100.23kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170829-0553.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.53MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (114.42kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (228.7kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (535.07kB) [INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (161.22kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.55kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.36kB) [INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.47kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (50.74kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (244.65kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.29kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.24kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (544.19kB) [INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (840.26kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (990.93kB) [INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (298.25kB) [INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.22kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.34kB) [INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (531.72kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (114.74kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (92.88kB) [INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (144.1kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (365.3kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (210.36kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.67kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (199.17kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (206.53kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.49kB) [INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (62.08kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (267.27kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.62kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,005.58kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.65kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.93kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.1kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.58kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.49kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.56kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (387.14kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (599.25kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.15kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/releng/org.polarsys.capella.tools.target/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/releng/org.polarsys.capella.tools.target/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/releng/org.polarsys.capella.tools.target/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/releng/org.polarsys.capella.tools.target/target/eclipserun-work/data, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, capella-tools-target.targetplatform] Retrieve included location:../capella-releng-parent/tp/capella-default-addon-target/capella-default-addon-target.targetplatform Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:../capella-releng-parent/tp/capella-default-addon-target/capella-default-addon-target.targetplatform Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:../capella-releng-parent/tp/capella-default-addon-target/capella-default-addon-target.targetplatform Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform Retrieve included location:../capella-releng-parent/tp/capella-default-addon-target/capella-default-addon-target.targetplatform Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform >> Fetching content.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/ (11.36kB) >> 1 operation remaining. Retrieve included location:../capella-releng-parent/tp/capella-default-addon-target/capella-default-addon-target.targetplatform Retrieve included location:https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB) >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (18.98kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (18.98kB) >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (9.94kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (9.94kB) >> Fetching p2.index from http://download.eclipse.org/releases/2021-06/ (122B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/releases/2021-06/ (122B) >> Fetching compositeContent.jar from http://download.eclipse.org/releases/2021-06/ (479B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/releases/2021-06/ (479B) >> Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2021-06/ >> 1 operation remaining. >> Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2021-06/ >> Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2021-06/202106121200/ (69.94kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2021-06/202106121200/ (69.94kB) >> Fetching p2.index from http://download.eclipse.org/releases/2021-06/202106161001/ (140B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/releases/2021-06/202106161001/ (140B) >> Fetching content.xml.xz from http://download.eclipse.org/releases/2021-06/202106161001/ (761.75kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/releases/2021-06/202106161001/ (761.75kB) >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/ (19.68kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/ (19.68kB) >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/ (45.98kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/ (45.98kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/ (30.79kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/ (30.79kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230213/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230213/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230213/ (60.5kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/6.1.0.20230213/ (60.5kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/ (8.52kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/ (8.52kB) >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (8.82kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (8.82kB) >> Fetching p2.index from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (20.83kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (20.83kB) >> Fetching p2.index from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (13.68kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.0.1/repository/ (13.68kB) >> Fetching p2.index from http://download.eclipse.org/nebula/releases/2.3.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/nebula/releases/2.3.0/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/2.3.0/ (19.42kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/2.3.0/ (19.42kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (142.59kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (142.59kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (26.06kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (26.06kB) >> Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (110B) >> Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (90.91kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/modeling/emf/cdo/drops/R20180613-0111/ (90.91kB) The target platform definition file has been successfully generated. /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/releng/org.polarsys.capella.tools.target/capella-tools-target.targetplatform [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ capella-tools-target --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ capella-tools-target --- [INFO] Installing /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/releng/org.polarsys.capella.tools.target/capella-tools-target.target to /home/jenkins/.m2/repository/org/polarsys/capella-tools-target/6.0.0-SNAPSHOT/capella-tools-target-6.0.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/releng/org.polarsys.capella.tools.target/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella-tools-target/6.0.0-SNAPSHOT/capella-tools-target-6.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:08 min [INFO] Finished at: 2023-02-14T11:49:22Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] xvnc $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [capella-tools_v6.x] $ Xvnc -help Starting xvnc [capella-tools_v6.x] $ Xvnc :62 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.8.0 - built Jan 25 2023 16:36:52 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 Tue Feb 14 11:50:16 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5962 vncext: created VNC server for screen 0 [Pipeline] sh + mvn --batch-mode -DpackagedSiteName=capella-tools -f capella-tools/pom.xml clean verify Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 14.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-14/14.0.2+12 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.command.recorder.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.groovy.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.model2ecore.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.ocl.requester.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.resourceset.viewer.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.model2ecore/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.ocl.requester/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.resourceset.viewer/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.command.recorder.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.command.recorder.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.command.recorder.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.command.recorder.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.command.recorder.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.command.recorder.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.groovy.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.groovy.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.groovy.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.groovy.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.groovy.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.groovy.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.model2ecore.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.model2ecore.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.model2ecore.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.model2ecore.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.model2ecore.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.model2ecore.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.ocl.requester.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.ocl.requester.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.ocl.requester.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.ocl.requester.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.ocl.requester.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.ocl.requester.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.resourceset.viewer.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.resourceset.viewer.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.resourceset.viewer.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.resourceset.viewer.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.resourceset.viewer.feature:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.resourceset.viewer.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.command.recorder:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.command.recorder:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.command.recorder:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder/.polyglot.build.properties [INFO] Fetching 202106161001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-06/ (63B) [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.89MB) [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.41MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.27kB) [INFO] Fetching org.eclipse.osgi_3.16.300.v20210525-1715.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.42MB) [INFO] Fetching org.apache.batik.anim_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (529.46kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (253.47kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.dom_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (206.14kB) [INFO] Fetching org.apache.batik.awt.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (452.28kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (25.35kB) [INFO] Fetching org.apache.batik.parser_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (94.68kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.24kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (717.41kB) [INFO] Fetching org.apache.batik.bridge_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (744.84kB) [INFO] Fetching org.apache.batik.gvt_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (212.25kB) [INFO] Fetching org.apache.batik.script_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (40.19kB) [INFO] Fetching org.apache.batik.xml_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (47.81kB) [INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.13MB) [INFO] Fetching org.apache.batik.codec_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (128.92kB) [INFO] Fetching org.apache.batik.transcoder_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (146.96kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.12kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.ext_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (24.59kB) [INFO] Fetching org.apache.batik.svggen_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (251.99kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (411.93kB) [INFO] Fetching org.eclipse.osgi.services_3.10.100.v20210324-0936.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (125.66kB) [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.76kB) [INFO] Fetching org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (323kB) [INFO] Fetching org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (4.25MB) [INFO] Fetching org.eclipse.ant.core_3.6.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (106.03kB) [INFO] Fetching org.eclipse.core.variables_3.5.0.v20210510-1945.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.18kB) [INFO] Fetching org.eclipse.core.runtime_3.22.0.v20210506-1025.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.25kB) [INFO] Fetching org.eclipse.compare_3.8.0.v20210415-0713.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (789.2kB) [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (432.47kB) [INFO] Fetching org.eclipse.core.resources_3.15.0.v20210521-0722.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (877.32kB) [INFO] Fetching org.eclipse.jface.text_3.18.0.v20210512-1640.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,021.81kB) [INFO] Fetching org.eclipse.ui.ide_3.18.200.v20210523-1724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.36MB) [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (104.06kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (653.88kB) [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (90.75kB) [INFO] Fetching org.eclipse.ui.editors_3.14.100.v20210513-1110.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (607.45kB) [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (323.87kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.43kB) [INFO] Fetching org.eclipse.core.commands_3.10.0.v20210401-0744.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (112.81kB) [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (139.68kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.1000.v20210409-1722.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (98.15kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (133.86kB) [INFO] Fetching org.eclipse.equinox.registry_3.10.200.v20210503-1606.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (190.13kB) [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (180.11kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (306.59kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (161.35kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (91.5kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (113.34kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (288.46kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.0.v20210419-1155.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (68.35kB) [INFO] Fetching org.eclipse.core.jobs_3.11.0.v20210420-1453.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (105.1kB) [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (87.13kB) [INFO] Fetching org.eclipse.debug.core_3.18.100.v20210511-0446.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (387.03kB) [INFO] Fetching org.eclipse.draw2d_3.12.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (636.39kB) [INFO] Fetching org.eclipse.swt_3.116.100.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.97kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.62kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.800.v20210526-1618.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.58kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.39kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (68.9kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.12kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.0.v20210412-1358.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.79kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.99kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.31kB) [INFO] Fetching org.eclipse.jface_3.22.200.v20210401-0958.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.08MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (210.79kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.200.v20210401-1241.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (200.18kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.72kB) [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.31kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.67kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.46kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (388.36kB) [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.98kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.2kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (255.66kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (100.53kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (229.57kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.200.v20210321-1910.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (115.04kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.100.v20210515-1815.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (244.9kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.100.v20210315-1604.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.95kB) [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (291.72kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.8kB) [INFO] Fetching org.eclipse.urischeme_1.1.400.v20210407-1558.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.15kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (366.89kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (160.99kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (90.57kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (149.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (178.29kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (294.64kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (151.53kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (183.62kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (345.47kB) [INFO] Fetching org.eclipse.ui.workbench_3.122.200.v20210506-1640.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.39MB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202011020719.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (106.46kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.1kB) [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.05kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.86kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.100.v20210418-1636.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (160.69kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (354.6kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (125.23kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.7.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (75.05kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (73.01kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (139.31kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.0.v20210325-0750.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.14kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (206.43kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.37kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (130.72kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.0.v20210322-0909.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.37kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.0.v20210421-1159.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (235.05kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.82kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (248.88kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (128.95kB) [INFO] Fetching org.eclipse.gef_3.13.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (996.08kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (119.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (261.16kB) [INFO] Fetching org.eclipse.ui.console_3.11.0.v20210510-1914.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (205.97kB) [INFO] Fetching org.eclipse.team.core_3.9.0.v20210510-1748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (395.29kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (105.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (124.56kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (42.91kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.8kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (79.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (135.98kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (388.86kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (116.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (192.9kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (1.17MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (31.39kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (97.2kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (105.06kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.15kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (52.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (223.38kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (94.13kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (141.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (96.87kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (201.9kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (220.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (66.66kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (27.94kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (122.19kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (127.88kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (73.91kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (321.79kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (112.33kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (248.12kB) [INFO] Fetching org.eclipse.help_3.9.0.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (266.17kB) [INFO] Fetching org.eclipse.jdt.core_3.26.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (6.72MB) [INFO] Fetching org.eclipse.jdt.debug_3.17.200.v20210513-1223.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (903.45kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.200.v20210326-1452.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (552.96kB) [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.75kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (335.43kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (461.19kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (416.62kB) [INFO] Fetching org.eclipse.team.ui_3.9.0.v20210426-0837.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.4MB) [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202011020719.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (154.26kB) [INFO] Fetching org.eclipse.pde.build_3.11.0.v20210429-0618.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (477.46kB) [INFO] Fetching org.eclipse.pde.core_3.14.300.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.33MB) [INFO] Fetching org.eclipse.sirius_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (870.97kB) [INFO] Fetching org.eclipse.sirius.common_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (258.68kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (94.12kB) [INFO] Fetching org.eclipse.sirius.model_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (642.28kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (19.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (11.42kB) [INFO] Fetching org.eclipse.sirius.common.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (285.86kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (43.28kB) [INFO] Fetching org.eclipse.sirius.diagram_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (711.34kB) [INFO] Fetching org.eclipse.sirius.diagram.model_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (759.55kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (16.04kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (59.3kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (5.7MB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (119.03kB) [INFO] Fetching org.eclipse.sirius.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (1.41MB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (169.53kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (30.75kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (13.6kB) [INFO] Fetching org.eclipse.sirius.ext.gef_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (18.01kB) [INFO] Fetching org.eclipse.sirius.ext.jface_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (10.77kB) [INFO] Fetching org.eclipse.sirius.ext.swt_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (11.44kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.100.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.37MB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (12.83kB) [INFO] Fetching org.eclipse.sirius.table_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (125.1kB) [INFO] Fetching org.eclipse.sirius.table.model_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (248.02kB) [INFO] Fetching org.polarsys.capella.core.preferences_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (224.24kB) [INFO] Fetching org.polarsys.capella.core.data.gen_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (2.31MB) [INFO] Fetching org.polarsys.capella.common_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (83.47kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.73kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (149.02kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.55kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (103.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (36.63kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (43.08kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.24kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.71kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.39kB) [INFO] Fetching org.polarsys.kitalpha.emde_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (63.7kB) [INFO] Fetching org.polarsys.capella.common.model_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.28kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.49kB) [INFO] Fetching org.polarsys.capella.common.ef_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.22kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.93kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (29.36kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.42kB) [INFO] Fetching org.polarsys.capella.common.helpers_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.61kB) [INFO] Fetching org.polarsys.capella.common.libraries_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.77kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.35kB) [INFO] Fetching org.polarsys.capella.common.queries_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (45.89kB) [INFO] Fetching org.polarsys.capella.common.tools.report_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.41kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.24kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.29MB) [INFO] Fetching org.polarsys.capella.core.model.handler_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (128.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (26.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (31.35kB) [INFO] Fetching org.polarsys.kitalpha.report_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (21.59kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (24.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (31.7kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.100.v20210602-2209.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.06MB) [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.command.recorder.ui:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.command.recorder.ui:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.command.recorder.ui:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder.ui/.polyglot.build.properties [INFO] Fetching javaewah_1.1.7.v20200107-0831.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (180.59kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86.03kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (367.61kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,021.45kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (350.75kB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.33MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.45MB) [INFO] Fetching org.apache.sshd.osgi_2.6.0.v20210201-2003.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.73MB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.82kB) [INFO] Fetching org.apache.sshd.sftp_2.6.0.v20210201-2003.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (355.6kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (282.14kB) [INFO] Fetching org.eclipse.sirius.table.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (590.26kB) [INFO] Fetching org.eclipse.sirius.tree.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (248.36kB) [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.42kB) [INFO] Fetching org.eclipse.debug.ui_3.15.0.v20210525-1810.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.91MB) [INFO] Fetching org.eclipse.egit.core_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (595.15kB) [INFO] Fetching org.eclipse.jgit_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.68MB) [INFO] Fetching org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.32kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.05kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (178.8kB) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (360.16kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.06MB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.51kB) [INFO] Fetching org.eclipse.help.base_4.3.300.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (424.56kB) [INFO] Fetching org.eclipse.help.ui_4.3.0.v20210409-1726.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (524.45kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.400.v20210531-0737.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.76MB) [INFO] Fetching org.eclipse.jdt.ui_3.23.0.v20210530-1810.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.92MB) [INFO] Fetching org.eclipse.search_3.13.200.v20210419-1029.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (533.64kB) [INFO] Fetching org.eclipse.pde.runtime_3.7.200.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (212.57kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (438.57kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (11.72kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (282.92kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (188.52kB) [INFO] Fetching org.eclipse.sirius.synchronizer_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (38.18kB) [INFO] Fetching org.eclipse.sirius.tree_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (111.75kB) [INFO] Fetching org.eclipse.sirius.tree.model_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (155.67kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.51kB) [INFO] Fetching org.eclipse.ui.intro_3.6.200.v20210409-1747.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (337.29kB) [INFO] Fetching org.polarsys.capella.common.ui.services_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.47kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (313.58kB) [INFO] Fetching org.polarsys.capella.commandline.doc_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.61kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.83kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (151.93kB) [INFO] Fetching org.polarsys.capella.common.ui_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (223.7kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (498.28kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (49.16kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.18kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.53kB) [INFO] Fetching org.polarsys.capella.common.re.gen_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (68.83kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.27kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (164.54kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.2kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.13kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.07kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (74.19kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.39kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.74kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.af.integration_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (31.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (73.15kB) [INFO] Fetching org.polarsys.capella.core.application_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.48kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.39kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.1kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (117.86kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.41MB) [INFO] Fetching org.polarsys.capella.core.libraries_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.83kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (79.38kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (79.59kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.92kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (273.48kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (202.43kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.03kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (88.24kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (425.73kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (167.37kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (112.34kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (235.5kB) [INFO] Fetching org.polarsys.capella.core.validation_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (44.65kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.56kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.28kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (14.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (44.74kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.18kB) [INFO] Fetching org.polarsys.capella.core.services_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.6kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (111.01kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.2kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.81MB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (285.4kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (114.43kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (87.23kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (31.86kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (480.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (23.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (90.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (18.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (84.61kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (44.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (301.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (23.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (23.91kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (27.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (40.91kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (48.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (43.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (28.67kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (27.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (21.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (33.74kB) [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.groovy:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.groovy:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.groovy:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy/pom.xml [INFO] Fetching org.codehaus.groovy_3.0.14.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (24.23MB) [INFO] Fetching org.codehaus.groovy_3.0.14.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (23.66MB of 24.23MB at 23.66MB/s) [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.groovy.ui:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.groovy.ui:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.groovy.ui:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy.ui/.polyglot.build.properties [INFO] Fetching org.apache.ant_1.10.10.v20210426-1926.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.95MB) [INFO] Fetching org.codehaus.groovy.eclipse.codeassist_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (268.29kB) [INFO] Fetching org.codehaus.groovy.eclipse.ui_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (523.12kB) [INFO] Fetching org.codehaus.groovy.eclipse.codebrowsing_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (82.91kB) [INFO] Fetching org.codehaus.groovy.eclipse.core_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (73.5kB) [INFO] Fetching org.codehaus.groovy.eclipse.compilerResolver_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (16.41kB) [INFO] Fetching org.eclipse.jdt.groovy.core_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (485.11kB) [INFO] Fetching org.codehaus.groovy.eclipse.dsl_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (371.23kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.16kB) [INFO] Fetching org.codehaus.groovy.eclipse.refactoring_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (260.21kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.300.v20210517-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.junit_3.12.0.v20210521-1840.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (521.08kB) [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (203.13kB) [INFO] Fetching org.eclipse.ant.launching_1.3.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (158.68kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.0.v20210510-1841.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.3kB) [INFO] Fetching org.eclipse.ant.ui_3.8.0.v20210415-1314.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.02MB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.0.v20210510-1849.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.39kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (74.06kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.100.v20210426-1115.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (611.98kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (167.83kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.31kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (173.16kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (415.44kB) [INFO] Fetching org.eclipse.pde.launching_3.9.300.v20210513-1344.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (125.65kB) [INFO] Fetching org.eclipse.pde.ui_3.13.100.v20210515-0638.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (4.44MB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (379kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1500.v20210315-1034.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (169.13kB) [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (58.37kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.24kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.43kB) [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.model2ecore:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.model2ecore/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.model2ecore:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.model2ecore/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.model2ecore:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.model2ecore/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.ocl.requester:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.ocl.requester/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.ocl.requester:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.ocl.requester/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.ocl.requester:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.ocl.requester/.polyglot.build.properties [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (24.14kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (32.33kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (562.26kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (21.68kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.14.1.202211301334.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20221130/emf-diffmerge-site/plugins/ (34.41kB) [INFO] Fetching org.eclipse.ocl_3.16.100.v20210609-1442.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.14MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (112.42kB) [INFO] Fetching org.eclipse.ocl.common_1.8.700.v20210609-1442.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.18kB) [INFO] Fetching org.eclipse.ocl.ecore_3.16.100.v20210609-1442.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (377.22kB) [INFO] Fetching org.polarsys.capella.common.re_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (253.95kB) [INFO] Fetching org.polarsys.capella.common.transition_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (276.9kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (32.05kB) [INFO] Fetching org.polarsys.capella.core.compare_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (64.15kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.86kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (30.74kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (88.59kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (295.91kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (24.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (27.7kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (20.74kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (31.36kB) [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.resourceset.viewer:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.resourceset.viewer/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.resourceset.viewer:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.resourceset.viewer/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.resourceset.viewer:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.resourceset.viewer/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.tools.site:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/releng/org.polarsys.capella.tools.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.tools.site:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/releng/org.polarsys.capella.tools.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.tools.site:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/releng/org.polarsys.capella.tools.site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.polarsys.capella.tools [pom] [INFO] org.polarsys.capella.tools.features [pom] [INFO] org.polarsys.capella.tools.plugins [pom] [INFO] org.polarsys.capella.command.recorder [eclipse-plugin] [INFO] org.polarsys.capella.command.recorder.ui [eclipse-plugin] [INFO] org.polarsys.capella.command.recorder.feature [eclipse-feature] [INFO] org.polarsys.capella.groovy [eclipse-plugin] [INFO] org.polarsys.capella.groovy.ui [eclipse-plugin] [INFO] org.polarsys.capella.groovy.feature [eclipse-feature] [INFO] org.polarsys.capella.model2ecore [eclipse-plugin] [INFO] org.polarsys.capella.model2ecore.feature [eclipse-feature] [INFO] org.polarsys.capella.ocl.requester [eclipse-plugin] [INFO] org.polarsys.capella.ocl.requester.feature [eclipse-feature] [INFO] org.polarsys.capella.resourceset.viewer [eclipse-plugin] [INFO] org.polarsys.capella.resourceset.viewer.feature [eclipse-feature] [INFO] org.polarsys.capella.tools.site [eclipse-repository] [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.tools >--------------- [INFO] Building org.polarsys.capella.tools 6.0.0-SNAPSHOT [1/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.tools --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.tools --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.tools --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.tools --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.tools.features >---------- [INFO] Building org.polarsys.capella.tools.features 6.0.0-SNAPSHOT [2/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.tools.features --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.tools.features --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.tools.features --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.tools.features --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.tools.plugins >----------- [INFO] Building org.polarsys.capella.tools.plugins 6.0.0-SNAPSHOT [3/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.tools.plugins --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.tools.plugins --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.tools.plugins --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.tools.plugins --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.command.recorder >--------- [INFO] Building org.polarsys.capella.command.recorder 6.0.0-SNAPSHOT [4/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.command.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.command.recorder --- [INFO] The project's OSGi version is 6.0.0.202302141150 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.command.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.command.recorder --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.command.recorder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.capella.command.recorder --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.command.recorder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.command.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder/target/org.polarsys.capella.command.recorder-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.command.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.command.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder/target/org.polarsys.capella.command.recorder-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.command.recorder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.command.recorder --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.command.recorder --- [WARNING] artifact org.polarsys:org.polarsys.capella.command.recorder:xml:p2metadata:6.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.command.recorder:xml:p2artifacts:6.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.command.recorder.ui >-------- [INFO] Building org.polarsys.capella.command.recorder.ui 6.0.0-SNAPSHOT [5/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.command.recorder.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.command.recorder.ui --- [INFO] The project's OSGi version is 6.0.0.202302141150 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.command.recorder.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.command.recorder.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.command.recorder.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.capella.command.recorder.ui --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.command.recorder.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.command.recorder.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder.ui/target/org.polarsys.capella.command.recorder.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.command.recorder.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.command.recorder.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder.ui/target/org.polarsys.capella.command.recorder.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.command.recorder.ui --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.command.recorder.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.command.recorder.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.command.recorder.ui:xml:p2metadata:6.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.command.recorder.ui:xml:p2artifacts:6.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.command.recorder.feature >----- [INFO] Building org.polarsys.capella.command.recorder.feature 6.0.0-SNAPSHOT [6/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.command.recorder.ui/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.command.recorder.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.command.recorder.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.command.recorder.feature --- [INFO] The project's OSGi version is 6.0.0.202302141150 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.command.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.command.recorder.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.command.recorder.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.command.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.command.recorder.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.command.recorder.feature/target/org.polarsys.capella.command.recorder.feature-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.command.recorder.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.command.recorder.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.command.recorder.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.command.recorder.feature/target/org.polarsys.capella.command.recorder.feature-6.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.command.recorder.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.command.recorder.feature:xml:p2metadata:6.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.command.recorder.feature:xml:p2artifacts:6.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.groovy >-------------- [INFO] Building org.polarsys.capella.groovy 6.0.0-SNAPSHOT [7/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.groovy --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.groovy --- [INFO] The project's OSGi version is 6.0.0.202302141150 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.groovy --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.groovy --- [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ org.polarsys.capella.groovy --- [INFO] Source directory: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy/src/org/polarsys/capella/groovy added. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.capella.groovy --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy/target/classes [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default) @ org.polarsys.capella.groovy --- [INFO] Changes detected - recompiling the module! [INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.groovy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.groovy --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy/target/org.polarsys.capella.groovy-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.groovy --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.groovy --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy/target/org.polarsys.capella.groovy-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.groovy --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.groovy --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.groovy --- [WARNING] artifact org.polarsys:org.polarsys.capella.groovy:xml:p2metadata:6.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.groovy:xml:p2artifacts:6.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.groovy.ui >------------- [INFO] Building org.polarsys.capella.groovy.ui 6.0.0-SNAPSHOT [8/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.groovy.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.groovy.ui --- [INFO] The project's OSGi version is 6.0.0.202302141150 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.groovy.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.groovy.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.groovy.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.capella.groovy.ui --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.groovy.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.groovy.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy.ui/target/org.polarsys.capella.groovy.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.groovy.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.groovy.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy.ui/target/org.polarsys.capella.groovy.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.groovy.ui --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.groovy.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.groovy.ui --- [WARNING] artifact org.polarsys:org.polarsys.capella.groovy.ui:xml:p2metadata:6.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.groovy.ui:xml:p2artifacts:6.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.groovy.feature >---------- [INFO] Building org.polarsys.capella.groovy.feature 6.0.0-SNAPSHOT [9/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.groovy.ui/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.groovy.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.groovy.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.groovy.feature --- [INFO] The project's OSGi version is 6.0.0.202302141150 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.groovy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.groovy.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.groovy.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.groovy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.groovy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.groovy.feature/target/org.polarsys.capella.groovy.feature-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.groovy.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.groovy.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.groovy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.groovy.feature/target/org.polarsys.capella.groovy.feature-6.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.groovy.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.groovy.feature:xml:p2metadata:6.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.groovy.feature:xml:p2artifacts:6.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.model2ecore >------------ [INFO] Building org.polarsys.capella.model2ecore 6.0.0-SNAPSHOT [10/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.model2ecore --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.model2ecore --- [INFO] The project's OSGi version is 6.0.0.202302141150 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.model2ecore --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.model2ecore --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.model2ecore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.model2ecore/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.capella.model2ecore --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.model2ecore/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.model2ecore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.model2ecore/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.model2ecore --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.model2ecore/target/org.polarsys.capella.model2ecore-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.model2ecore --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.model2ecore --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.model2ecore/target/org.polarsys.capella.model2ecore-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.model2ecore --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.model2ecore --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.model2ecore --- [WARNING] artifact org.polarsys:org.polarsys.capella.model2ecore:xml:p2metadata:6.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.model2ecore:xml:p2artifacts:6.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.model2ecore.feature >-------- [INFO] Building org.polarsys.capella.model2ecore.feature 6.0.0-SNAPSHOT [11/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.model2ecore/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.model2ecore.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.model2ecore.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.model2ecore.feature --- [INFO] The project's OSGi version is 6.0.0.202302141150 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.model2ecore.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.model2ecore.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.model2ecore.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.model2ecore.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.model2ecore.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.model2ecore.feature/target/org.polarsys.capella.model2ecore.feature-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.model2ecore.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.model2ecore.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.model2ecore.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.model2ecore.feature/target/org.polarsys.capella.model2ecore.feature-6.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.model2ecore.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.model2ecore.feature:xml:p2metadata:6.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.model2ecore.feature:xml:p2artifacts:6.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.ocl.requester >----------- [INFO] Building org.polarsys.capella.ocl.requester 6.0.0-SNAPSHOT [12/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ocl.requester --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ocl.requester --- [INFO] The project's OSGi version is 6.0.0.202302141150 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.ocl.requester --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.ocl.requester --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.ocl.requester --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.ocl.requester/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.capella.ocl.requester --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.ocl.requester/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.ocl.requester --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.ocl.requester/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.ocl.requester --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.ocl.requester/target/org.polarsys.capella.ocl.requester-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.ocl.requester --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ocl.requester --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.ocl.requester/target/org.polarsys.capella.ocl.requester-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ocl.requester --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.ocl.requester --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ocl.requester --- [WARNING] artifact org.polarsys:org.polarsys.capella.ocl.requester:xml:p2metadata:6.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.ocl.requester:xml:p2artifacts:6.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.ocl.requester.feature >------- [INFO] Building org.polarsys.capella.ocl.requester.feature 6.0.0-SNAPSHOT [13/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.ocl.requester/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ocl.requester.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.ocl.requester.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.ocl.requester.feature --- [INFO] The project's OSGi version is 6.0.0.202302141150 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.ocl.requester.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.ocl.requester.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.ocl.requester.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.ocl.requester.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.ocl.requester.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.ocl.requester.feature/target/org.polarsys.capella.ocl.requester.feature-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ocl.requester.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.ocl.requester.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.ocl.requester.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.ocl.requester.feature/target/org.polarsys.capella.ocl.requester.feature-6.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ocl.requester.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.ocl.requester.feature:xml:p2metadata:6.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.ocl.requester.feature:xml:p2artifacts:6.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.resourceset.viewer >-------- [INFO] Building org.polarsys.capella.resourceset.viewer 6.0.0-SNAPSHOT [14/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.resourceset.viewer --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.resourceset.viewer --- [INFO] The project's OSGi version is 6.0.0.202302141150 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.resourceset.viewer --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.resourceset.viewer --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.resourceset.viewer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.resourceset.viewer/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.polarsys.capella.resourceset.viewer --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.resourceset.viewer/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.resourceset.viewer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.resourceset.viewer/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.resourceset.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.resourceset.viewer/target/org.polarsys.capella.resourceset.viewer-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.resourceset.viewer --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.resourceset.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.resourceset.viewer/target/org.polarsys.capella.resourceset.viewer-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.resourceset.viewer --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.resourceset.viewer --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.resourceset.viewer --- [WARNING] artifact org.polarsys:org.polarsys.capella.resourceset.viewer:xml:p2metadata:6.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.resourceset.viewer:xml:p2artifacts:6.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.resourceset.viewer.feature >---- [INFO] Building org.polarsys.capella.resourceset.viewer.feature 6.0.0-SNAPSHOT [15/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/plugins/org.polarsys.capella.resourceset.viewer/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.resourceset.viewer.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.resourceset.viewer.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.resourceset.viewer.feature --- [INFO] The project's OSGi version is 6.0.0.202302141150 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.resourceset.viewer.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.resourceset.viewer.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.resourceset.viewer.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.resourceset.viewer.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.resourceset.viewer.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.resourceset.viewer.feature/target/org.polarsys.capella.resourceset.viewer.feature-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.resourceset.viewer.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.resourceset.viewer.feature --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.resourceset.viewer.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.resourceset.viewer.feature/target/org.polarsys.capella.resourceset.viewer.feature-6.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.resourceset.viewer.feature --- [WARNING] artifact org.polarsys:org.polarsys.capella.resourceset.viewer.feature:xml:p2metadata:6.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys:org.polarsys.capella.resourceset.viewer.feature:xml:p2artifacts:6.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.tools.site >------------ [INFO] Building org.polarsys.capella.tools.site 6.0.0-SNAPSHOT [16/16] [INFO] -------------------------[ eclipse-repository ]------------------------- /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.command.recorder.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.groovy.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.model2ecore.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.ocl.requester.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/features/org.polarsys.capella.resourceset.viewer.feature/.polyglot.build.properties [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.tools.site --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.tools.site --- [INFO] The project's OSGi version is 6.0.0.202302141150 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.tools.site --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.tools.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools/releng/org.polarsys.capella.tools.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.tools.site --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.tools.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.tools.site --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ org.polarsys.capella.tools.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ org.polarsys.capella.tools.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.tools.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.2.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.tools.site --- [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.03kB) [INFO] Fetching org.codehaus.groovy_2.5.20.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (20.69MB) [INFO] Fetching org.codehaus.groovy.eclipse.astviews_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (49kB) [INFO] Fetching org.codehaus.groovy.eclipse.quickfix_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (106.01kB) [INFO] Fetching org.codehaus.groovy.compilerless.feature_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/features/ (11.29kB) [INFO] Fetching org.codehaus.groovy.eclipse.ant_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (7.49kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.08kB) [INFO] Fetching org.codehaus.groovy.eclipse.feature_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/features/ (11.23kB) [INFO] Fetching org.codehaus.groovy.eclipse.frameworkAdapter_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (9.19kB) [INFO] Fetching org.codehaus.groovy.headless.feature_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/features/ (11.26kB) [INFO] Fetching org.codehaus.groovy.jdt.patch_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/features/ (5.75kB) [INFO] Fetching org.codehaus.groovy.eclipse_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/plugins/ (12.55kB) [INFO] Fetching org.codehaus.groovy25.feature_4.8.0.v202212311506-e2106-RELEASE.jar from https://groovy.jfrog.io/artifactory/plugins-release-local/org/codehaus/groovy/groovy-eclipse-integration/4.8.0/e4.20/features/ (11.16kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (121.31kB) [INFO] Fetching org.eclipse.jdt_3.18.800.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.93kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.900.v20210317-0507.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (384.42kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.4kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1200.v20210521-0550.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.91kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1300.v20210419-1022.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (215.5kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.600.v20210406-0802.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (70.82kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.53kB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1100.v20210531-1101.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.53MB) [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (199.25kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.37kB) [INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (201.96kB) [INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (231.31kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.48kB) [INFO] Fetching org.eclipse.jdt_3.18.800.v20210611-1600.jar from http://download.eclipse.org/releases/2021-06/202106161001/features/ (19.78kB) [INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.49kB) [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (115.31kB) [INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (155.96kB) [INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.43kB) [INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.71kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.88kB) [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (592.12kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.27kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.1.0.202302101721.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230210-122000/2021-06/plugins/ (390.83kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.47kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.09MB) [INFO] Fetching org.polarsys.capella.common.id.handler_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.29kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.56kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (549.26kB) [INFO] Fetching org.polarsys.capella.core.common.feature_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.03kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (733.64kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (68.12kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.47MB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.96kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.39kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.32kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (106.82kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.55kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.55kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (55.14kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (16.4kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (16.42kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.6kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (91.8kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.31kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (218.33kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.36kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (57.09kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.41kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.51kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.53kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.03kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.73kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.61kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (121.85kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.47kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.07kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (81.04kB) [INFO] Fetching org.polarsys.capella.ui.views_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.04kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.33kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.83kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.06kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_6.1.0.202302140915.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.25kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_6.1.0.202302131543.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/6.1.0.20230213/plugins/ (35.69kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.700.v20210323-0524.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.99kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.600.v20210323-0524.jar from http://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.22kB) [INFO] [INFO] --- tycho-p2-repository-plugin:2.2.0:archive-repository (default-archive-repository) @ org.polarsys.capella.tools.site --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.polarsys.capella.tools.site --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.tools.site --- [INFO] [INFO] --- groovy-maven-plugin:2.1.1:execute (default) @ org.polarsys.capella.tools.site --- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/.m2/repository/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for org.polarsys.capella.tools 6.0.0-SNAPSHOT: [INFO] [INFO] org.polarsys.capella.tools ......................... SUCCESS [ 0.030 s] [INFO] org.polarsys.capella.tools.features ................ SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.tools.plugins ................. SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.command.recorder .............. SUCCESS [ 7.129 s] [INFO] org.polarsys.capella.command.recorder.ui ........... SUCCESS [ 0.905 s] [INFO] org.polarsys.capella.command.recorder.feature ...... SUCCESS [ 0.090 s] [INFO] org.polarsys.capella.groovy ........................ SUCCESS [ 7.153 s] [INFO] org.polarsys.capella.groovy.ui ..................... SUCCESS [ 0.726 s] [INFO] org.polarsys.capella.groovy.feature ................ SUCCESS [ 0.093 s] [INFO] org.polarsys.capella.model2ecore ................... SUCCESS [ 0.774 s] [INFO] org.polarsys.capella.model2ecore.feature ........... SUCCESS [ 0.047 s] [INFO] org.polarsys.capella.ocl.requester ................. SUCCESS [ 0.974 s] [INFO] org.polarsys.capella.ocl.requester.feature ......... SUCCESS [ 0.051 s] [INFO] org.polarsys.capella.resourceset.viewer ............ SUCCESS [ 1.346 s] [INFO] org.polarsys.capella.resourceset.viewer.feature .... SUCCESS [ 0.048 s] [INFO] org.polarsys.capella.tools.site .................... SUCCESS [ 18.180 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:02 min [INFO] Finished at: 2023-02-14T11:52:19Z [INFO] ------------------------------------------------------------------------ [Pipeline] } Terminating xvnc. [Pipeline] // xvnc [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Nightly) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-z8yUjkaqkKeJ/agent.872 SSH_AGENT_PID=874 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools@tmp/private_key_1511212682897396435.key (/home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools@tmp/private_key_1511212682897396435.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + releng/capella-releng-parent/scripts/deployAddonNightly.sh -n capella-tools -b v6.x ls: cannot access ./releng/org.polarsys.capella.tools.site/target/*-dropins-*.zip: No such file or directory Branch name: v6.x Addon name: capella-tools Timestamp: 6.0.0.202302141150 Site dir: ./releng/org.polarsys.capella.tools.site/target Site zip: ./releng/org.polarsys.capella.tools.site/target/capella-tools-site-6.0.0.202302141150.zip + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/capella-tools/updates/nightly/v6.x/6.0.0.202302141150 + scp -pr ./releng/org.polarsys.capella.tools.site/target/repository/artifacts.xml ./releng/org.polarsys.capella.tools.site/target/repository/content.xml ./releng/org.polarsys.capella.tools.site/target/repository/features ./releng/org.polarsys.capella.tools.site/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/capella-tools/updates/nightly/v6.x/6.0.0.202302141150 + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/addons/capella-tools/zips/nightly/v6.x/ + scp ./releng/org.polarsys.capella.tools.site/target/capella-tools-site-6.0.0.202302141150.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/addons/capella-tools/zips/nightly/v6.x/ + [[ -n '' ]] + true [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 874 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS