Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 3a8a3445e75e7d726ae85f1b05de808abe3fa1b6 [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘migration’ Agent centos-7-j1690 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-j1690" 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-j1690" - 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-j1690" - 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-3107.v665000b_51092" 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-j1690 in /home/jenkins/agent/workspace/Capella-studio_mastercx [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-studio.git > git init /home/jenkins/agent/workspace/Capella-studio_mastercx # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-studio.git > git --version # timeout=10 > git --version # 'git version 2.36.5' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-studio.git +refs/heads/mastercx:refs/remotes/origin/mastercx # timeout=10 > git config remote.origin.url https://github.com/eclipse/capella-studio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/mastercx:refs/remotes/origin/mastercx # timeout=10 Avoid second fetch Checking out Revision 3a8a3445e75e7d726ae85f1b05de808abe3fa1b6 (mastercx) Commit message: "[doc] Add properties tutorial" First time build. Skipping changelog. > git config core.sparsecheckout # timeout=10 > git checkout -f 3a8a3445e75e7d726ae85f1b05de808abe3fa1b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Generate Target Platform) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn clean verify -f releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) 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... [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.20 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.targets >--- [INFO] Building org.polarsys.capella.studio.releng.targets 6.1.0-SNAPSHOT [INFO] from pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- tycho-eclipserun:2.2.0:eclipse-run (generate.target) @ org.polarsys.capella.studio.releng.targets --- [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [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-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.targets/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-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, capellastudio.targetplatform] Retrieve included location:https://raw.githubusercontent.com/eclipse/kitalpha/master/releng/plugins/org.polarsys.kitalpha.releng.targets/kitalpha.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/targets/modules/gmf-runtime-1.15.tpd Retrieve included location:https://raw.githubusercontent.com/eclipse/kitalpha/master/releng/plugins/org.polarsys.kitalpha.releng.targets/kitalpha.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/targets/modules/gmf-runtime-1.15.tpd Retrieve included location:https://raw.githubusercontent.com/eclipse/kitalpha/master/releng/plugins/org.polarsys.kitalpha.releng.targets/kitalpha.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/targets/modules/gmf-runtime-1.15.tpd Retrieve included location:https://raw.githubusercontent.com/eclipse/kitalpha/master/releng/plugins/org.polarsys.kitalpha.releng.targets/kitalpha.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/targets/modules/gmf-runtime-1.15.tpd >> Fetching content.jar from https://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/ (60.45kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/ (60.45kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/runtime/master/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/runtime/master/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/runtime/master/ (30.79kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/runtime/master/ (30.79kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.66kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.66kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (147.07kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (147.07kB) >> Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.78kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.78kB) Retrieve included location:https://raw.githubusercontent.com/eclipse/kitalpha/master/releng/plugins/org.polarsys.kitalpha.releng.targets/kitalpha.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/targets/modules/gmf-runtime-1.15.tpd >> 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 p2.index from https://download.eclipse.org/releases/2021-06/ (122B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2021-06/ (122B) >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-06/ (479B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-06/ (479B) >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-06/ >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-06/ >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-06/202106121200/ (69.94kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-06/202106121200/ (69.94kB) >> Fetching p2.index from https://download.eclipse.org/releases/2021-06/202106161001/ (140B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2021-06/202106161001/ (140B) >> Fetching content.xml.xz from https://download.eclipse.org/releases/2021-06/202106161001/ (761.75kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/releases/2021-06/202106161001/ (761.75kB) >> Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (502B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (502B) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB) >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/ (45.95kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/ (45.95kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (8.55kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (8.55kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/ (8.75kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/ (8.75kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/ (6.66kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/ (6.66kB) >> 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/nebula/releases/2.3.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/nebula/releases/2.3.0/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/2.3.0/ (19.42kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/2.3.0/ (19.42kB) >> 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 https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/ (134B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/ (134B) >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/ >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/ >> Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/ (97.94kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/ (97.94kB) The target platform definition file has been successfully generated. /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.targetplatform [INFO] [INFO] --- tycho-packaging:2.2.0:package-target-definition (default-package-target-definition) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio.releng.targets --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:26 min [INFO] Finished at: 2023-05-04T08:20:25Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Package & Test Capella Studio) [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-studio_mastercx] $ Xvnc -help Starting xvnc [Capella-studio_mastercx] $ Xvnc :74 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.8.0 - built Apr 5 2023 13:48:56 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 Thu May 4 08:21:27 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5974 vncext: created VNC server for screen 0 [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Dmaven.test.failure.ignore=true -Dtycho.localArtifacts=ignore -Djacoco.destFile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec -Djacoco.append=true org.jacoco:jacoco-maven-plugin:0.8.6:prepare-agent clean verify -P full -P sign -P product -P test -e -f pom.xml Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) 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] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.20 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.19 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:sources:1.20 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (2.92MB) [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.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.41MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.27kB) [INFO] Fetching org.eclipse.osgi_3.16.300.v20210525-1715.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.42MB) [INFO] Fetching org.apache.ant_1.10.10.v20210426-1926.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.95MB) [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 https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://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 https://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 https://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 https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (411.93kB) [INFO] Fetching org.eclipse.osgi.services_3.10.100.v20210324-0936.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (125.66kB) [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.76kB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.33MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.45MB) [INFO] Fetching org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (323kB) [INFO] Fetching org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (4.25MB) [INFO] Fetching org.eclipse.ant.core_3.6.0.v20210415-1314.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (106.03kB) [INFO] Fetching org.eclipse.core.variables_3.5.0.v20210510-1945.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.18kB) [INFO] Fetching org.eclipse.core.runtime_3.22.0.v20210506-1025.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.25kB) [INFO] Fetching org.eclipse.ant.launching_1.3.0.v20210415-1314.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (158.68kB) [INFO] Fetching org.eclipse.debug.core_3.18.100.v20210511-0446.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (387.03kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.200.v20210326-1452.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (552.96kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.0.v20210510-1841.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.3kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (288.46kB) [INFO] Fetching org.eclipse.jdt.core_3.26.0.v20210609-0549.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.92MB) [INFO] Fetching org.eclipse.core.resources_3.15.0.v20210521-0722.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (877.32kB) [INFO] Fetching org.eclipse.ant.ui_3.8.0.v20210415-1314.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.02MB) [INFO] Fetching org.eclipse.core.filesystem_1.9.0.v20210419-1155.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (68.35kB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.0.v20210510-1849.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.39kB) [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (432.47kB) [INFO] Fetching org.eclipse.ui.console_3.11.0.v20210510-1914.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (205.97kB) [INFO] Fetching org.eclipse.debug.ui_3.15.0.v20210525-1810.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.91MB) [INFO] Fetching org.eclipse.jdt.ui_3.23.0.v20210530-1810.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.92MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.300.v20210517-0748.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB) [INFO] Fetching org.eclipse.team.core_3.9.0.v20210510-1748.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (395.29kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.400.v20210427-0555.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (335.43kB) [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (90.75kB) [INFO] Fetching org.eclipse.jdt.junit_3.12.0.v20210521-1840.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (521.08kB) [INFO] Fetching org.eclipse.compare_3.8.0.v20210415-0713.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (789.2kB) [INFO] Fetching org.eclipse.jface.text_3.18.0.v20210512-1640.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,021.81kB) [INFO] Fetching org.eclipse.ui.ide_3.18.200.v20210523-1724.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.36MB) [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (104.06kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.100.v20210512-1009.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (653.88kB) [INFO] Fetching org.eclipse.ui.editors_3.14.100.v20210513-1110.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (607.45kB) [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (323.87kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.43kB) [INFO] Fetching org.eclipse.core.commands_3.10.0.v20210401-0744.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (112.81kB) [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (139.68kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.1000.v20210409-1722.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (98.15kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (133.86kB) [INFO] Fetching org.eclipse.equinox.registry_3.10.200.v20210503-1606.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (190.13kB) [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (180.11kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (306.59kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (161.35kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (91.5kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (113.34kB) [INFO] Fetching org.eclipse.core.jobs_3.11.0.v20210420-1453.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (105.1kB) [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.42kB) [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.82kB) [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (87.13kB) [INFO] Fetching org.eclipse.help_3.9.0.v20210507-0822.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (266.17kB) [INFO] Fetching org.eclipse.jface_3.22.200.v20210401-0958.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.08MB) [INFO] Fetching org.eclipse.ui.workbench_3.122.200.v20210506-1640.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.39MB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.31kB) [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 https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.97kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.62kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.800.v20210526-1618.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.58kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.39kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar from https://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 https://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 https://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 https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.79kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.99kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar from https://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 https://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 https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.72kB) [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.31kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.67kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar from https://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 https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (388.36kB) [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.98kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.900.v20210412-0842.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.2kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar from https://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 https://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 https://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 https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.95kB) [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (291.72kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.8kB) [INFO] Fetching org.eclipse.urischeme_1.1.400.v20210407-1558.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.15kB) [INFO] Fetching org.eclipse.egf.common_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (76.99kB) [INFO] Fetching org.eclipse.pde.core_3.14.300.v20210515-0638.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.33MB) [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.codegen.ecore_2.26.0.v20210506-1425.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.06MB) [INFO] Fetching org.eclipse.egf.core_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (137.68kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.1kB) [INFO] Fetching org.eclipse.egf.core.platform_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (88.62kB) [INFO] Fetching org.eclipse.pde.build_3.11.0.v20210429-0618.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (477.46kB) [INFO] Fetching org.eclipse.egf.core.producer_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (18.98kB) [INFO] Fetching org.eclipse.egf.domain_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.45kB) [INFO] Fetching org.eclipse.egf.model_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (405.32kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (95.82kB) [INFO] Fetching org.eclipse.egf.model.ftask_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (47.24kB) [INFO] Fetching org.eclipse.egf.pattern_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (147.91kB) [INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (33.25kB) [INFO] Fetching org.eclipse.egf.model.fprod_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (39kB) [INFO] Fetching org.eclipse.egf.emf.pattern_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (2.77MB) [INFO] Fetching org.eclipse.egf.pattern.jet_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (35.03kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (127kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (403.7kB) [INFO] Fetching org.eclipse.egf.model.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (415.93kB) [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.egf.producer_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (69.45kB) [INFO] Fetching org.eclipse.egf.model.jetpattern_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (23.52kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (18.31kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201805030653.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (141.72kB) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (360.16kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (57.72kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.66kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (23.16kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (64.03kB) [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (79.05kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (30.45kB) [INFO] Fetching org.eclipse.egf.producer.ftask_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (22.17kB) [INFO] Fetching org.eclipse.search_3.13.200.v20210419-1029.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (533.64kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar from https://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.converter_2.10.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (91.05kB) [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.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (150.08kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (179.52kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (151.53kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (345.47kB) [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.equinox.bidi_1.3.100.v20210212-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.05kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.0.v20210315-2042.jar from https://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 https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (160.69kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.0.v20210331-1610.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (354.6kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (125.23kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.7.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (75.05kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (73.01kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.100.v20210329-1206.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (139.31kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.0.v20210325-0750.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.14kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.0.v20210328-0514.jar from https://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 https://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 https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (130.72kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (74.06kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.0.v20210322-0909.jar from https://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 https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (235.05kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from https://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 https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (128.95kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.100.v20210426-1115.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (611.98kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (167.83kB) [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.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 https://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.base_4.3.300.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (424.56kB) [INFO] Fetching org.eclipse.help.ui_4.3.0.v20210409-1726.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (524.45kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.400.v20210531-0737.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.76MB) [INFO] Fetching org.eclipse.jdt.debug_3.17.200.v20210513-1223.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (903.45kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.0.v20210326-1249.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.31kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.400.v20210320-1132.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (461.19kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1100.v20210429-2046.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (173.16kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (415.44kB) [INFO] Fetching org.eclipse.team.ui_3.9.0.v20210426-0837.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.4MB) [INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (416.62kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.100.v20210319-0848.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (169.53kB) [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.75kB) [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.launching_3.9.300.v20210513-1344.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (125.65kB) [INFO] Fetching org.eclipse.pde.runtime_3.7.200.v20210513-1344.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (212.57kB) [INFO] Fetching org.eclipse.pde.ui_3.13.100.v20210515-0638.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (4.44MB) [INFO] Fetching org.eclipse.ui.intro_3.6.200.v20210409-1747.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (337.29kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (379kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1500.v20210315-1034.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (169.13kB) [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (58.37kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.24kB) [INFO] Fetching org.eclipse.sirius_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (874.33kB) [INFO] Fetching org.eclipse.sirius.common_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (258.68kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (94.11kB) [INFO] Fetching org.eclipse.sirius.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (642.28kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (31.16kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (19.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.43kB) [INFO] Fetching org.eclipse.sirius.common.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (285.86kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (43.27kB) [INFO] Fetching org.eclipse.sirius.diagram_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (711.34kB) [INFO] Fetching org.eclipse.sirius.diagram.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (759.54kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (16.03kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (59.3kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (5.7MB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (119.03kB) [INFO] Fetching org.eclipse.sirius.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (1.41MB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (30.75kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (13.6kB) [INFO] Fetching org.eclipse.sirius.ext.gef_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (18.01kB) [INFO] Fetching org.eclipse.sirius.ext.jface_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.76kB) [INFO] Fetching org.eclipse.sirius.ext.swt_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.44kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.100.v20210602-2209.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2MB) [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.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (125.11kB) [INFO] Fetching org.eclipse.sirius.table.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (248.03kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.51kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.43kB) [INFO] Fetching org.polarsys.capella.common_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (83.8kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_6.1.0.202305031454.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.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (149.03kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.57kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (103.99kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (36.63kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (43.08kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.25kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.73kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.4kB) [INFO] Fetching org.polarsys.kitalpha.emde_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (63.7kB) [INFO] Fetching org.polarsys.capella.common.model_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.29kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_6.1.0.202305031454.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.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.23kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_6.1.0.202305031454.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.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.35kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.43kB) [INFO] Fetching org.polarsys.capella.common.helpers_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.99kB) [INFO] Fetching org.polarsys.capella.common.libraries_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.8kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.36kB) [INFO] Fetching org.polarsys.capella.common.queries_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (45.9kB) [INFO] Fetching org.polarsys.capella.common.tools.report_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.43kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.25kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_6.1.0.202305031454.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.tools.report.appenders.usage_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.21kB) [INFO] Fetching org.polarsys.capella.core.preferences_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (224.27kB) [INFO] Fetching org.polarsys.capella.core.application_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.49kB) [INFO] Fetching org.polarsys.capella.core.data.gen_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (2.31MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_6.1.0.202305031454.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.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (129.1kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (26.82kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (117.89kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (414.7kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.49kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.09kB) [INFO] Fetching org.polarsys.capella.rcp_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.9kB) [INFO] Fetching org.polarsys.kitalpha.report_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.59kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (44.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.34kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.69kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.100.v20210602-2209.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.37MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.100.v20210602-2209.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.06MB) [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.54kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (40.96kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.02kB) [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Fetching javaewah_1.1.7.v20200107-0831.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (180.59kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86.03kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (367.61kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,021.45kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (350.75kB) [INFO] Fetching org.apache.sshd.osgi_2.6.0.v20210201-2003.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.73MB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.82kB) [INFO] Fetching org.apache.sshd.sftp_2.6.0.v20210201-2003.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (355.6kB) [INFO] Fetching org.eclipse.egf.task_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (13.23kB) [INFO] Fetching org.eclipse.egit.core_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (595.15kB) [INFO] Fetching org.eclipse.jgit_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.68MB) [INFO] Fetching org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.32kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.05kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (178.8kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.51kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.3.0.201912241810.jar from https://download.eclipse.org/nebula/releases/2.3.0/plugins/ (1.58MB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (438.59kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.72kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (282.92kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.84kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (152kB) [INFO] Fetching org.polarsys.capella.common.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (223.73kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (498.68kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (49.19kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.2kB) [INFO] Fetching org.polarsys.capella.common.re.gen_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (68.84kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (164.56kB) [INFO] Fetching org.polarsys.capella.common.ui.services_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.48kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.14kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.09kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (74.21kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.4kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.76kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.af.integration_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (73.15kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_6.1.0.202305031454.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.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.9kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (79.44kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (79.66kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.98kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (273.54kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (202.57kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.29kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.46kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.39kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (106.88kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.61kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (235.55kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.62kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (112.4kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (88.3kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (422.05kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (167.43kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.67kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (91.86kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.37kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (218.39kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.62kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.42kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (57.15kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.48kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.58kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.58kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.79kB) [INFO] Fetching org.polarsys.capella.core.egf_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/plugins/ (351.78kB) [INFO] Fetching org.polarsys.capella.core.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (44.71kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (44.74kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (47.68kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.26kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (480.35kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (90.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (40.91kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.45kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (26.5kB) [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.common.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (53.92kB) [INFO] Fetching org.eclipse.egf.core.pde_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (70.89kB) [INFO] Fetching org.eclipse.egf.core.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (133.51kB) [INFO] Fetching org.eclipse.egf.pattern.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (459.65kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.12kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.57kB) [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.egf.portfolio.genchain.tools.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (78.03kB) [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.eclipse.resources.mgt_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (39.4kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.editor_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (76.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.common_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (37.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (41.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (48.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.provider_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (33.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.helper_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (52.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (56.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (128.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (122.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.validation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (59.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (51.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.extension_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.94kB) [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (44.51kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.66kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (475.71kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (33.09kB) [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/plugins/ (802.8kB) [INFO] Fetching org.aopalliance_1.0.0.v201105210816.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.05kB) [INFO] Fetching org.eclipse.xtend.lib_2.25.0.v20210301-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.08kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (160.53kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.25.0.v20210301-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.09kB) [INFO] Fetching org.eclipse.xtext_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.62MB) [INFO] Fetching org.eclipse.xtext.util_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (303.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (132.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (69.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (63.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (48.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.helper_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (45.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.helper_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (196.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (119.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (50.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.helpers_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.83kB) [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.product:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.product:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.product:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Fetching org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.21kB) [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [WARNING] The project org.polarsys.capella:org.polarsys.capella.studio:pom:6.1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Studio [pom] [INFO] org.polarsys.capella.studio.releng.targets [eclipse-target-definition] [INFO] org.polarsys.capella.extension.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools.ui [eclipse-plugin] [INFO] org.polarsys.capella.studio.product [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui [eclipse-plugin] [INFO] org.polarsys.capella.ta [eclipse-plugin] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.definition [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.ext [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.portfolio [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.studio.doc [eclipse-plugin] [INFO] org.polarsys.capella.extension.sdk.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.doc.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.product.feature [eclipse-feature] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature [eclipse-feature] [INFO] org.polarsys.capella.cdo.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.eclipse.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.capella.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.updatesite [eclipse-repository] [INFO] Capella Sudio Aggregator Module [pom] [INFO] Capella studio Product [eclipse-repository] [INFO] org.polarsys.capella.studio.test [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests [eclipse-test-plugin] [INFO] org.polarsys.capella.extension.rcptt [rcpttTest] [INFO] org.polarsys.capella.gen.doc.tests [rcpttTest] [INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt [rcpttTest] [INFO] capellastudio.vpdsl.qualityassessment.tests [rcpttTest] [INFO] org.polarsys.capella.studio.test.feature [eclipse-feature] [INFO] Capella Sudio tests Aggregator Module [pom] [INFO] Capella Studio Root [pom] [INFO] [INFO] ----------< org.polarsys.capella:org.polarsys.capella.studio >---------- [INFO] Building Capella Studio 6.1.0-SNAPSHOT [1/40] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio --- [WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-collections:commons-collections:jar:3.2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio --- [WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.targets >--- [INFO] Building org.polarsys.capella.studio.releng.targets 6.1.0-SNAPSHOT [2/40] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.targets --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.targets --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.targets/target [INFO] [INFO] --- tycho-eclipserun:2.2.0:eclipse-run (generate.target) @ org.polarsys.capella.studio.releng.targets --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201709271000/ (142B) [INFO] Adding repository http://download.eclipse.org/releases/oxygen/201709271000 [INFO] Adding repository http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.targets/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-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, capellastudio.targetplatform] Retrieve included location:https://raw.githubusercontent.com/eclipse/kitalpha/master/releng/plugins/org.polarsys.kitalpha.releng.targets/kitalpha.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/targets/modules/gmf-runtime-1.15.tpd Retrieve included location:https://raw.githubusercontent.com/eclipse/kitalpha/master/releng/plugins/org.polarsys.kitalpha.releng.targets/kitalpha.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/targets/modules/gmf-runtime-1.15.tpd Retrieve included location:https://raw.githubusercontent.com/eclipse/kitalpha/master/releng/plugins/org.polarsys.kitalpha.releng.targets/kitalpha.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/targets/modules/gmf-runtime-1.15.tpd Retrieve included location:https://raw.githubusercontent.com/eclipse/kitalpha/master/releng/plugins/org.polarsys.kitalpha.releng.targets/kitalpha.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/targets/modules/gmf-runtime-1.15.tpd >> Fetching content.jar from https://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/ (60.45kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/ (60.45kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/runtime/master/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/nightly/runtime/master/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/runtime/master/ (30.79kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/runtime/master/ (30.79kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.66kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.66kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (147.07kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (147.07kB) >> Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.78kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.78kB) Retrieve included location:https://raw.githubusercontent.com/eclipse/kitalpha/master/releng/plugins/org.polarsys.kitalpha.releng.targets/kitalpha.targetplatform Retrieve included location:https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/targets/modules/gmf-runtime-1.15.tpd >> 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 https://download.eclipse.org/releases/2021-06/ (122B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2021-06/ (122B) >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-06/ (479B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-06/ (479B) >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-06/ >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-06/ >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-06/202106121200/ (69.94kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-06/202106121200/ (69.94kB) >> Fetching p2.index from https://download.eclipse.org/releases/2021-06/202106161001/ (140B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2021-06/202106161001/ (140B) >> Fetching content.xml.xz from https://download.eclipse.org/releases/2021-06/202106161001/ (761.75kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/releases/2021-06/202106161001/ (761.75kB) >> Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (502B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (502B) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB) >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/ (45.95kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/ (45.95kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (8.55kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/ (8.55kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/ (8.75kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/ (8.75kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/ (6.66kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/ (6.66kB) >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/ (172B) >> 1 operation remaining. >> 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/nebula/releases/2.3.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/nebula/releases/2.3.0/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/2.3.0/ (19.42kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/2.3.0/ (19.42kB) >> 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 https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/ (134B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/ (134B) >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/ >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/ >> Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/ (97.94kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210602031627/repository/ (97.94kB) The target platform definition file has been successfully generated. /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.targetplatform [INFO] [INFO] --- tycho-packaging:2.2.0:package-target-definition (default-package-target-definition) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio.releng.targets --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model >-- [INFO] Building org.polarsys.capella.extension.genchain.model 6.1.0-SNAPSHOT [3/40] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.extension.genchain.model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain.model --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain.model --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.extension.genchain.model --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain.model --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.extension.genchain.model --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.genchain.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.genchain.model --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.genchain >---- [INFO] Building org.polarsys.capella.extension.genchain 6.1.0-SNAPSHOT [4/40] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.extension.genchain --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.extension.genchain --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.extension.genchain --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.genchain --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.genchain --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit >-- [INFO] Building org.polarsys.capella.extension.genchain.model.edit 6.1.0-SNAPSHOT [5/40] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.extension.genchain.model.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.genchain.model.edit --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.tools >------ [INFO] Building org.polarsys.capella.extension.tools 6.1.0-SNAPSHOT [6/40] [INFO] from extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.extension.tools --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.tools --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.tools --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.extension.tools --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.tools --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.extension.tools --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.tools --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.tools --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.tools.ui >---- [INFO] Building org.polarsys.capella.extension.tools.ui 6.1.0-SNAPSHOT [7/40] [INFO] from extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.extension.tools.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.tools.ui --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.tools.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.extension.tools.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.tools.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.extension.tools.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.tools.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.tools.ui --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools.ui:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools.ui:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------< org.polarsys.capella:org.polarsys.capella.studio.product >------ [INFO] Building org.polarsys.capella.studio.product 6.1.0-SNAPSHOT [8/40] [INFO] from product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.product --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.product --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.product --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.studio.product --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.studio.product --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.product --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.product --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio.product --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.product --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.product --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui >-- [INFO] Building org.polarsys.capella.ad.viewpoint.dsl.generation.ui 6.1.0-SNAPSHOT [9/40] [INFO] from vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------------< org.polarsys.capella:org.polarsys.capella.ta >------------ [INFO] Building org.polarsys.capella.ta 6.1.0-SNAPSHOT [10/40] [INFO] from vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.ta --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ta --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.ta --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ta --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.ta --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ta --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.ta --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ta --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ta --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.extension 6.1.0-SNAPSHOT [11/40] [INFO] from vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition >----- [INFO] Building org.polarsys.capella.cdo.ta.definition 6.1.0-SNAPSHOT [12/40] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.cdo.ta.definition --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdo.ta.definition --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.cdo.ta.definition --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdo.ta.definition --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.cdo.ta.ext >-------- [INFO] Building org.polarsys.capella.cdo.ta.ext 6.1.0-SNAPSHOT [13/40] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.cdo.ta.ext --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdo.ta.ext --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.cdo.ta.ext --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdo.ta.ext --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model >-- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model 6.1.0-SNAPSHOT [14/40] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ---< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio >---- [INFO] Building org.polarsys.capella.cdoxml.ta.portfolio 6.1.0-SNAPSHOT [15/40] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.portfolio --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.portfolio --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain >---- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain 6.1.0-SNAPSHOT [16/40] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.genchain --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.cdoxml.ta >--------- [INFO] Building org.polarsys.capella.cdoxml.ta 6.1.0-SNAPSHOT [17/40] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.cdoxml.ta --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit >-- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model.edit 6.1.0-SNAPSHOT [18/40] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.studio.doc >-------- [INFO] Building org.polarsys.capella.studio.doc 6.1.0-SNAPSHOT [19/40] [INFO] from doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.doc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.doc --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.doc --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.studio.doc --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/target/org.polarsys.capella.studio.doc-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/target/org.polarsys.capella.studio.doc-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.doc --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.sdk.feature >--- [INFO] Building org.polarsys.capella.extension.sdk.feature 6.1.0-SNAPSHOT [20/40] [INFO] from extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.extension.sdk.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/target [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.extension.sdk.feature --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.extension.sdk.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-6.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-6.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.sdk.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.studio.doc.feature >---- [INFO] Building org.polarsys.capella.studio.doc.feature 6.1.0-SNAPSHOT [21/40] [INFO] from doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.doc.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.doc.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/features/org.polarsys.capella.studio.doc.feature/target [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.doc.feature --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.studio.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/features/org.polarsys.capella.studio.doc.feature/target/org.polarsys.capella.studio.doc.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.doc.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/features/org.polarsys.capella.studio.doc.feature/target/org.polarsys.capella.studio.doc.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.doc.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc.feature:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc.feature:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.product.feature >-- [INFO] Building org.polarsys.capella.studio.product.feature 6.1.0-SNAPSHOT [22/40] [INFO] from product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.product.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.product.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/target [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.product.feature --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.studio.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio.product.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-6.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.product.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-6.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.product.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product.feature:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product.feature:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.feature 6.1.0-SNAPSHOT [23/40] [INFO] from vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-6.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-6.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdo.ta.definition.feature 6.1.0-SNAPSHOT [24/40] [INFO] from vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.cdo.ta.definition.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-6.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-6.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdoxml.ta.definition.feature 6.1.0-SNAPSHOT [25/40] [INFO] from vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-6.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-6.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature >-- [INFO] Building org.polarsys.capella.studio.releng.eclipse.feature 6.1.0-SNAPSHOT [26/40] [INFO] from releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Fetching org.eclipse.ocl.ecore_3.16.100.v20210609-1442.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (377.22kB) [INFO] Fetching org.eclipse.ocl_3.16.100.v20210609-1442.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.14MB) [INFO] Fetching org.eclipse.ocl.common_1.8.700.v20210609-1442.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.18kB) [INFO] Fetching org.eclipse.ocl.source_3.16.100.v20210609-1442.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (904.44kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (112.42kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.82kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (189.85kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.78kB) [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.23kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.69kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (494.93kB) [INFO] Fetching org.antlr.runtime_4.7.2.v20221112-0806.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (360.77kB) [INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (13.81kB) [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature >-- [INFO] Building org.polarsys.capella.studio.releng.capella.feature 6.1.0-SNAPSHOT [27/40] [INFO] from releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.capella.feature/target [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature >-- [INFO] Building org.polarsys.capella.studio.releng.kitalpha.feature 6.1.0-SNAPSHOT [28/40] [INFO] from releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite >-- [INFO] Building org.polarsys.capella.studio.releng.updatesite 6.1.0-SNAPSHOT [29/40] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2-publisher:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.studio.releng.updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [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:2.2.0:publish-products (default-publish-products) @ org.polarsys.capella.studio.releng.updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.2.0:publish-categories (default-publish-categories) @ org.polarsys.capella.studio.releng.updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.2.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.studio.releng.updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.2.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.studio.releng.updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (297.81kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (137.98kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.85kB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (96.33kB) [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (476.29kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.5kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (703.81kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.58kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (219.73kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.34kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.36MB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.03kB) [INFO] Fetching org.eclipse.acceleo.common_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.76kB) [INFO] Fetching org.eclipse.acceleo.engine_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (204.1kB) [INFO] Fetching org.eclipse.acceleo.model_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (161.48kB) [INFO] Fetching org.eclipse.acceleo.profiler_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.21kB) [INFO] Fetching org.eclipse.acceleo.parser_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (361.75kB) [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.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (590.26kB) [INFO] Fetching org.eclipse.sirius.tree.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (248.37kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (79.65kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.0.v20210424-0724.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.23kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.8kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (242.32kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (83.99kB) [INFO] Fetching org.eclipse.equinox.console_1.4.400.v20210602-1312.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.34kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.74kB) [INFO] Fetching org.eclipse.e4.rcp_4.20.0.v20210602-2209.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.04kB) [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (123.51kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.23kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.702.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.74kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.71kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.85kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1703.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (27.84kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.92kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (27.93kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.69kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (23.74kB) [INFO] Fetching org.eclipse.egf.application_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (34.67kB) [INFO] Fetching org.eclipse.egf.common.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.98kB) [INFO] Fetching org.eclipse.egf.console_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (41.59kB) [INFO] Fetching org.eclipse.egf.common.ui.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32.01kB) [INFO] Fetching org.eclipse.egf.core.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32kB) [INFO] Fetching org.eclipse.egf.core.ui.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32.02kB) [INFO] Fetching org.eclipse.egf.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.95kB) [INFO] Fetching org.eclipse.egf.model.javapattern.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (18.31kB) [INFO] Fetching org.eclipse.egf.model.edit.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.99kB) [INFO] Fetching org.eclipse.egf.model.editor_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (183.58kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (27.47kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (22.82kB) [INFO] Fetching org.eclipse.egf.model.javapattern_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (22.33kB) [INFO] Fetching org.eclipse.egf.pattern.java_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (28.67kB) [INFO] Fetching org.eclipse.egf.model.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32.06kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.97kB) [INFO] Fetching org.eclipse.egf.producer.fprod_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (25.32kB) [INFO] Fetching org.eclipse.egf.model.fprod.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.98kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.99kB) [INFO] Fetching org.eclipse.egf.model.ftask.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.96kB) [INFO] Fetching org.eclipse.egf.task.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (25.9kB) [INFO] Fetching org.eclipse.egf.pattern.ui.java_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.98kB) [INFO] Fetching org.eclipse.egf.pattern.ui.jet_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (11.25kB) [INFO] Fetching org.eclipse.egf.model.ui.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.98kB) [INFO] Fetching org.eclipse.egf.portfolio.ant.javadoc_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (25.05kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (897.92kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32.01kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (26.58kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (20.85kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.99kB) [INFO] Fetching org.eclipse.egf.producer.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32kB) [INFO] Fetching org.eclipse.egf.producer.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (42.48kB) [INFO] Fetching org.eclipse.egf.producer.ui.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.97kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (184.71kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.26.0.v20210405-0904.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.09kB) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210319-0732.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.01kB) [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (62.07kB) [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (66.98kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.11.0.v20210405-0904.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.25kB) [INFO] Fetching org.eclipse.emf.converter_2.16.0.v20210405-0904.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20210113-0340.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (97.72kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (110.43kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (62.56kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (27.41kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (60.68kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (43.31kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (33.38kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.06kB) [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/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.ecore_2.24.0.v20210405-0628.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.02kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20210506-1232.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (41.87kB) [INFO] Fetching org.eclipse.emf.query_1.12.0.201805030653.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.57kB) [INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (74.19kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.33kB) [INFO] Fetching org.eclipse.emf.validation_1.12.2.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.workspace_1.12.0.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.65kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.0.v20210414-1616.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.7kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (229.5kB) [INFO] Fetching org.eclipse.jetty.http_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (242.24kB) [INFO] Fetching org.eclipse.jetty.server_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (769.29kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (171.79kB) [INFO] Fetching org.eclipse.jetty.util_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (560.29kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.73kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.76kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.54kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.05kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.0.v20210326-2048.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.04kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.100.v20210329-1206.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.49kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.93kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1000.v20210507-0825.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.71kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.04kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.96kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (49.23kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1200.v20210507-0825.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.13kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.100.v20210327-1705.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (99.78kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.7kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1200.v20210507-0825.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.100.v20210415-1446.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (127.71kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.0.v20210322-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (98.59kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1200.v20210507-0825.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.93kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.100.v20210419-1942.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.36kB) [INFO] Fetching org.eclipse.help.webapp_3.10.300.v20210507-0822.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (727.13kB) [INFO] Fetching org.eclipse.jetty.io_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (194.73kB) [INFO] Fetching org.eclipse.jetty.security_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.39kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (68.89kB) [INFO] Fetching org.eclipse.help_2.3.600.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.58kB) [INFO] Fetching org.eclipse.jdt_3.18.800.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.93kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.08kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.16kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.900.v20210317-0507.jar from https://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 https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.4kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1200.v20210521-0550.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.91kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1300.v20210419-1022.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (215.5kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.600.v20210406-0802.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (70.82kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.53kB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1100.v20210531-1101.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.53MB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.27kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.88kB) [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (199.25kB) [INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (231.31kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.37kB) [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (592.12kB) [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (115.31kB) [INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (201.96kB) [INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (155.96kB) [INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.49kB) [INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.43kB) [INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.71kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.48kB) [INFO] Fetching org.eclipse.jdt_3.18.800.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.78kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (40.73kB) [INFO] Fetching org.eclipse.jsch.ui_1.4.0.v20210426-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (91.81kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.2kB) [INFO] Fetching org.eclipse.pde.api.tools_1.2.500.v20210521-1226.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (929.84kB) [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (130.19kB) [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.5kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.63kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.300.v20210415-0924.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (504.43kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.1200.v20210611-1636.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.83MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.100.v20210211-1236.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (141.59kB) [INFO] Fetching org.eclipse.pde.ds.core_1.2.300.v20210316-0728.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.89kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.2.100.v20210507-0837.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (201.99kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.62kB) [INFO] Fetching org.eclipse.pde_3.13.1500.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (67.69kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.95kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (565.41kB) [INFO] Fetching org.eclipse.pde.ua.core_1.2.200.v20210208-1459.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (111.43kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.2.200.v20210515-0638.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (443.56kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86.79kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.28kB) [INFO] Fetching org.eclipse.pde_3.14.800.v20210611-1636.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.48kB) [INFO] Fetching org.eclipse.platform_4.20.0.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (637.66kB) [INFO] Fetching org.eclipse.platform.doc.user_4.20.0.v20210530-2150.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.56MB) [INFO] Fetching org.eclipse.text.quicksearch_1.1.100.v20210426-1601.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.1kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.09MB) [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (203.13kB) [INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.01kB) [INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.24kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1400.v20210315-1604.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.67kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.47kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.25kB) [INFO] Fetching org.eclipse.platform_4.20.0.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.62kB) [INFO] Fetching org.eclipse.platform_root_4.20.0.v20210611-1600 from https://download.eclipse.org/releases/2021-06/202106161001/binary/ (196B) [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.06kB) [INFO] Fetching org.eclipse.rcp_4.20.0.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.1kB) [INFO] Fetching org.eclipse.rcp_4.20.0.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.16kB) [INFO] Fetching org.eclipse.rcp_root_4.20.0.v20210611-1600 from https://download.eclipse.org/releases/2021-06/202106161001/binary/ (24.93kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (71.52kB) [INFO] Fetching org.eclipse.sirius.ext.e3_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (9.46kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (9.44kB) [INFO] Fetching org.eclipse.sirius.ext.ide_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (20.98kB) [INFO] Fetching org.eclipse.sirius.synchronizer_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (38.19kB) [INFO] Fetching org.eclipse.sirius.tree.model_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (155.67kB) [INFO] Fetching org.eclipse.sirius.tree_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (111.75kB) [INFO] Fetching org.eclipse.sirius.runtime_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (21.12kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (93.25kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.66kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.33MB) [INFO] Fetching org.eclipse.xtext.builder_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (389.26kB) [INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.88MB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (256.88kB) [INFO] Fetching org.eclipse.xtext.smap_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.15kB) [INFO] Fetching org.eclipse.xtext.common.types_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (499.16kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (248.22kB) [INFO] Fetching org.eclipse.xtext.ecore_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.91kB) [INFO] Fetching org.eclipse.xtext.generator_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (857.57kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (969.17kB) [INFO] Fetching org.eclipse.xtext.ide_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (482.77kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (192.59kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (132.16kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (133.12kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.5kB) [INFO] Fetching org.polarsys.capella.core.egf.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/features/ (20.77kB) [INFO] Fetching org.polarsys.kitalpha.accuracy_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (58.6kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.92kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (84.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (80.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (41.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (34.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (80kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (83.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (73.29kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.wizards_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.72kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (34.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (60.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.desc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (56.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.action_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.preference_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.1kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (858.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.dsl.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (87.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (301.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (79.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (34.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.emf_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (85.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (40.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (63.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.validatation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (65.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (35.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (52.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (82.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.41kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (35.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (229.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (120.72kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (747.92kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (26.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.validation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (43.47kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.fc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.fc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.fc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.fc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.validation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.fc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.validation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.fc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (104.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (120.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (79.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (99.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (123.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (105.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (231.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (91.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.preferences_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (115.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (42.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (41.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (104.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (206.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (112.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (109.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.project_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (64.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.generators_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (71.55kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (559.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (406.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (84.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (129.56kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (83.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.activityexplorer_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (138.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (93.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.integration_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (84.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.desc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (232.27kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.diagram_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (679.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.explorer.contextual_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (157.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.rule_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.action_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.reverse_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (60.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.preference_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (48.35kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (43.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.67kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.73kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (86.56kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.53kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.basic.ecore.workflow_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.75kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (65.1kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (90.59kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (18.42kB) [INFO] Fetching org.polarsys.kitalpha.composer.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (114.68kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.34kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (120.79kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.58kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (35.48kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (32.57kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.44kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (76.82kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.binding_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.81kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.generator_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.59kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.29kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.manyfile_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.04kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.onefile_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.24kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (122.82kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.67kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.99kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (76.11kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.binding_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.81kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.generator_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.48kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.refinery_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.77kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.13kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.compound_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.18kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.vowel_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.81kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.consonant_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.91kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (162.86kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.8kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.53kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.71kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (74.8kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.binding_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.9kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.generator_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.21kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (106.71kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.36kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.32kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.25kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (77.08kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.binding_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.88kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.composergen_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.generator_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.45kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.refinery_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.strategy_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.75kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.49kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.96kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.91kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (132.71kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.help_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.94kB) [INFO] Fetching org.polarsys.kitalpha.composer.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.06kB) [INFO] Fetching org.polarsys.kitalpha.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (1.07MB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (214.49kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (51.31kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (195.91kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.1kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.ecore.diagram_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (78.73kB) [INFO] Fetching org.polarsys.kitalpha.emde.diagram_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (54.45kB) [INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (42.29kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (454.56kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.81kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.02kB) [INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.75kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.19kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.01kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.77kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (26kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (33.74kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.21kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.09kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.91kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.2kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.24kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.67kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (26.81kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.42kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.74kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (69.94kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.representation.egf.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.representation.emde.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.representation.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.8kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (35.69kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (55.14kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.42kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.96kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.4kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (63.14kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (1.41MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.59kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.runtime.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.99kB) [INFO] Fetching org.polarsys.kitalpha.sdk.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.93kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.86kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (88.59kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (295.91kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (77.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (44.16kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.74kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.7kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.71kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (32.05kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (1.14MB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.extended_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (55.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (216.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.36kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.11kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (78.9kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (45.41kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.16kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (700.67kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.74kB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.4MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.14MB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.13.v20210128-2225.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.06kB) [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.77kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (37.47kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.71kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.74kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.200.v20210429-1609.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.31kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.25kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.400.v20210410-0052.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.79kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (40.67kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.27kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.62kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.200.v20210527-0259.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (40.75kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.06kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.600.v20210323-0524.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.22kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.700.v20210323-0524.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.99kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.54kB) [INFO] [INFO] --- tycho-p2-repository:2.2.0:archive-repository (default-archive-repository) @ org.polarsys.capella.studio.releng.updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-6.1.0.202305040821.zip [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio.releng.updatesite --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator >-- [INFO] Building Capella Sudio Aggregator Module 6.1.0-SNAPSHOT [30/40] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio.releng.aggregator --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.product >--- [INFO] Building Capella studio Product 6.1.0-SNAPSHOT [31/40] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.product --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.product --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.releng.product --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2-publisher:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.studio.releng.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [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:2.2.0:publish-products (default-publish-products) @ org.polarsys.capella.studio.releng.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching org.eclipse.equinox.executable_3.8.1200.v20210527-0259.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (312.5kB) [INFO] publishing result: [The bundles specified in the product definition are ignored; verify the value of the 'type' or 'useFeatures' attribute.] [INFO] [INFO] --- tycho-p2-publisher:2.2.0:publish-categories (default-publish-categories) @ org.polarsys.capella.studio.releng.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.2.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.studio.releng.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.2.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.studio.releng.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (927.08kB) [INFO] Fetching ch.qos.logback.classic_1.2.3.v20200428-2012.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (306.41kB) [INFO] Fetching ch.qos.logback.core_1.2.3.v20200428-2012.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (502.2kB) [INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20200428-2012.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.34kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.55MB) [INFO] Fetching com.sun.xml.bind_2.2.0.v20201118-1845.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (923.47kB) [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (122.02kB) [INFO] Fetching javax.activation_1.1.0.v201211130549.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.59kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (249kB) [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.6kB) [INFO] Fetching org.apache.commons.compress_1.19.0.v20200106-2343.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (639.87kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (323.8kB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.49MB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.47MB) [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (433.33kB) [INFO] Fetching org.apache.xerces_2.12.1.v20210115-0812.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.4MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.69kB) [INFO] Fetching org.eclipse.acceleo.common.ide_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (40.05kB) [INFO] Fetching org.eclipse.acceleo.common.ui_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.97kB) [INFO] Fetching org.eclipse.acceleo.ide.ui_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.32MB) [INFO] Fetching org.eclipse.acceleo.traceability.model_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (93.49kB) [INFO] Fetching org.eclipse.acceleo.traceability_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (68.2kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (172.3kB) [INFO] Fetching org.eclipse.acceleo.query.doc_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (2.29MB) [INFO] Fetching org.eclipse.acceleo.query.ide_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (11.11kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/features/ (20.73kB) [INFO] Fetching org.eclipse.acceleo.annotations.source_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (15.13kB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (323.6kB) [INFO] Fetching org.eclipse.acceleo.query.ide.source_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (9.63kB) [INFO] Fetching org.eclipse.acceleo.query.doc.source_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (2.31MB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/features/ (18.53kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/features/ (24kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (118.31kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/features/ (17.34kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (40.33kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.13.0.202206290806 from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/binary/ (8.65kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (177.46kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (20.48kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.ui_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (87.3kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (27.1kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (58.96kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.ui.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (50.32kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (39.64kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.ui_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (27.31kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (27.12kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (22.37kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.ui_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (24.93kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (27.13kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (18.95kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.ui.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (20.86kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (39.64kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.ui.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/plugins/ (21.59kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.source_1.13.0.202206290806.jar from https://download.eclipse.org/modeling/amalgam/updates/releases/1.13.0/capella/features/ (39.64kB) [INFO] Fetching org.eclipse.collections_10.4.0.v20200820-2049.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.09MB) [INFO] Fetching org.eclipse.cvs_1.4.1800.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.54kB) [INFO] Fetching org.eclipse.team.cvs.core_3.5.0.v20210511-0556.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (577.14kB) [INFO] Fetching org.eclipse.team.cvs.ssh2_3.4.0.v20210426-0837.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.42kB) [INFO] Fetching org.eclipse.team.cvs.ui_3.5.0.v20210426-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.49MB) [INFO] Fetching org.eclipse.cvs_1.4.1800.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.97kB) [INFO] Fetching org.eclipse.draw2d.doc.isv_3.11.200.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (67.12kB) [INFO] Fetching org.eclipse.draw2d_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.74kB) [INFO] Fetching org.eclipse.draw2d.sdk_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.74kB) [INFO] Fetching org.eclipse.draw2d.source_3.12.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (532.51kB) [INFO] Fetching org.eclipse.draw2d.source_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (20.72kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.2.600.v20210110-1654.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.56kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.100.v20210315-1604.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.63kB) [INFO] Fetching org.eclipse.e4.core.commands.source_1.0.0.v20210507-1901.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.27kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.0.v20201119-1132.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.64kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.1000.v20210111-0958.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (376.07kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.37kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.100.v20210515-1815.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (139.57kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.13.0.v20210521-0741.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (168.32kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.0.v20201015-0653.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (206.25kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.200.v20210401-1241.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (163.68kB) [INFO] Fetching org.apache.batik.css.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (319.47kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.19kB) [INFO] Fetching org.apache.batik.util.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.66kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (89.33kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.79kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.54kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.39kB) [INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.91kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.7.800.v20210526-1618.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.53kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.13kB) [INFO] Fetching org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.21kB) [INFO] Fetching org.apache.batik.constants.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.73kB) [INFO] Fetching org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (677.41kB) [INFO] Fetching org.apache.commons.io.source_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (374.46kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.6kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.0.v20201026-1147.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.72kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.3.0.v20210222-1018.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.48kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.900.v20210412-0842.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.53kB) [INFO] Fetching org.eclipse.equinox.common.source_3.15.0.v20210518-0604.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (145.02kB) [INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (278.04kB) [INFO] Fetching org.eclipse.equinox.event.source_1.6.0.v20210212-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.17kB) [INFO] Fetching org.eclipse.core.commands.source_3.10.0.v20210401-0744.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (150.67kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.7.1000.v20210409-1722.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82kB) [INFO] Fetching org.eclipse.core.databinding.source_1.10.100.v20200926-1123.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (145.76kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.7.200.v20210111-0759.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (75.48kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.10.0.v20200730-0848.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (208kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.8.100.v20200619-0651.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.56kB) [INFO] Fetching org.eclipse.core.expressions.source_3.7.100.v20210203-1000.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86.87kB) [INFO] Fetching org.eclipse.core.jobs.source_3.11.0.v20210420-1453.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.67kB) [INFO] Fetching org.eclipse.core.runtime.source_3.22.0.v20210506-1025.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.09kB) [INFO] Fetching org.eclipse.equinox.app.source_1.5.100.v20210212-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.52kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.6.200.v20210416-2027.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.8kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.8.200.v20210212-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (115.63kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.10.200.v20210503-1606.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (176.16kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.39kB) [INFO] Fetching org.eclipse.osgi.source_3.16.300.v20210525-1715.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.11MB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.400.v20210401-1438.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (143.07kB) [INFO] Fetching org.eclipse.osgi.services.source_3.10.100.v20210324-0936.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (244.91kB) [INFO] Fetching org.eclipse.osgi.util.source_3.6.0.v20210212-1137.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.52kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.116.100.v20210602-2209.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.82MB) [INFO] Fetching org.eclipse.jface.source_3.22.200.v20210401-0958.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,022.85kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.12.200.v20210111-0911.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (230.28kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.500.v20201021-1339.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.72kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.47kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (114.26kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (48.31kB) [INFO] Fetching org.eclipse.equinox.console.source_1.4.400.v20210602-1312.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.66kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.200.v20210321-1910.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.61kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.3.100.v20210212-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.51kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.2.100.v20201109-2317.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.1kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (356.28kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.800.v20200609-0849.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.39kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.41kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.0.v20210412-1358.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.76kB) [INFO] Fetching org.eclipse.urischeme.source_1.1.400.v20210407-1558.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (44.29kB) [INFO] Fetching org.eclipse.jface.notifications.source_0.3.0.v20210218-1820.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.75kB) [INFO] Fetching org.eclipse.e4.rcp.source_4.20.0.v20210602-2209.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.95kB) [INFO] Fetching org.eclipse.ecf.source_3.9.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.79kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (53.08kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.02kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.64kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.07kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.03kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.601.v20201025-0700.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1703.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (29.23kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.401.v20210512-0614.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (52.58kB) [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (374.24kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.13.v20210128-2225.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (966.92kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.14.v20210128-2225.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (431.79kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (29.39kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.49kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (25.15kB) [INFO] Fetching org.eclipse.eef_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (215.18kB) [INFO] Fetching org.eclipse.eef.common_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (29.64kB) [INFO] Fetching org.eclipse.eef.common.ui_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (24.44kB) [INFO] Fetching org.eclipse.eef.core_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (86.56kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (20.54kB) [INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (18.42kB) [INFO] Fetching org.eclipse.eef.ext.widgets.reference_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (43.61kB) [INFO] Fetching org.eclipse.eef.ide.ui_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (166.49kB) [INFO] Fetching org.eclipse.eef.ide.ui.ext.widgets.reference_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (74.11kB) [INFO] Fetching org.eclipse.eef.ide.ui.properties_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (24.21kB) [INFO] Fetching org.eclipse.eef.properties.ui_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (104.76kB) [INFO] Fetching org.eclipse.eef.properties.ui.legacy_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (72.05kB) [INFO] Fetching org.eclipse.egf.common.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (55.83kB) [INFO] Fetching org.eclipse.egf.common.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.58kB) [INFO] Fetching org.eclipse.egf.common.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (34.72kB) [INFO] Fetching org.eclipse.egf.console.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (27.32kB) [INFO] Fetching org.eclipse.egf.common.ui.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.59kB) [INFO] Fetching org.eclipse.egf.core.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (98.95kB) [INFO] Fetching org.eclipse.egf.core.platform.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (58.95kB) [INFO] Fetching org.eclipse.egf.core.producer.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (16.51kB) [INFO] Fetching org.eclipse.egf.core.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.59kB) [INFO] Fetching org.eclipse.egf.core.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (73.59kB) [INFO] Fetching org.eclipse.egf.core.pde.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (49.78kB) [INFO] Fetching org.eclipse.egf.core.ui.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.58kB) [INFO] Fetching org.eclipse.egf.doc.user_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (2.85MB) [INFO] Fetching org.eclipse.egf.engine.doc_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (1.04MB) [INFO] Fetching org.eclipse.egf.engine.doc.pattern_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (220.3kB) [INFO] Fetching org.eclipse.egf.doc.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32kB) [INFO] Fetching org.eclipse.egf.emf.pattern.cdo_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (90.5kB) [INFO] Fetching org.eclipse.egf.emf.pattern.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (17.55kB) [INFO] Fetching org.eclipse.egf.emf.wrapper_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (21.06kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (16.69kB) [INFO] Fetching org.eclipse.egf.examples.installer_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (700.26kB) [INFO] Fetching org.eclipse.egf.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.6kB) [INFO] Fetching org.eclipse.egf.model.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (216.78kB) [INFO] Fetching org.eclipse.egf.model.javapattern.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.96kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.93kB) [INFO] Fetching org.eclipse.egf.model.edit.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.61kB) [INFO] Fetching org.eclipse.egf.model.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (370.34kB) [INFO] Fetching org.eclipse.egf.model.javapattern.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.64kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.57kB) [INFO] Fetching org.eclipse.egf.pattern.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (96.65kB) [INFO] Fetching org.eclipse.egf.pattern.java.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (22.41kB) [INFO] Fetching org.eclipse.egf.pattern.jet.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (26.44kB) [INFO] Fetching org.eclipse.egf.domain.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (16.29kB) [INFO] Fetching org.eclipse.egf.model.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.62kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (17.39kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.6kB) [INFO] Fetching org.eclipse.egf.model.fprod.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (29.52kB) [INFO] Fetching org.eclipse.egf.producer.fprod.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (21.99kB) [INFO] Fetching org.eclipse.egf.model.fprod.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.6kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (14.92kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.6kB) [INFO] Fetching org.eclipse.egf.model.ftask.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (37.26kB) [INFO] Fetching org.eclipse.egf.task.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.07kB) [INFO] Fetching org.eclipse.egf.producer.ftask.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.91kB) [INFO] Fetching org.eclipse.egf.pattern.ftask.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (21.37kB) [INFO] Fetching org.eclipse.egf.model.ftask.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.5kB) [INFO] Fetching org.eclipse.egf.model.editor.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (83.01kB) [INFO] Fetching org.eclipse.egf.task.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (20.02kB) [INFO] Fetching org.eclipse.egf.pattern.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (164.5kB) [INFO] Fetching org.eclipse.egf.pattern.ui.java.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (11.3kB) [INFO] Fetching org.eclipse.egf.pattern.ui.jet.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (10.04kB) [INFO] Fetching org.eclipse.egf.model.ui.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.5kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (371kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.util_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (14.17kB) [INFO] Fetching org.eclipse.egf.portfolio.egf_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (26.44kB) [INFO] Fetching org.eclipse.egf.portfolio.emf.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.94kB) [INFO] Fetching org.eclipse.egf.emf.pattern.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (718.05kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (48.04kB) [INFO] Fetching org.eclipse.egf.emf.pattern.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.62kB) [INFO] Fetching org.eclipse.egf.emf.pattern.cdo.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (31.07kB) [INFO] Fetching org.eclipse.egf.portfolio.emf.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.5kB) [INFO] Fetching org.eclipse.egf.portfolio.file.resources_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (23.91kB) [INFO] Fetching org.eclipse.egf.portfolio.type_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.15kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (11.89kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (15.87kB) [INFO] Fetching org.eclipse.egf.portfolio.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32.15kB) [INFO] Fetching org.eclipse.egf.eclipse.resources.mgt.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (25.88kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (34.35kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (15.95kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (13.09kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.util.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (8.56kB) [INFO] Fetching org.eclipse.egf.portfolio.file.resources.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (17.83kB) [INFO] Fetching org.eclipse.egf.portfolio.type.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (10.62kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (465.28kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (189.69kB) [INFO] Fetching org.eclipse.egf.portfolio.egf.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (14.2kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (10.76kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.42kB) [INFO] Fetching org.eclipse.egf.portfolio.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.68kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (50.19kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (25.4kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.editor.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (28.48kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (29.89kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (33.56kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (11.29kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (21.16kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (13.24kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.53kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.81kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (16.32kB) [INFO] Fetching org.eclipse.egf.portfolio.ant.javadoc.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.36kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.61kB) [INFO] Fetching org.eclipse.egf.producer.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (50.09kB) [INFO] Fetching org.eclipse.egf.application.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (21.84kB) [INFO] Fetching org.eclipse.egf.producer.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.5kB) [INFO] Fetching org.eclipse.egf.producer.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (24.21kB) [INFO] Fetching org.eclipse.egf.producer.ui.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.59kB) [INFO] Fetching org.eclipse.egf.sdk.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.97kB) [INFO] Fetching org.eclipse.egf.examples.installer.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (8.88kB) [INFO] Fetching org.eclipse.egf.sdk.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.62kB) [INFO] Fetching org.eclipse.egit.ui_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.68MB) [INFO] Fetching org.eclipse.egit_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.56kB) [INFO] Fetching org.eclipse.egit.doc_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (4.84MB) [INFO] Fetching org.eclipse.egit_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB) [INFO] Fetching org.eclipse.egit.mylyn.ui_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.12kB) [INFO] Fetching org.eclipse.egit.mylyn_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.92kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.2.v20200814-0512.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (489.13kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.2.v20200814-0512.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.98MB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.25.2.v20200828-1617.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (135.79kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.25.2.v20200828-1617.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.44kB) [INFO] Fetching org.eclipse.egit.core.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (355.56kB) [INFO] Fetching org.eclipse.egit.ui.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.9MB) [INFO] Fetching org.eclipse.egit.mylyn.ui.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.04kB) [INFO] Fetching org.eclipse.egit.gitflow.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.62kB) [INFO] Fetching org.eclipse.egit.gitflow.ui.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.86kB) [INFO] Fetching org.eclipse.egit.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (31.82kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (33.13kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.26.0.v20210506-1425.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.14kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (540.92kB) [INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (32.4kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.26.0.v20210506-1425.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.31kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (72.81kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.26.0.v20210405-0904.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (234.73kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.22.0.v20210420-0623.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.86kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.25kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.23.0.v20210412-0833.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210319-0732.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (218.83kB) [INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210319-0732.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (76.98kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.21kB) [INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (38.85kB) [INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (38.31kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (30.09kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (20.76kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20200324-0723.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (46.79kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.11.0.v20210405-0904.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.75kB) [INFO] Fetching org.eclipse.emf.converter.source_2.16.0.v20210405-0904.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.05kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.8.0.v20210113-0340.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (57.12kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.26kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (69.36kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (20.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (32.4kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (47.76kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (562.26kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (26.53kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (57.62kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (23.26kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (82.05kB) [INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/features/ (36.16kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (63.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (16.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (30.39kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (49.87kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (25.5kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (16.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (29.53kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/plugins/ (19.49kB) [INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-coevolution-site/features/ (22.24kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (34.57kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (32kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (2.17MB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (26.28kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.05kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (86.12kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.92kB) [INFO] Fetching org.eclipse.emf.diffmerge.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (117.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (294.9kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (27.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (106.62kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (153.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (68.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.19kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (24.14kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (21.68kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (20.25kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (18.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (48.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (132.54kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (32.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (94.87kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (153.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (106.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (84.28kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (46.59kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (609.37kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.doc_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (3.95MB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/features/ (36.72kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (96.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (103.01kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (53.79kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (46.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (27.41kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (20.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (55.55kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (37.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (98.15kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (141.47kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (89.51kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (35.84kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (27.12kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (235.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/features/ (22.64kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (30.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/features/ (36.01kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (63.35kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/plugins/ (24.2kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature.source_0.14.1.202303210912.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/edm-patterns-site/features/ (22.25kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.8kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.18kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (33.16kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (34.41kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (26.71kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (24.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/plugins/ (26.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.14.1.202303210900.jar from https://download.eclipse.org/diffmerge/stable/0.14.1-S20230321/emf-diffmerge-site/features/ (22.08kB) [INFO] Fetching org.eclipse.emf.doc_2.23.0.v20210405-0703.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.19MB) [INFO] Fetching org.eclipse.emf.doc_2.25.0.v20210405-0703.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (78.81kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (23.8kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.26kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (40.7kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.24kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.24.0.v20210405-0628.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (820.39kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (90.76kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (151.51kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.24.0.v20210405-0628.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.ecoretools_3.3.3.202010261352.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (49.62kB) [INFO] Fetching org.eclipse.emf.ecoretools.design_3.3.3.202010261352.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (192.13kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (36.15kB) [INFO] Fetching org.eclipse.sirius.properties_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (378.18kB) [INFO] Fetching org.eclipse.emf.ecoretools.ui_3.3.3.202010261352.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.89kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.ui_3.3.3.202010261352.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (111.78kB) [INFO] Fetching org.eclipse.emf.ecoretools.doc_3.3.3.202010261352.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.04MB) [INFO] Fetching org.eclipse.emf.ecoretools.design_3.3.3.202010261352.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (27.67kB) [INFO] Fetching org.eclipse.emf.ecoretools.design_root_3.3.3.202010261352 from https://download.eclipse.org/releases/2021-06/202106161001/binary/ (8.29kB) [INFO] Fetching org.eclipse.emf.ecoretools.source_3.3.3.202010261352.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.79kB) [INFO] Fetching org.eclipse.emf.ecoretools.tabbedproperties.source_3.3.3.202010261352.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (89.87kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.source_3.3.3.202010261352.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.04kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.properties.source_3.3.3.202010261352.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (174.13kB) [INFO] Fetching org.eclipse.emf.ecoretools.sdk_3.3.3.202010261352.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (27.62kB) [INFO] Fetching org.eclipse.emf.ecoretools.sdk_root_3.3.3.202010261352 from https://download.eclipse.org/releases/2021-06/202106161001/binary/ (8.29kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (209.94kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.17kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.20.0.v20210506-1232.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (157.87kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.21.0.v20210506-1232.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.23kB) [INFO] Fetching org.eclipse.emf.eef.codegen_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.34MB) [INFO] Fetching org.eclipse.emf.eef.eefgen_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.08kB) [INFO] Fetching org.eclipse.emf.eef.views_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (78.5kB) [INFO] Fetching org.eclipse.emf.eef.views.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (348.68kB) [INFO] Fetching org.eclipse.emf.eef.components_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.09kB) [INFO] Fetching org.eclipse.emf.eef.components.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (230.36kB) [INFO] Fetching org.eclipse.emf.eef.codegen.launcher_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.3kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.47MB) [INFO] Fetching org.eclipse.emf.eef.branding_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.39kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (24.12kB) [INFO] Fetching org.eclipse.emf.eef.codegen.extended_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (96.08kB) [INFO] Fetching org.eclipse.emf.eef.runtime_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (356.68kB) [INFO] Fetching org.eclipse.emf.eef.editor.model_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (451.74kB) [INFO] Fetching org.eclipse.emf.eef.runtime.extended_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (118.56kB) [INFO] Fetching org.eclipse.emf.eef.mapping_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (171.7kB) [INFO] Fetching org.eclipse.emf.eef.mapping.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (779.55kB) [INFO] Fetching org.eclipse.emf.eef.components.editor_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.18kB) [INFO] Fetching org.eclipse.emf.eef.doc_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (41.46kB) [INFO] Fetching org.eclipse.emf.eef.views.editor_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (117.6kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (202.24kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.editor_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (65.29kB) [INFO] Fetching org.eclipse.emf.eef.edt-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (24.3kB) [INFO] Fetching org.eclipse.emf.eef.extended-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (24.1kB) [INFO] Fetching org.eclipse.emf.eef.runtime-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (24.03kB) [INFO] Fetching org.eclipse.emf.eef.runtime.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (231.87kB) [INFO] Fetching org.eclipse.emf.eef.runtime.extended.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (67.35kB) [INFO] Fetching org.eclipse.emf.eef.codegen.extended.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.35kB) [INFO] Fetching org.eclipse.emf.eef.editor.model.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (247.53kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (201.63kB) [INFO] Fetching org.eclipse.emf.eef.codegen.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (276.8kB) [INFO] Fetching org.eclipse.emf.eef.components.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.39kB) [INFO] Fetching org.eclipse.emf.eef.components.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (99.67kB) [INFO] Fetching org.eclipse.emf.eef.components.editor.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.58kB) [INFO] Fetching org.eclipse.emf.eef.mapping.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (154.96kB) [INFO] Fetching org.eclipse.emf.eef.mapping.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (380.36kB) [INFO] Fetching org.eclipse.emf.eef.views.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (68.26kB) [INFO] Fetching org.eclipse.emf.eef.views.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (178.96kB) [INFO] Fetching org.eclipse.emf.eef.views.editor.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (43.54kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.95kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (79.68kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.editor.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.58kB) [INFO] Fetching org.eclipse.emf.eef.doc.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.63kB) [INFO] Fetching org.eclipse.emf.eef.sdk-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (24.39kB) [INFO] Fetching org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (356.8kB) [INFO] Fetching org.eclipse.emf_2.26.0.v20210506-1425.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.26kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (191.71kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (29.26kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (145.62kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (13.19kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (48.25kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (99.24kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.16kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (7.37kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (21.72kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (39.94kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.39kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (13.11kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.11kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (7.37kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (40.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (50.44kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (113.7kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.21kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (45.16kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (20.24kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore_2.9.0.v20200723-0820.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.78kB) [INFO] Fetching org.eclipse.xsd_2.18.0.v20210427-0854.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (981.72kB) [INFO] Fetching org.eclipse.xsd.edit_2.11.0.v20200723-0820.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (224.13kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor_2.9.0.v20181105-0510.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.86kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (225.08kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ide_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (88.43kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.94kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.37kB) [INFO] Fetching org.eclipse.emf.mwe2.language.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (144.18kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ide.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.55kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.94kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.25kB) [INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.75kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.04kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.49kB) [INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.46MB) [INFO] Fetching org.eclipse.emf.mwe2.launcher_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.7kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.45kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.8kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.79kB) [INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.25kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.12.1.v20210218-2134.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.68kB) [INFO] Fetching org.eclipse.emf.query.doc_1.2.0.201805030653.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.11kB) [INFO] Fetching org.eclipse.emf.query.examples_1.2.0.201805030653.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (168.18kB) [INFO] Fetching org.eclipse.emf.query.doc_1.12.0.201805030653.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.31kB) [INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.201805030653.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.56kB) [INFO] Fetching org.eclipse.emf.query.ocl_1.12.0.201805030653.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.51kB) [INFO] Fetching org.eclipse.emf.query.ocl.source_2.0.0.201805030653.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.29kB) [INFO] Fetching org.eclipse.emf.query.ocl.source_1.12.0.201805030653.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.22kB) [INFO] Fetching org.eclipse.emf.query.sdk_1.12.0.201805030653.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.1kB) [INFO] Fetching org.eclipse.emf.query.source_1.7.0.201805030653.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (96.02kB) [INFO] Fetching org.eclipse.emf.query.source_1.12.0.201805030653.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.2kB) [INFO] Fetching org.eclipse.emf.sdk_2.26.0.v20210506-1425.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (7.37kB) [INFO] Fetching org.eclipse.emf.source_2.26.0.v20210506-1425.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.4kB) [INFO] Fetching org.eclipse.emf.transaction.doc_1.4.0.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.21kB) [INFO] Fetching org.eclipse.emf.transaction.examples_1.2.100.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (169.7kB) [INFO] Fetching org.eclipse.emf.transaction.doc_1.12.0.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.3kB) [INFO] Fetching org.eclipse.emf.transaction.sdk_1.12.0.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.27kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.9.1.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (153.08kB) [INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.0.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.7kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.12.0.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.22kB) [INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.12kB) [INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (179.84kB) [INFO] Fetching org.eclipse.emf.validation.doc_1.12.2.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.3kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.12.2.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.56kB) [INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.39kB) [INFO] Fetching org.eclipse.emf.validation.ocl.source_1.12.2.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.21kB) [INFO] Fetching org.eclipse.emf.validation.sdk_1.12.2.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.2kB) [INFO] Fetching org.eclipse.emf.validation.source_1.8.0.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (324.23kB) [INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (54.05kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.05kB) [INFO] Fetching org.eclipse.emf.validation.source_1.12.2.202008210805.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.25kB) [INFO] Fetching org.eclipse.emf.workspace.doc_1.3.0.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.25kB) [INFO] Fetching org.eclipse.emf.workspace.doc_1.12.0.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.26kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.5.1.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.87kB) [INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.0.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.01kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.12.0.201805140824.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (21.24kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1200.v20210527-0259 from https://download.eclipse.org/releases/2021-06/202106161001/binary/ (34.02kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.100.v20210418-1636.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (111.58kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.92kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.7.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.76kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.0.v20210325-0750.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.96kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.0.v20210328-0514.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (138.77kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.0.v20210331-1610.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (248kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.72kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.5.100.v20210329-1206.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (121.6kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (96.12kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.0.v20210326-2048.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (60.95kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.63kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.88kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.5kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.600.v20210126-1005.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.02kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.0.v20210507-0825.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (48.44kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.100.v20210329-1206.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.23kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.22kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.500.v20210125-1508.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.41kB) [INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (149.53kB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.0.v20210202-1157.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.94kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1000.v20210507-0825.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.48kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.79kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.73kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.0.v20210312-1245.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.03kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.6.0.v20210322-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (75.29kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.23kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.0.v20210325-0750.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (178.85kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.0.v20210421-1159.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (149.58kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1200.v20210507-0825.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.100.v20210426-1115.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.66kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.100.v20210327-1705.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.69kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.42kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.0.v20210121-0947.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (85.51kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.0.v20210114-1214.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.22kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1200.v20210507-0825.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.15kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.0.v20210322-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (71.13kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.100.v20210415-1446.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.35kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1200.v20210507-0825.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.14kB) [INFO] Fetching org.eclipse.gef.doc.isv_3.12.200.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (2.64MB) [INFO] Fetching org.eclipse.gef_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.9kB) [INFO] Fetching org.eclipse.gef.sdk_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.79kB) [INFO] Fetching org.eclipse.gef.source_3.13.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (824.2kB) [INFO] Fetching org.eclipse.gef.source_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (20.88kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.geoshapes_1.8.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (42.21kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.89kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (206.3kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model_1.2.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (76.65kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.2.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (68.6kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (96.46kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.editor_1.2.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (74.88kB) [INFO] Fetching org.eclipse.gmf.examples.runtime_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.26kB) [INFO] Fetching org.eclipse.gmf.examples.runtime_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.63kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (342.38kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.55kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (28.44kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.92kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.94kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (31.54kB) [INFO] Fetching org.eclipse.gmf_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.06kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (756.1kB) [INFO] Fetching org.eclipse.gmf_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (24.07kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.7.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (15.96kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.5kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (322.13kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (136.49kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.44kB) [INFO] Fetching org.eclipse.gmf.runtime.sdk_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.91kB) [INFO] Fetching org.eclipse.gmf.runtime.sdk_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.62kB) [INFO] Fetching org.apache.batik.shared.resources_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (20.3kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.75kB) [INFO] Fetching org.apache.batik.anim.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (411.77kB) [INFO] Fetching org.apache.batik.awt.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (428.84kB) [INFO] Fetching org.apache.batik.bridge.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (529.05kB) [INFO] Fetching org.apache.batik.codec.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (114.68kB) [INFO] Fetching org.apache.batik.constants.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (16.56kB) [INFO] Fetching org.apache.batik.css.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (321.27kB) [INFO] Fetching org.apache.batik.dom.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (179.82kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (244.54kB) [INFO] Fetching org.apache.batik.ext.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (24.6kB) [INFO] Fetching org.apache.batik.gvt.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (224.52kB) [INFO] Fetching org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.04kB) [INFO] Fetching org.apache.batik.parser.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (99.8kB) [INFO] Fetching org.apache.batik.script.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (43.1kB) [INFO] Fetching org.apache.batik.shared.resources.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (19.09kB) [INFO] Fetching org.apache.batik.svggen.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (270.98kB) [INFO] Fetching org.apache.batik.transcoder.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (127.53kB) [INFO] Fetching org.apache.batik.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (128.49kB) [INFO] Fetching org.apache.batik.xml.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (33.72kB) [INFO] Fetching org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (679.43kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.74kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (102.67kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (178.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (73.51kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (36.04kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (92.95kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (78.92kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (82.45kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (63.52kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (112.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (844.19kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (133.31kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (17.93kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (72.22kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.38kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (84.64kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (83.88kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (87.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (50.21kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (233.65kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (46.76kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.10.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (166.21kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (98.31kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (29.34kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (92.36kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (185.02kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (18.1kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (76.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (51.48kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (91.98kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (23.05kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.67kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (14.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (60.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (61.98kB) [INFO] Fetching org.eclipse.gmf.source_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.97kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.97kB) [INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (177.52kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (220.19kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (156.21kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (461.73kB) [INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.66MB) [INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.24MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (3.45MB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.0.v20210414-1616.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.51kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.2.0.v20200614-1851.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.54kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.100.v20210311-1631.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (140.78kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.16kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.02kB) [INFO] Fetching org.eclipse.help.base.source_4.3.300.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (307.18kB) [INFO] Fetching org.eclipse.help.ui.source_4.3.0.v20210409-1726.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (220.67kB) [INFO] Fetching org.eclipse.help.webapp.source_3.10.300.v20210507-0822.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (202.2kB) [INFO] Fetching org.eclipse.jetty.http.source_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (137.39kB) [INFO] Fetching org.eclipse.jetty.io.source_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.75kB) [INFO] Fetching org.eclipse.jetty.security.source_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (91.82kB) [INFO] Fetching org.eclipse.jetty.server.source_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (444.1kB) [INFO] Fetching org.eclipse.jetty.servlet.source_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (93.3kB) [INFO] Fetching org.eclipse.jetty.util.source_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (356.14kB) [INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.5.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.6kB) [INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (67.32kB) [INFO] Fetching org.eclipse.core.net.source_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (55.55kB) [INFO] Fetching org.eclipse.help.source_2.3.600.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.85kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1200.v20210611-1636.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.95MB) [INFO] Fetching org.eclipse.ant.ui.source_3.8.0.v20210415-1314.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (609.92kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.900.v20210317-0507.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (355.63kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.600.v20210406-0802.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.87kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (33.82kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.1300.v20210419-1022.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (135.72kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.1200.v20210521-0550.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.83kB) [INFO] Fetching org.eclipse.jdt.core.source_3.26.0.v20210609-0549.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (5.21MB) [INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.86kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.06kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.14.400.v20210531-0737.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.11MB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.300.v20210517-0748.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (844.98kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.17.200.v20210513-1223.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (765.51kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.12.0.v20210521-1840.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (198.32kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.1100.v20210429-2046.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (113.74kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.6.0.v20210326-1249.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.79kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.2.0.v20210326-1251.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.38kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1300.v20210320-1132.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.11kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.19.200.v20210326-1452.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (350.84kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.23.0.v20210530-1810.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (5.38MB) [INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (258.21kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.3kB) [INFO] Fetching org.junit.jupiter.api.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (197.02kB) [INFO] Fetching org.junit.jupiter.engine.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (138.86kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (39.73kB) [INFO] Fetching org.junit.jupiter.params.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.22kB) [INFO] Fetching org.junit.platform.commons.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (90.3kB) [INFO] Fetching org.junit.platform.engine.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (152.5kB) [INFO] Fetching org.junit.platform.launcher.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (101.55kB) [INFO] Fetching org.junit.platform.runner.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.97kB) [INFO] Fetching org.junit.platform.suite.api.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.47kB) [INFO] Fetching org.junit.vintage.engine.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (53.97kB) [INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.88kB) [INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.05kB) [INFO] Fetching org.eclipse.ant.launching.source_1.3.0.v20210415-1314.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (128.09kB) [INFO] Fetching org.eclipse.jdt.source_3.18.800.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.12kB) [INFO] Fetching org.eclipse.jgit.archive_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.54kB) [INFO] Fetching org.eclipse.jgit_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (14.35kB) [INFO] Fetching org.eclipse.jgit.gpg.bc_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (14.38kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (14.4kB) [INFO] Fetching org.eclipse.jgit.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.94MB) [INFO] Fetching org.eclipse.jgit.ant.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.24kB) [INFO] Fetching org.eclipse.jgit.archive.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.31kB) [INFO] Fetching org.eclipse.jgit.http.apache.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.78kB) [INFO] Fetching org.eclipse.jgit.http.server.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.66kB) [INFO] Fetching org.eclipse.jgit.junit.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.75kB) [INFO] Fetching org.eclipse.jgit.junit.http.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (21.94kB) [INFO] Fetching org.eclipse.jgit.junit.ssh.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (56.1kB) [INFO] Fetching org.eclipse.jgit.lfs.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (61.73kB) [INFO] Fetching org.eclipse.jgit.lfs.server.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.68kB) [INFO] Fetching org.eclipse.jgit.pgm.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (159.2kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (110.22kB) [INFO] Fetching org.eclipse.jgit.ssh.jsch.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.69kB) [INFO] Fetching org.eclipse.jgit.ui.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.61kB) [INFO] Fetching org.eclipse.jgit.gpg.bc.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.24kB) [INFO] Fetching org.eclipse.jgit.source_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (14.62kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.12.0.202106070339-r.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (14.37kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (123.55kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (109.74kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (329.86kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (176.98kB) [INFO] Fetching org.eclipse.mylyn.commons_3.25.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.17kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.33kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_1.17.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.12kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.25.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.07kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.3kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.86kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (61.64kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.17.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.27kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (48.52kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.45kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.17.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.19kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.99kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.2.v20200828-1617.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (109.25kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.25.2.v20200828-1617.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (165.28kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.78kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.2.v20200828-1617.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (68.64kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.25.2.v20200828-1617.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.21kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (89.07kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (92.29kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.25.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.15kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.25.2.v20200813-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.14kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.2.v20200814-0512.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (32.96kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.2.v20200814-0512.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.23kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.2.v20200814-0512.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (69.1kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.25.2.v20200828-1617.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.18kB) [INFO] Fetching org.eclipse.mylyn_feature_3.25.2.v20200814-0512.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.82kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.0.1.202106070924.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (2.73MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.0.1.202106070924.jar from https://download.eclipse.org/nattable/releases/2.0.1/repository/plugins/ (134.04kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.3.0.201912241810.jar from https://download.eclipse.org/nebula/releases/2.3.0/plugins/ (1.52MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.3.0.201912241810.jar from https://download.eclipse.org/nebula/releases/2.3.0/features/ (18.53kB) [INFO] Fetching org.eclipse.ocl_3.14.500.v20210609-1442.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.33kB) [INFO] Fetching org.eclipse.pde.build.source_3.11.0.v20210429-0618.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (317.24kB) [INFO] Fetching org.eclipse.pde.core.source_3.14.300.v20210515-0638.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1,004.16kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.0.v20210513-1344.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.02kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.7.200.v20210513-1344.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (83.36kB) [INFO] Fetching org.eclipse.pde.ui.source_3.13.100.v20210515-0638.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.05MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.200.v20201208-0953.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (107.52kB) [INFO] Fetching org.objectweb.asm.source_9.1.0.v20210209-1849.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (188.4kB) [INFO] Fetching org.objectweb.asm.tree.source_9.1.0.v20210209-1849.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (86.62kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.2.500.v20210521-1226.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (652.57kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.56kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.300.v20210415-0924.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (250.43kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.2.300.v20210316-0728.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.83kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.100.v20210507-0837.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (94.81kB) [INFO] Fetching org.eclipse.pde.launching.source_3.9.300.v20210513-1344.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (93.88kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.2.200.v20210208-1459.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (104.7kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.200.v20210515-0638.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (272.64kB) [INFO] Fetching org.eclipse.ui.trace.source_1.2.0.v20210110-1242.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (51.75kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.100.v20210211-1236.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (77.36kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.100.v20201207-1622.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (63.34kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.97kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.56kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (26.45kB) [INFO] Fetching org.eclipse.pde.source_3.14.800.v20210611-1636.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.9kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.20.0.v20210611-1636.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.97MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.20.0.v20210611-1636.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.89MB of 38.97MB at 13.87MB/s) [INFO] Fetching org.eclipse.platform.doc.isv_4.20.0.v20210611-1636.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (27.89MB of 38.97MB at 13.94MB/s) [INFO] Fetching org.apache.ant.source_1.10.10.v20210426-1926.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.45MB) [INFO] Fetching org.eclipse.ant.core.source_3.6.0.v20210415-1314.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.18kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.21kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (62.17kB) [INFO] Fetching org.eclipse.compare.source_3.8.0.v20210415-0713.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (422.89kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.7.0.v20210512-1543.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (87.57kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.9.0.v20210419-1155.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (92.9kB) [INFO] Fetching org.eclipse.core.net.linux.source_1.0.0.v20210424-0724.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.35kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.500.v20210510-1619.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.41kB) [INFO] Fetching org.eclipse.core.resources.source_3.15.0.v20210521-0722.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (799.99kB) [INFO] Fetching org.eclipse.debug.core.source_3.18.100.v20210511-0446.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (403.17kB) [INFO] Fetching org.eclipse.debug.ui.source_3.15.0.v20210525-1810.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.67MB) [INFO] Fetching org.eclipse.e4.ui.ide.source_3.15.200.v20210108-1832.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.73kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.11.400.v20210427-0555.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (294.96kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.11.400.v20210320-1132.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (251.14kB) [INFO] Fetching org.eclipse.platform.source_4.20.0.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.67kB) [INFO] Fetching org.eclipse.search.source_3.13.200.v20210419-1029.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (298.72kB) [INFO] Fetching org.eclipse.text.quicksearch.source_1.1.100.v20210426-1601.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.43kB) [INFO] Fetching org.eclipse.team.core.source_3.9.0.v20210510-1748.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (367.76kB) [INFO] Fetching org.eclipse.team.ui.source_3.9.0.v20210426-0837.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (765.86kB) [INFO] Fetching org.eclipse.text.source_3.12.0.v20210512-1644.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (279.35kB) [INFO] Fetching org.eclipse.jface.text.source_3.18.0.v20210512-1640.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (810.28kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (38.72kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.4.0.v20210426-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.91kB) [INFO] Fetching org.eclipse.ui.console.source_3.11.0.v20210510-1914.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (136.98kB) [INFO] Fetching org.eclipse.ui.intro.source_3.6.200.v20210409-1747.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (253.77kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.200.v20210409-1747.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (57.06kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.300.v20210507-0822.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (251.12kB) [INFO] Fetching org.eclipse.ui.browser.source_3.6.1100.v20210118-1327.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (96.14kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.0.v20210129-1224.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (92.19kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.2.0.v20210111-1353.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (45.22kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.10.100.v20210415-0924.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (308.93kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.100.v20210319-0848.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (102.5kB) [INFO] Fetching org.eclipse.ui.net.source_1.4.0.v20210426-0838.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.59kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.100.v20210512-1009.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (430.32kB) [INFO] Fetching org.eclipse.ui.views.source_3.11.0.v20210111-1351.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (80.28kB) [INFO] Fetching org.eclipse.ui.editors.source_3.14.100.v20210513-1110.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (330.04kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.5.0.v20210510-1849.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.17kB) [INFO] Fetching org.eclipse.ui.ide.source_3.18.200.v20210523-1724.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.4.100.v20210506-1050.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.79kB) [INFO] Fetching org.eclipse.core.variables.source_3.5.0.v20210510-1945.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (37.71kB) [INFO] Fetching org.eclipse.ui.forms.source_3.11.100.v20210108-1139.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (217.7kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (82.81kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.100.v20210419-1942.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.13kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.2.0.v20210510-1841.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.89kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.1400.v20210315-1604.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.100.v20210315-0954.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.24kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.0.v20210426-0951.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.19kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.1500.v20210315-1034.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (59.8kB) [INFO] Fetching org.eclipse.platform.source_4.20.0.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.21kB) [INFO] Fetching org.eclipse.help.source_3.9.0.v20210507-0822.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (180kB) [INFO] Fetching org.eclipse.ui.source_3.119.0.v20210111-1350.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (145.52kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.122.200.v20210506-1640.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.47MB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (76.41kB) [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (2.36MB) [INFO] Fetching org.eclipse.rcp.source_4.20.0.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.2kB) [INFO] Fetching org.eclipse.sdk_4.20.0.v20210611-1600.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (393.42kB) [INFO] Fetching org.eclipse.sdk_4.20.0.v20210611-1636.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (20.76kB) [INFO] Fetching org.eclipse.sirius.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.86kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (21.73kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (13.85kB) [INFO] Fetching org.eclipse.sirius.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.47kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (34.21kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (13.35kB) [INFO] Fetching org.eclipse.sirius.common.ocl_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (25.52kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.51kB) [INFO] Fetching org.eclipse.sirius.common.xtext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (23kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (188.52kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (390.83kB) [INFO] Fetching org.eclipse.sirius.doc_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.6MB) [INFO] Fetching org.eclipse.sirius.doc.feature_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.89kB) [INFO] Fetching org.eclipse.sirius.doc.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.6MB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.51kB) [INFO] Fetching org.eclipse.sirius.editor_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (1.07MB) [INFO] Fetching org.eclipse.sirius.editor.diagram_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (719.97kB) [INFO] Fetching org.eclipse.sirius.editor.sequence_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (245.07kB) [INFO] Fetching org.eclipse.sirius.editor.table_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (185.46kB) [INFO] Fetching org.eclipse.sirius.editor.tree_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (96.98kB) [INFO] Fetching org.eclipse.sirius.eef.adapters_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (817.56kB) [INFO] Fetching org.eclipse.sirius.interpreter_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (31.92kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.78kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (16.91kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.81kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.4kB) [INFO] Fetching org.eclipse.sirius.properties.core_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (168.24kB) [INFO] Fetching org.eclipse.sirius.properties.defaultrules_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (16.78kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (42.5kB) [INFO] Fetching org.eclipse.sirius.properties.edit_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (406.23kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (47.8kB) [INFO] Fetching org.eclipse.sirius.ui.properties_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (73.95kB) [INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (20.59kB) [INFO] Fetching org.eclipse.sirius.properties.feature_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.73kB) [INFO] Fetching org.eclipse.sirius.query.legacy_1.1.0.201504271341.jar from https://download.eclipse.org/sirius/updates/legacy/1.1.0/plugins/ (304.07kB) [INFO] Fetching org.eclipse.sirius.query.legacy.feature_1.1.0.201504271341.jar from https://download.eclipse.org/sirius/updates/legacy/1.1.0/features/ (18.67kB) [INFO] Fetching org.eclipse.sirius.runtime.acceleo_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.91kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (53.22kB) [INFO] Fetching org.eclipse.sirius.runtime.acceleo.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.51kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.85kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.95kB) [INFO] Fetching org.eclipse.sirius.eef.adapters.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (19.67kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.55kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.97kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (22.9kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.58kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.58kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (11.56kB) [INFO] Fetching org.eclipse.sirius.ui.editor_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (102.67kB) [INFO] Fetching org.eclipse.sirius.ui.ext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (18.65kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (21.23kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (155.48kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (9.84kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (241.62kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (277.87kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (137.02kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (256.68kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (2.39MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (9.89kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (406.26kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.04kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (171.59kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.05kB) [INFO] Fetching org.eclipse.sirius.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (885.91kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (54.3kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (9.87kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.75kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.18kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (23.86kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (30.06kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (13.81kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (97.38kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (13.73kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.66kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.xtext_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.87kB) [INFO] Fetching org.eclipse.sirius.common.xtext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (15.78kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.xtext.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.runtime.ocl_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.91kB) [INFO] Fetching org.eclipse.sirius.common.ocl.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (16.04kB) [INFO] Fetching org.eclipse.sirius.runtime.ocl.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.52kB) [INFO] Fetching org.eclipse.sirius.common.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (201.75kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (82.95kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (657.58kB) [INFO] Fetching org.eclipse.sirius.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (692.89kB) [INFO] Fetching org.eclipse.sirius.diagram.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (725.32kB) [INFO] Fetching org.eclipse.sirius.diagram.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (496.87kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (54.5kB) [INFO] Fetching org.eclipse.sirius.table.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (233.92kB) [INFO] Fetching org.eclipse.sirius.table.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (93.11kB) [INFO] Fetching org.eclipse.sirius.tree.model.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (146.13kB) [INFO] Fetching org.eclipse.sirius.tree.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (84.89kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (27.5kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (8.53kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (15.68kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (13.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (10.45kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (8.54kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (18.19kB) [INFO] Fetching org.eclipse.sirius.runtime.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.58kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.91kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (22.06kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.52kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.95kB) [INFO] Fetching org.eclipse.sirius.editor.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (722.69kB) [INFO] Fetching org.eclipse.sirius.editor.diagram.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (551.35kB) [INFO] Fetching org.eclipse.sirius.editor.sequence.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (178.09kB) [INFO] Fetching org.eclipse.sirius.editor.table.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (141.34kB) [INFO] Fetching org.eclipse.sirius.editor.tree.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/plugins/ (68.41kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.source_7.1.0.202303020853.jar from https://download.eclipse.org/sirius/updates/stable/7.1.0-S20230302-034329/2021-06/features/ (20.52kB) [INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.42kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (341.96kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.71kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (31.96kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (30.01kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (31.95kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (31.93kB) [INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.55kB) [INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (31.79kB) [INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.9kB) [INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (235.96kB) [INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (31.86kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (214.98kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (854.61kB) [INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.88kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.03kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (42.96kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.79kB) [INFO] Fetching org.eclipse.uml2_5.5.2.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (32.08kB) [INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.72kB) [INFO] Fetching org.eclipse.uml2.sdk_5.5.2.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (31.92kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (31.92kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (135.37kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (258.01kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (32.01kB) [INFO] Fetching org.eclipse.xsd.cheatsheets_2.8.0.v20180706-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.38kB) [INFO] Fetching org.eclipse.xsd.ecore.importer_2.9.0.v20200324-0723.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (34.47kB) [INFO] Fetching org.eclipse.xsd.doc_2.20.0.v20210405-0725.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.71MB) [INFO] Fetching org.eclipse.xsd.doc_2.22.0.v20210405-0725.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.03kB) [INFO] Fetching org.eclipse.xsd.ecore.converter_2.8.0.v20180706-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13kB) [INFO] Fetching org.eclipse.xsd.ecore.exporter_2.7.0.v20180706-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (20.81kB) [INFO] Fetching org.eclipse.xsd.ecore.converter_2.12.0.v20200324-0723.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.13kB) [INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.8.0.v20180706-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.39kB) [INFO] Fetching org.eclipse.xsd.ecore.importer.source_2.9.0.v20200324-0723.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.66kB) [INFO] Fetching org.eclipse.xsd.ecore.exporter.source_2.7.0.v20180706-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.78kB) [INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.12.0.v20200324-0723.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.36kB) [INFO] Fetching org.eclipse.xsd.edit_2.13.0.v20200723-0820.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.06kB) [INFO] Fetching org.eclipse.xsd.edit.source_2.11.0.v20200723-0820.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (108.82kB) [INFO] Fetching org.eclipse.xsd.edit.source_2.13.0.v20200723-0820.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.24kB) [INFO] Fetching org.eclipse.xsd.editor_2.11.0.v20180706-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (100.76kB) [INFO] Fetching org.eclipse.xsd.editor_2.13.0.v20190323-1100.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.11kB) [INFO] Fetching org.eclipse.xsd.editor.source_2.11.0.v20180706-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (31.4kB) [INFO] Fetching org.eclipse.xsd.editor.source_2.13.0.v20190323-1100.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.25kB) [INFO] Fetching org.eclipse.xsd.example.installer_1.4.0.v20180706-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (66.89kB) [INFO] Fetching org.eclipse.xsd_2.19.0.v20210427-0854.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.05kB) [INFO] Fetching org.eclipse.xsd.mapping.editor_2.9.0.v20180706-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.99kB) [INFO] Fetching org.eclipse.xsd.mapping.editor_2.13.0.v20190323-1100.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.11kB) [INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.9.0.v20180706-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.39kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor.source_2.9.0.v20181105-0510.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.54kB) [INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.13.0.v20190323-1100.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.36kB) [INFO] Fetching org.eclipse.xsd.mapping_2.8.0.v20180706-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.93kB) [INFO] Fetching org.eclipse.xsd.mapping_2.13.0.v20200723-0820.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.12kB) [INFO] Fetching org.eclipse.xsd.mapping.source_2.8.0.v20180706-1143.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.38kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.source_2.9.0.v20200723-0820.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (25.76kB) [INFO] Fetching org.eclipse.xsd.mapping.source_2.13.0.v20200723-0820.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.3kB) [INFO] Fetching org.eclipse.xsd.sdk_2.26.0.v20210427-0854.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.17kB) [INFO] Fetching org.eclipse.xsd.source_2.18.0.v20210427-0854.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (740.31kB) [INFO] Fetching org.eclipse.xsd.source_2.19.0.v20210427-0854.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (20.19kB) [INFO] Fetching org.eclipse.xtend.core_2.25.0.v20210301-1408.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.42MB) [INFO] Fetching org.eclipse.xtend.doc_2.25.0.v20210301-1408.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (494.09kB) [INFO] Fetching org.eclipse.xtend.examples_2.25.0.v20210301-1408.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (214.79kB) [INFO] Fetching org.eclipse.xtend.ide_2.25.0.v20210301-1408.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (640.95kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (551.75kB) [INFO] Fetching org.eclipse.xtend.ide.common_2.25.0.v20210301-1408.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (584.46kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (596.72kB) [INFO] Fetching org.eclipse.xtend.m2e_2.25.0.v20210301-1408.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.19kB) [INFO] Fetching org.eclipse.xtend.lib.source_2.25.0.v20210301-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (115.28kB) [INFO] Fetching org.eclipse.xtend.lib.macro.source_2.25.0.v20210301-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (88.66kB) [INFO] Fetching org.eclipse.xtend.standalone_2.25.0.v20210301-1408.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.41kB) [INFO] Fetching org.eclipse.xtend.core.source_2.25.0.v20210301-1408.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.36MB) [INFO] Fetching org.eclipse.xtend.ide.common.source_2.25.0.v20210301-1408.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (279.84kB) [INFO] Fetching org.eclipse.xtend.ide.source_2.25.0.v20210301-1408.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (464.72kB) [INFO] Fetching org.eclipse.xtend.m2e.source_2.25.0.v20210301-1408.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.64kB) [INFO] Fetching org.eclipse.xtend.standalone.source_2.25.0.v20210301-1408.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (7.32kB) [INFO] Fetching org.eclipse.xtext.junit4_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (242.81kB) [INFO] Fetching org.eclipse.xtext.junit4.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (119.51kB) [INFO] Fetching org.eclipse.xtext.testing_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (190.02kB) [INFO] Fetching org.eclipse.xtext.testing.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (131.24kB) [INFO] Fetching org.eclipse.xtext.xbase.junit_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (178.29kB) [INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (98.82kB) [INFO] Fetching org.eclipse.xtext.xbase.testing_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (154.35kB) [INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (92.48kB) [INFO] Fetching org.eclipse.xtext.ui.testing_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (126.71kB) [INFO] Fetching org.eclipse.xtext.ui.testing.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (64.04kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.96kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.34kB) [INFO] Fetching org.eclipse.xtend.sdk_2.25.0.v20210301-1429.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.15kB) [INFO] Fetching org.eclipse.xtext.activities_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.39kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (47.53kB) [INFO] Fetching org.eclipse.xtext.buildship_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.55kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (18.33kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.41kB) [INFO] Fetching org.eclipse.xtext.doc_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (6.87MB) [INFO] Fetching org.eclipse.xtext.docs_2.25.0.v20210301-1429.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.62kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.06MB) [INFO] Fetching org.eclipse.xtext.examples_2.25.0.v20210301-1429.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.67kB) [INFO] Fetching org.eclipse.xtext.java_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (46.12kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.34kB) [INFO] Fetching org.eclipse.xtext.m2e_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (24.04kB) [INFO] Fetching org.eclipse.xtext.purexbase_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (233.96kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (261.91kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (35.44kB) [INFO] Fetching org.eclipse.xtext.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.41MB) [INFO] Fetching org.eclipse.xtext.util.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (138.51kB) [INFO] Fetching org.eclipse.xtext.logging.source_1.2.15.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (10.04kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (359.06kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (203.05kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (13.03kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.79kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.01MB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.42kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.43kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (136.19kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.51kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.3kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.38kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (125.35kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (88.92kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (84.41kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (97.07kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (275.54kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.06kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (11.57kB) [INFO] Fetching org.eclipse.xtext.redist_2.25.0.v20210301-1429.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.51kB) [INFO] Fetching org.eclipse.xtext.generator.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (461.76kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (942.99kB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (119.64kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (93.44kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (221.62kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (173.02kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.87kB) [INFO] Fetching org.eclipse.xtext.java.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.9kB) [INFO] Fetching org.eclipse.xtext.runtime_2.25.0.v20210301-1429.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.25kB) [INFO] Fetching org.eclipse.xtext.purexbase.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (155.48kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (168.25kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (22.91kB) [INFO] Fetching org.eclipse.xtext.sdk_2.25.0.v20210301-1429.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.01kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (14.66kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (12.06kB) [INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210301-1429.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (19.04kB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.82MB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (276.68kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (393.78kB) [INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-1429.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.73kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.25.0.v20210301-0821.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (101.75kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0822.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.66kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (253.54kB) [INFO] Fetching org.eclipse.xtext.activities.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.35kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (104.66kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.25.0.v20210301-1429.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.78kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (75.64kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (50.82kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.25.0.v20210301-1429.jar from https://download.eclipse.org/releases/2021-06/202106161001/features/ (18.66kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.cdo_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.56kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.71kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.23kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.cdo_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.75kB) [INFO] Fetching org.polarsys.capella.common.re.gen.cdo_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.89kB) [INFO] Fetching org.polarsys.capella.core.data.gen.cdo_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.cdo_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.39kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.31kB) [INFO] Fetching org.polarsys.capella.cdo.mock.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.commandline.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.63kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (66.23kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (42.29kB) [INFO] Fetching org.polarsys.capella.common.id.handler_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.3kB) [INFO] Fetching org.polarsys.capella.common.re_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (254.01kB) [INFO] Fetching org.polarsys.capella.common.transition_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (277.01kB) [INFO] Fetching org.polarsys.capella.common.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.17kB) [INFO] Fetching org.polarsys.capella.common.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (68.86kB) [INFO] Fetching org.polarsys.capella.shared.id.handler.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.81kB) [INFO] Fetching org.polarsys.capella.common.model.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.74kB) [INFO] Fetching org.polarsys.capella.common.helpers.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.64kB) [INFO] Fetching org.polarsys.capella.common.tools.report.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.49kB) [INFO] Fetching org.polarsys.capella.common.ef.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (28.22kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.11kB) [INFO] Fetching org.polarsys.capella.common.queries.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.78kB) [INFO] Fetching org.polarsys.capella.common.model.helpers.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.54kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.67kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (39.5kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (136.96kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (56.79kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.21kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.67kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (95.32kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.4kB) [INFO] Fetching org.polarsys.capella.common.re.gen.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (60.76kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.04kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.11kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.82kB) [INFO] Fetching org.polarsys.capella.common.id.handler.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.88kB) [INFO] Fetching org.polarsys.capella.common.data.helpers.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.93kB) [INFO] Fetching org.polarsys.capella.common.libraries.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.68kB) [INFO] Fetching org.polarsys.capella.common.re.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (189.35kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (44.46kB) [INFO] Fetching org.polarsys.capella.common.transition.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (196.06kB) [INFO] Fetching org.polarsys.capella.common.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.37kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.82kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.89kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.83kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.95kB) [INFO] Fetching org.polarsys.capella.common.re.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (135.26kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (58.88kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (111.07kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (313.97kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.28kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.31kB) [INFO] Fetching org.polarsys.capella.core.compare_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (64.21kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.09kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.81kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.6kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (82.07kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.81kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.45kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.45kB) [INFO] Fetching org.polarsys.capella.common.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (157.8kB) [INFO] Fetching org.polarsys.capella.common.ui.services.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.57kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.07kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.12kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.37kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.5kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.96kB) [INFO] Fetching org.polarsys.capella.common.re.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (78.46kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (96.73kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.23kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.53kB) [INFO] Fetching org.polarsys.capella.common.ui.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.27kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.85kB) [INFO] Fetching org.polarsys.kitalpha.massactions_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (38.92kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (65.53kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.21kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (66.05kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (80.48kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (194.44kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (22.16kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.51kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.03kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (190.36kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (18.38kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.89kB) [INFO] Fetching org.polarsys.capella.core.advance.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.3kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.58kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.41kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.11kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.92kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (549.31kB) [INFO] Fetching org.polarsys.capella.core.common.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.04kB) [INFO] Fetching org.polarsys.capella.core.model.helpers.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (324.74kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.1MB) [INFO] Fetching org.polarsys.capella.core.model.handler.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (92.02kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.97kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.38kB) [INFO] Fetching org.polarsys.capella.core.model.preferences.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.65kB) [INFO] Fetching org.polarsys.capella.core.model.semantic.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.05kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.52kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (484.2kB) [INFO] Fetching org.polarsys.capella.core.application.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.98kB) [INFO] Fetching org.polarsys.capella.core.af.integration.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.55kB) [INFO] Fetching org.polarsys.capella.core.data.helpers.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (312.84kB) [INFO] Fetching org.polarsys.capella.core.data.gen.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (2.13MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (943.48kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (70.78kB) [INFO] Fetching org.polarsys.capella.core.common.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.33kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (733.66kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (68.13kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_6.1.0.202305031454.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.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.97kB) [INFO] Fetching org.polarsys.capella.common.ui.resources.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.09kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (97.89kB) [INFO] Fetching org.polarsys.capella.core.ui.resources.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.44kB) [INFO] Fetching org.polarsys.capella.core.preferences.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (161.25kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.25kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.48kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (420.76kB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.25kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (285.84kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.79kB) [INFO] Fetching org.polarsys.capella.core.compare.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (39.78kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (170.96kB) [INFO] Fetching org.polarsys.capella.core.compare.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.2kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (469.96kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.82kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (140.64kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.21kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.15kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.36kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (61.91kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_6.1.0.202305031454.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.data.common.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.53kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (54.83kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (110.43kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (142.12kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (63.24kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (120.7kB) [INFO] Fetching org.polarsys.capella.core.tiger_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.57kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (264.52kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.24kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (47.12kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.73kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.2kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (127.49kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (144.53kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.09kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.49kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.95kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.55kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (137.15kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.78kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (67.52kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (92.78kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.4kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.29kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.89kB) [INFO] Fetching org.polarsys.capella.core.data.migration_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (155.39kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.3kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.56kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.56kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.22kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.09kB) [INFO] Fetching org.polarsys.capella.core.egf.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/plugins/ (133.69kB) [INFO] Fetching org.polarsys.capella.core.egf.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/features/ (11.19kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (63.13kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.51kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (65.2kB) [INFO] Fetching org.polarsys.capella.core.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.73kB) [INFO] Fetching org.polarsys.capella.core.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.14kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.15kB) [INFO] Fetching org.polarsys.capella.core.git.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.core.git.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.16kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.85kB) [INFO] Fetching org.polarsys.capella.core.libraries.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.35kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.92kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.24kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (114.49kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.76kB) [INFO] Fetching org.polarsys.capella.core.data.migration.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (91.49kB) [INFO] Fetching org.polarsys.capella.core.migration.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.18kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (52.59kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.67kB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.25.2.v20200814-0512.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.21MB) [INFO] Fetching org.polarsys.capella.core.mylyn.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (121.97kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.24kB) [INFO] Fetching org.polarsys.capella.core.services_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.67kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (91kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.13kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.48kB) [INFO] Fetching org.polarsys.capella.core.projection.common_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (86.9kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.67kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (54.83kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.31kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (167.22kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_6.1.0.202305031454.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.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (151.87kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.82kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (58.07kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (54.01kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.98kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (134.75kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.75kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (49.1kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (74.9kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.14kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.43kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.1kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.6kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.47kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (45.61kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.57kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.82kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.3kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.92kB) [INFO] Fetching org.polarsys.capella.core.properties.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.32kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.87kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (39.06kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.08kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.23kB) [INFO] Fetching org.polarsys.capella.core.re_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (121.75kB) [INFO] Fetching org.polarsys.capella.core.transition.system_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (263.83kB) [INFO] Fetching org.polarsys.capella.core.re.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.9kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (62.29kB) [INFO] Fetching org.polarsys.capella.core.re.project_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.67kB) [INFO] Fetching org.polarsys.capella.core.re.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.88kB) [INFO] Fetching org.polarsys.capella.core.re.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.72kB) [INFO] Fetching org.polarsys.capella.core.re.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (74.75kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.11kB) [INFO] Fetching org.polarsys.capella.core.re.project.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.06kB) [INFO] Fetching org.polarsys.capella.core.re.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.25kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.17kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (264.5kB) [INFO] Fetching org.polarsys.capella.core.re.validation_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.41kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.49kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.91kB) [INFO] Fetching org.polarsys.capella.core.tiger.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.04kB) [INFO] Fetching org.polarsys.capella.core.projection.common.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (62.28kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.59kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.67kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (117.24kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (44.88kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.26kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.19kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.76kB) [INFO] Fetching org.polarsys.capella.core.transition.system.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (179.66kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.75kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.21kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.63kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.86kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (175.76kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.96kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.37kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.25kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.22kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (81.11kB) [INFO] Fetching org.polarsys.capella.ui.views_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.05kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.41kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.01kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.13kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.26kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.33kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (74.63kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.8kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.72kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.85kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (189.28kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (56.79kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (568.18kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (127.81kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.37kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.74kB) [INFO] Fetching org.polarsys.capella.core.services.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.8kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (159.36kB) [INFO] Fetching org.polarsys.capella.core.ui.metric.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (44.5kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.37kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.8kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.34kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.03kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (80.96kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.56kB) [INFO] Fetching org.polarsys.capella.core.ui.intro.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.72kB) [INFO] Fetching org.polarsys.capella.core.ui.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.44kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.93kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.55kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.82kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (84.74kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.57kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.43kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.71kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.52kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.16kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.17kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.87kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.07kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.21kB) [INFO] Fetching org.polarsys.capella.core.ui.search_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (131.19kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.8kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.11kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.23kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.01kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.06kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.22kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.34kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.19kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.48kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.6kB) [INFO] Fetching org.polarsys.capella.core.ui.search.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.78kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.24kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_6.1.0.202305031454.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.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.64kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (88.12kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.33kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.84kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (107.97kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (105.68kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (64.23kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.29kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.62kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.79kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.15kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.73kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.98kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.29kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.39kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.04kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.16kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.23kB) [INFO] Fetching org.polarsys.capella.core.re.validation.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (28.18kB) [INFO] Fetching org.polarsys.capella.core.validation.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.31kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.31kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.14kB) [INFO] Fetching org.polarsys.capella.detachment.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.27kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.89kB) [INFO] Fetching org.polarsys.capella.detachment.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.16kB) [INFO] Fetching org.polarsys.capella.developer.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (375.91kB) [INFO] Fetching org.polarsys.capella.diagrams.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (3.21MB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.65kB) [INFO] Fetching org.polarsys.capella.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (591.64kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.63kB) [INFO] Fetching org.polarsys.capella.preferences.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (991.24kB) [INFO] Fetching org.polarsys.capella.properties.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (89.73kB) [INFO] Fetching org.polarsys.capella.re.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (2.58MB) [INFO] Fetching org.polarsys.capella.transitions.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.73MB) [INFO] Fetching org.polarsys.capella.ui.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.2MB) [INFO] Fetching org.polarsys.capella.ui.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.83MB of 16.2MB at 14.81MB/s) [INFO] Fetching org.polarsys.capella.glossary.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (425.36kB) [INFO] Fetching org.polarsys.capella.validation.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (93.1kB) [INFO] Fetching org.polarsys.capella.th.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.56MB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.24MB) [INFO] Fetching org.polarsys.capella.git.doc_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (3.03MB) [INFO] Fetching org.polarsys.capella.doc.feature_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.08kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (8.34kB) [INFO] Fetching org.polarsys.capella.commandline.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.06kB) [INFO] Fetching org.polarsys.capella.diffmerge.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.05kB) [INFO] Fetching org.polarsys.capella.preferences.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.05kB) [INFO] Fetching org.polarsys.capella.properties.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.re.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.98kB) [INFO] Fetching org.polarsys.capella.transitions.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.06kB) [INFO] Fetching org.polarsys.capella.ui.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.99kB) [INFO] Fetching org.polarsys.capella.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.83kB) [INFO] Fetching org.polarsys.capella.diagrams.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.03kB) [INFO] Fetching org.polarsys.capella.glossary.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.03kB) [INFO] Fetching org.polarsys.capella.validation.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.developer.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.th.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.78kB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.08kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (8.53kB) [INFO] Fetching org.polarsys.capella.git.doc.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.85kB) [INFO] Fetching org.polarsys.capella.doc.feature.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.3kB) [INFO] Fetching org.polarsys.capella.docgen_6.1.0.202303281352.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (544.81kB) [INFO] Fetching org.polarsys.capella.docgen.preference_6.1.0.202303281352.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (20.67kB) [INFO] Fetching org.polarsys.capella.docgen.commandline_6.1.0.202303281352.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (19.57kB) [INFO] Fetching org.polarsys.capella.docgen.configuration_6.1.0.202303281352.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (34.31kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.commandline_6.1.0.202303281352.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (22.04kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.ui_6.1.0.202303281352.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (89.24kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.edit_6.1.0.202303281352.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (24.42kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.editor_6.1.0.202303281352.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (80.68kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.feature_6.1.0.202303281352.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/features/ (20.94kB) [INFO] Fetching org.polarsys.capella.docgen.doc_6.1.0.202303281352.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (214.88kB) [INFO] Fetching org.polarsys.capella.docgen.ui_6.1.0.202303281352.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (38.12kB) [INFO] Fetching org.polarsys.capella.docgen.feature_6.1.0.202303281352.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/features/ (20.97kB) [INFO] Fetching org.polarsys.capella.rcp_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.44kB) [INFO] Fetching org.polarsys.capella.rcp.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (8.49kB) [INFO] Fetching org.polarsys.capella.rcp.source_6.1.0.202305031454.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.28kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (45.8kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.55kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (40.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.47kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (58.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (53.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.wizards.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.desc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (36.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.preference.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.55kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.action.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.dsl.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (49.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (85.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (50.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (33.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (22.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.6kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (22.72kB) [INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.emf.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (124.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (45.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.fc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (49.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (33.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (127.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.validation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (26.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.validation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (47.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.validation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (58.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (43.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (41.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (26.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.fc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.helper.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (192.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (110kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.validation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (36.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.helper.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.1kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (59.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (37.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.validatation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (118.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (57.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (72.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (54.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.helpers.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (67.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (68.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (70.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (73.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (268.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (288.27kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (73.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (61.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (85.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (133.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (119.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (69.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (81.41kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (58.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.generators.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (40.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (67.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (79.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.integration.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.common.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.72kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (32.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.desc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (104.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.extension.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.helper.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (37.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.97kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.provider.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.rule.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (65.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (39.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.diagram.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (224.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.doc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (32.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.explorer.contextual.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (57.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.activityexplorer.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (52.47kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.project.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (35.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.reverse.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (36.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.action.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (79.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.preferences.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.preference.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.24kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.09kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.basic.ecore.workflow.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.71kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (22.07kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (38.83kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.common.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.59kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.24kB) [INFO] Fetching org.polarsys.kitalpha.common.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.84kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.36kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.67kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.76kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.64kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.4kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.binding.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.89kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.generator.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.13kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.93kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.manyfile.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.23kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.onefile.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.52kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.35kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.97kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.07kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.31kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.binding.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.89kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.generator.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.88kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.refinery.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.84kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.39kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.compound.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.13kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.consonant.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.84kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.vowel.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.36kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.57kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.85kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (26.97kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.binding.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.93kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.generator.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.55kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.37kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.68kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (22.02kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.24kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.44kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.binding.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.9kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.composergen.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.92kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.generator.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.35kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.refinery.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.83kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.strategy.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.14kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.44kB) [INFO] Fetching org.polarsys.kitalpha.composer.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (84.69kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.59kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.55kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.86kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (73.18kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.help.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.2kB) [INFO] Fetching org.polarsys.kitalpha.composer.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.24kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (160.68kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.92kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.26kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.doc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.51kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (81.29kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.77kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.81kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.4kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (43.95kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.58kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.17kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (22.87kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (22.68kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.65kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (145.77kB) [INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.1kB) [INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (117.91kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (469kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.71kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (109.19kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (468.23kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.49kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (52.28kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (17.37kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.61kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.38kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.45kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.89kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (34.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.83kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.39kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.99kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.33kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.76kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.66kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.19kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.25kB) [INFO] Fetching org.polarsys.kitalpha.report.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.09kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.32kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.5kB) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (34.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.ecore.diagram.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (40.51kB) [INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.6kB) [INFO] Fetching org.polarsys.kitalpha.representation.egf.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.emde.diagram.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.66kB) [INFO] Fetching org.polarsys.kitalpha.representation.emde.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.representation.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.14kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.95kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.91kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.81kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (33.48kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.84kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.49kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (34.16kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.64kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.6kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.strategies_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.26kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.feature_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.strategies.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.52kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.runtime.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.14kB) [INFO] Fetching org.polarsys.kitalpha.sdk.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.14kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.19kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.extended.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.62kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (48.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.2kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.36kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.58kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (163.71kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (37.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (68.38kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.79kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.62kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.32kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.33kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.26kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.7kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature.source_6.1.0.202303220900.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.116.100.v20210602-2209.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.95MB) [INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.0.v20201119-1132.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (9.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.400.v20210410-0052.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (19.9kB) [INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (163.15kB) [INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (912.59kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.13.v20210128-2225.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.93kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1200.v20210527-0259 from https://download.eclipse.org/releases/2021-06/202106161001/binary/ (154.17kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.200.v20190812-0919.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (16.57kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.06kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.500.v20190925-1337.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.48kB) [INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (15.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (23.86kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.116.100.v20210602-2209.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (1.63MB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1200.v20210527-0259 from https://download.eclipse.org/releases/2021-06/202106161001/binary/ (17.01kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (29.48kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.600.v20210323-0524.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (17.6kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.700.v20210323-0524.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (28.08kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (8.88kB) [INFO] [INFO] --- tycho-p2-repository:2.2.0:archive-repository (default-archive-repository) @ org.polarsys.capella.studio.releng.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/org.polarsys.capella.studio.releng.product-6.1.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio.releng.product --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2-director:2.2.0:materialize-products (materialize-products) @ org.polarsys.capella.studio.releng.product --- [INFO] Installing product org.polarsys.capella.studio.releng.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64 Installing org.polarsys.capella.studio.releng.product 6.1.0.202305040821. Operation completed in 53777 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/win32/win32/x86_64 Installing org.polarsys.capella.studio.releng.product 6.1.0.202305040821. Operation completed in 46258 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/Eclipse.app Installing org.polarsys.capella.studio.releng.product 6.1.0.202305040821. Operation completed in 50395 ms. [INFO] [INFO] --- antrun:1.7:run (create-dropin-folders) @ org.polarsys.capella.studio.releng.product --- [INFO] Executing tasks main: [echo] Create dropin folders in porducts [touch] Creating /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/dropins/.empty [touch] Creating /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/dropins/.empty [touch] Creating /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/win32/win32/x86_64/dropins/.empty [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-director:2.2.0:archive-products (archive-products) @ org.polarsys.capella.studio.releng.product --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-6.1.0.202305040821-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-6.1.0.202305040821-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-6.1.0.202305040821-macosx.cocoa.x86_64.zip [INFO] [INFO] -------< org.polarsys.capella:org.polarsys.capella.studio.test >-------- [INFO] Building org.polarsys.capella.studio.test 6.1.0-SNAPSHOT [32/40] [INFO] from tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.test --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.test --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.studio.test --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.studio.test --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio.test --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.test --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.test:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.test:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests >-- [INFO] Building org.polarsys.capella.ad.viewpoint.dsl.tests 6.1.0-SNAPSHOT [33/40] [INFO] from vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.2.0:compile (default-compile) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/org.polarsys.capella.ad.viewpoint.dsl.tests-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/org.polarsys.capella.ad.viewpoint.dsl.tests-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/org.polarsys.capella.ad.viewpoint.dsl.tests-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/org.polarsys.capella.ad.viewpoint.dsl.tests-6.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.2.0:test (default-test) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Publishing 2 bundles to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles [INFO] Command line: [/opt/tools/java/openjdk/jdk-14/14.0.2+12/bin/java, -jar, /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/2.2.0/eclipse/plugins/org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar, -configuration, /tmp/tycho-p2-runtime15747779903921687175.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles/, -metadataRepository, file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles/, -compress, -publishArtifacts, -source, /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles, -timeout, 300000] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] Installing IUs [org.polarsys.capella.ad.viewpoint.dsl.tests, org.eclipse.tycho.surefire.osgibooter, org.eclipse.tycho.surefire.junit4, org.polarsys.capella.rcp] to /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64 Installing org.polarsys.capella.ad.viewpoint.dsl.tests 6.1.0.202305040821. Installing org.eclipse.tycho.surefire.osgibooter 2.2.0. Installing org.eclipse.tycho.surefire.junit4 2.2.0. Installing org.polarsys.capella.rcp 6.1.0.202305031454. Operation completed in 11532 ms. [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-14/14.0.2+12/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/plugins/org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar, -data, /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/work/data, -install, /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64, -configuration, /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/surefire.properties, -testApplication, org.polarsys.capella.studio.product.application, -product, org.polarsys.capella.studio.product.CapellaStudio] Launching application org.polarsys.capella.studio.product.application... Running org.polarsys.capella.ad.viewpoint.dsl.tests.suite.AllTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.polarsys.capella.ad.viewpoint.dsl.tests.suite.AllTests checkCapellaTAExistence(org.polarsys.capella.ad.viewpoint.dsl.tests.ta.CapellaTargetApplicationTests) Time elapsed: 0.036 s testGetGenerationExtensionHelpers(org.polarsys.capella.ad.viewpoint.dsl.tests.ta.CapellaTargetApplicationTests) Time elapsed: 0.009 s testGetBasicSemanticElement(org.polarsys.capella.ad.viewpoint.dsl.tests.ta.CapellaTargetApplicationTests) Time elapsed: 0 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 (Capella Studio Product:1728): Gdk-CRITICAL **: 08:40:23.555: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [INFO] All tests passed! [INFO] [INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.rcptt >------ [INFO] Building org.polarsys.capella.extension.rcptt 6.1.0-SNAPSHOT [34/40] [INFO] from extension/tests/org.polarsys.capella.extension.rcptt/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.extension.rcptt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.rcptt --- [INFO] [INFO] --- rcptt-maven-plugin:2.5.4:resources (default-resources) @ org.polarsys.capella.extension.rcptt --- [INFO] Sys arch is amd64 [INFO] classifier is not specified for AUT, setting to linux.gtk.x86_64 by default [INFO] Resolving artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:6.1.0-SNAPSHOT, this may take a while ... [INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:6.1.0-SNAPSHOT is resolved to /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-6.1.0.202305040821-linux.gtk.x86_64.zip [INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.4, this may take a while ... [INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.4 is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.4/rcptt.runner-2.5.4.zip [INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.4:execute (default-execute) @ org.polarsys.capella.extension.rcptt --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-14/14.0.2+12/bin/java' '-Xms128m' '-Xmx256m' '-Dorg.eclipse.rcptt.runner.returnTestFailure=true' '-jar' '/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/surefire-reports/TEST-org.polarsys.capella.extension.rcptt.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '8151' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2023-05-04 08:40:48.293 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=14.0.2 [INFO] java.vendor=Oracle Corporation [INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [INFO] Framework arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.html -junitReport /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/surefire-reports/TEST-org.polarsys.capella.extension.rcptt.xml -import /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8151 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.html -junitReport /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/surefire-reports/TEST-org.polarsys.capella.extension.rcptt.xml -import /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8151 [INFO] [INFO] !ENTRY org.eclipse.equinox.http.jetty 4 0 2023-05-04 08:40:51.792 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [86] [INFO] Unresolved requirement: Import-Package: org.eclipse.equinox.http.servlet; version="[1.2.0,2.0.0)" [INFO] -> Export-Package: org.eclipse.equinox.http.servlet; bundle-symbolic-name="org.eclipse.equinox.http.servlet"; bundle-version="1.7.300.v20220726-1300"; version="1.2.0" [INFO] org.eclipse.equinox.http.servlet [88] [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)" [INFO] -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.http.servlet 4 0 2023-05-04 08:40:51.794 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [88] [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)" [INFO] -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.jsp.jasper 4 0 2023-05-04 08:40:51.795 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [89] [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.jsp.jasper.registry 4 0 2023-05-04 08:40:51.796 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [90] [INFO] Unresolved requirement: Import-Package: org.eclipse.equinox.jsp.jasper [INFO] -> Export-Package: org.eclipse.equinox.jsp.jasper; bundle-symbolic-name="org.eclipse.equinox.jsp.jasper"; bundle-version="1.1.700.v20220801-1124"; version="1.0.0" [INFO] org.eclipse.equinox.jsp.jasper [89] [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.core.manipulation 4 0 2023-05-04 08:40:51.797 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [132] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ltk.core.refactoring; bundle-version="[3.6.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.junit 4 0 2023-05-04 08:40:51.798 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [134] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.5.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2023-05-04 08:40:51.801 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [139] [INFO] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2023-05-04 08:40:51.804 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [140] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.5.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.pde.runtime 4 0 2023-05-04 08:40:51.807 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.pde.runtime [161] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.3.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.rcptt.core.swt 4 0 2023-05-04 08:40:51.810 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] Started at Thu May 04 08:40:52 UTC 2023 [INFO] RCPTT Runner version: 2.5.4 [INFO] Initializing target platform... [INFO] Begin task: Create AUT configuration [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.896 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins [INFO] Env: null/null/null/null [INFO] JRE: null [INFO] Args: null/null [INFO] Implicit: null [INFO] Handle: 1683189653183.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.896 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.897 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.897 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.897 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.898 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.898 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.898 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.898 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.898 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.899 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.899 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.899 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.899 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.899 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.899 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.900 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.900 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.900 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.900 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.900 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.901 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.901 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.901 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.901 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.901 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.901 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.902 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.902 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.902 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.903 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.903 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.903 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.903 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.904 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.904 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.904 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.904 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.904 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.904 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.904 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.904 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.904 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.905 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.905 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.905 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.905 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.905 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.905 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.905 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.905 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.905 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.906 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.906 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.906 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.906 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.906 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.906 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.906 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.906 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.906 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.907 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.907 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.907 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.907 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.907 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.907 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:41:02.907 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:03.146 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:03.152 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:03.515 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:03.517 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:03.666 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:03.682 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Downloading org.antlr.runtime [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:06.709 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:06.718 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Downloading org.aspectj.runtime [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] progress: Downloading org.aspectj.weaver [INFO] progress: Downloading org.eclipse.equinox.weaving.hook [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.064 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.106 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Downloading org.eclipse.emf.ecore.change [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.124 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.124 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.124 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.125 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:41:07.192 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341. [INFO] progress: Downloading org.eclipse.emf.transaction.ui [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.197 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.197 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:41:07.215 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.validation_root,1.7.0.201306111341. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.282 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] progress: Downloading org.eclipse.emf.importer.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.289 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.289 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.306 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.385 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.386 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.386 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.404 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.405 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] progress: Downloading org.eclipse.emf.importer [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.487 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.487 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.500 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.512 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.513 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.583 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.588 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.589 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.594 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:41:07.603 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332. [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.610 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.695 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.695 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.701 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.708 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.708 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.715 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.783 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.783 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.790 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.exporter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.800 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:41:07.885 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.transaction_root,1.7.0.201306111400. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.885 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:41:07.886 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.887 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.890 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] progress: Downloading org.eclipse.emf.validation [INFO] progress: Downloading org.eclipse.emf.importer.rose [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.902 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.903 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.907 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.907 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ant [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.919 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer.java [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.985 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:07.996 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.012 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.012 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] progress: Downloading org.eclipse.emf.common [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.086 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.086 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.088 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.104 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.108 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation.ui.ide [INFO] progress: Downloading org.eclipse.emf.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.114 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.183 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.184 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.201 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:41:08.206 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.query_root,1.7.0.201306111332. [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.217 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.517 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.529 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.607 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.617 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.695 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.708 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Downloading org.apache.poi.ooxml [INFO] progress: Downloading org.apache.xmlbeans [INFO] progress: Downloading org.apache.poi.ooxml.schemas [INFO] progress: Downloading org.dom4j [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.714 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.714 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.714 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.dom4j,1.6.1.v201312101416 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.715 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.apache.poi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:08.815 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.333 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.334 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.490 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.502 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.583 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.591 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.598 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.788 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.789 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.804 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.809 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.817 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.821 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:41:10.825 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing 202210011055.Default [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.codegen.ecore [INFO] progress: Installing org.eclipse.emf.validation.feature.jar [INFO] progress: Installing org.eclipse.emf.transaction.ui [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.emf.common.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.emf.transaction_root [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.emf.query_root [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.emf.query.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.emf.query.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.emf.query [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.emf.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Preparing to commit the provisioning operation. [INFO] progress: Committing the provisioning operation. [INFO] progress: Reading plug-ins [INFO] Target platform is valid. [INFO] Looking for tests... [INFO] Existing projects in workspace: [INFO] [INFO] Importing projects to workspace: [INFO] Refreshing projects: [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt... OK [INFO] Refreshing projects: [INFO] org.polarsys.capella.extension.rcptt... OK [INFO] Searching for tests in projects: [INFO] org.polarsys.capella.extension.rcptt... [INFO] Complete OK [INFO] Testcase Artifacts:4 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:41:19.595 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] 64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609" specified in config file: eclipse.ini [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws-0: AUT VM arguments: -Dosgi.requiredJavaVersion=11 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m -XX:PermSize=256M -XX:-UseGCOverheadLimit [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:41:26.396 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609" specified in config file: eclipse.ini [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:41:26.409 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /opt/tools/java/openjdk/jdk-14/14.0.2+12 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:41:26.409 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: JVM and AUT architectures are compatible: true. JVM is 64bit and support running 32bit: false [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:41:52.914 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=11, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -XX:PermSize=256M, -XX:-UseGCOverheadLimit, -Dq7id=a4a4dcc4-adca-44e6-8f7f-0980a401459e, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, --illegal-access=permit, -Djava.security.manager=allow, -Declipse.vmargs=-Dosgi.requiredJavaVersion=11 [INFO] -Dosgi.dataAreaRequiresExplicitInit=true [INFO] -Xms512m [INFO] -Xmx2048m [INFO] -XX:PermSize=256M [INFO] -XX:-UseGCOverheadLimit [INFO] -Dq7id=a4a4dcc4-adca-44e6-8f7f-0980a401459e [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] --illegal-access=permit [INFO] -Djava.security.manager=allow [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:41:53.101 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -os, linux, -arch, x86_64, -consoleLog, -eclipse.keyring, /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/secure_storage, -vm, /opt/tools/java/openjdk/jdk-14/14.0.2+12] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2023-05-04 08:42:37.893 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:42:38.484 [INFO] !MESSAGE [AUT-0] Starting: genchain_01.test (0 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:43:12.888 [INFO] !MESSAGE [AUT-0] Finished: genchain_01.test in 33267 (0 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:43:12.915 [INFO] !MESSAGE [AUT-0] Starting: genchain_02.test (1 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-05-04 08:43:12.934 [INFO] !MESSAGE Pass 1 (4) processed. 0 failed. spent: 0:34, 0:22 mins remaining. genchain_01. time: 33267ms [INFO] Pass 1 (4) processed. 0 failed. spent: 0:34, 0:22 mins remaining. genchain_01. time: 33267ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:43:34.219 [INFO] !MESSAGE [AUT-0] Finished: genchain_02.test in 20377 (1 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:43:34.224 [INFO] !MESSAGE [AUT-0] Starting: genchain_03.test (2 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-05-04 08:43:34.301 [INFO] !MESSAGE Pass 2 (4) processed. 0 failed. spent: 0:55, 0:13 mins remaining. genchain_02. time: 20377ms [INFO] Pass 2 (4) processed. 0 failed. spent: 0:55, 0:13 mins remaining. genchain_02. time: 20377ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:44:19.021 [INFO] !MESSAGE [AUT-0] Finished: genchain_03.test in 43721 (2 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:44:19.083 [INFO] !MESSAGE [AUT-0] Starting: genchain_04.test (3 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-05-04 08:44:19.097 [INFO] !MESSAGE Pass 3 (4) processed. 0 failed. spent: 1:40, 0:00 mins remaining. genchain_03. time: 43721ms [INFO] Pass 3 (4) processed. 0 failed. spent: 1:40, 0:00 mins remaining. genchain_03. time: 43721ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:44:54.307 [INFO] !MESSAGE [AUT-0] Finished: genchain_04.test in 34269 (3 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-05-04 08:44:54.382 [INFO] !MESSAGE Pass 4 (4) processed. 0 failed. spent: 2:15, 0:00 mins remaining. genchain_04. time: 34269ms [INFO] Pass 4 (4) processed. 0 failed. spent: 2:15, 0:00 mins remaining. genchain_04. time: 34269ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:44:54.382 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] Finished at Thu May 04 08:44:56 UTC 2023 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2023-05-04 08:44:56.811 [INFO] !MESSAGE The workspace will exit with unsaved changes in this session. [INFO] Runner exit code is: 0 [INFO] [INFO] --- rcptt-maven-plugin:2.5.4:package (default-package) @ org.polarsys.capella.extension.rcptt --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt-6.1.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt/target/org.polarsys.capella-org.polarsys.capella.extension.rcptt-6.1.0-SNAPSHOT-result.zip [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.extension.rcptt --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.extension.rcptt --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.rcptt --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.rcptt --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.rcptt --- [INFO] [INFO] ------< org.polarsys.capella:org.polarsys.capella.gen.doc.tests >------- [INFO] Building org.polarsys.capella.gen.doc.tests 6.1.0-SNAPSHOT [35/40] [INFO] from gendoc/tests/org.polarsys.capella.gen.doc.tests/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.gen.doc.tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.gen.doc.tests --- [INFO] [INFO] --- rcptt-maven-plugin:2.5.4:resources (default-resources) @ org.polarsys.capella.gen.doc.tests --- [INFO] Sys arch is amd64 [INFO] classifier is not specified for AUT, setting to linux.gtk.x86_64 by default [INFO] Resolving artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:6.1.0-SNAPSHOT, this may take a while ... [INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:6.1.0-SNAPSHOT is resolved to /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-6.1.0.202305040821-linux.gtk.x86_64.zip [INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.4, this may take a while ... [INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.4 is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.4/rcptt.runner-2.5.4.zip [INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.4:execute (default-execute) @ org.polarsys.capella.gen.doc.tests --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-14/14.0.2+12/bin/java' '-Xms128m' '-Xmx256m' '-Dorg.eclipse.rcptt.runner.returnTestFailure=true' '-jar' '/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/surefire-reports/TEST-org.polarsys.capella.gen.doc.tests.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '8285' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2023-05-04 08:45:13.160 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=14.0.2 [INFO] java.vendor=Oracle Corporation [INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [INFO] Framework arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/surefire-reports/TEST-org.polarsys.capella.gen.doc.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8285 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/surefire-reports/TEST-org.polarsys.capella.gen.doc.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8285 [INFO] [INFO] !ENTRY org.eclipse.equinox.http.jetty 4 0 2023-05-04 08:45:16.405 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [86] [INFO] Unresolved requirement: Import-Package: org.eclipse.equinox.http.servlet; version="[1.2.0,2.0.0)" [INFO] -> Export-Package: org.eclipse.equinox.http.servlet; bundle-symbolic-name="org.eclipse.equinox.http.servlet"; bundle-version="1.7.300.v20220726-1300"; version="1.2.0" [INFO] org.eclipse.equinox.http.servlet [88] [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)" [INFO] -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.http.servlet 4 0 2023-05-04 08:45:16.407 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [88] [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)" [INFO] -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.jsp.jasper 4 0 2023-05-04 08:45:16.407 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [89] [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.jsp.jasper.registry 4 0 2023-05-04 08:45:16.408 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [90] [INFO] Unresolved requirement: Import-Package: org.eclipse.equinox.jsp.jasper [INFO] -> Export-Package: org.eclipse.equinox.jsp.jasper; bundle-symbolic-name="org.eclipse.equinox.jsp.jasper"; bundle-version="1.1.700.v20220801-1124"; version="1.0.0" [INFO] org.eclipse.equinox.jsp.jasper [89] [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.core.manipulation 4 0 2023-05-04 08:45:16.409 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [132] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ltk.core.refactoring; bundle-version="[3.6.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.junit 4 0 2023-05-04 08:45:16.410 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [134] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.5.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2023-05-04 08:45:16.411 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [139] [INFO] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2023-05-04 08:45:16.411 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [140] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.5.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.pde.runtime 4 0 2023-05-04 08:45:16.412 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.pde.runtime [161] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.3.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.rcptt.core.swt 4 0 2023-05-04 08:45:16.413 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] Started at Thu May 04 08:45:16 UTC 2023 [INFO] RCPTT Runner version: 2.5.4 [INFO] Initializing target platform... [INFO] Begin task: Create AUT configuration [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.455 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins [INFO] Env: null/null/null/null [INFO] JRE: null [INFO] Args: null/null [INFO] Implicit: null [INFO] Handle: 1683189917521.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.455 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.455 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.482 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.482 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.482 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.482 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.483 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.483 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.483 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.483 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.483 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.484 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.484 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.484 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.484 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.484 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.485 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.485 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.485 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.485 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.485 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.486 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.486 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.486 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.486 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.486 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.486 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.486 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.487 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.487 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.487 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.487 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.487 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.487 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.488 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.488 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.488 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.488 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.488 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.488 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.488 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.489 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.489 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.489 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.489 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.489 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.489 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.489 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.489 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.490 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.490 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.490 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.490 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.490 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.490 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.490 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.490 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.490 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.491 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.491 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.491 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.491 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.491 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.491 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.491 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.491 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:45:26.491 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:26.686 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:26.691 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:26.991 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:26.992 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:27.157 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:27.159 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Downloading org.antlr.runtime [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.047 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.056 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Downloading org.aspectj.runtime [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] progress: Downloading org.eclipse.equinox.weaving.hook [INFO] progress: Downloading org.aspectj.weaver [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.359 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.416 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Downloading org.eclipse.emf.ecore.change [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.430 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.430 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.430 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.431 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:45:30.485 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341. [INFO] progress: Downloading org.eclipse.emf.transaction.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.491 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.494 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:45:30.513 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.validation_root,1.7.0.201306111341. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.515 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.584 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.588 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.592 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.595 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.601 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.612 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.613 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.701 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.703 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.704 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.716 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.716 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] progress: Downloading org.eclipse.emf [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.797 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.797 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.808 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.810 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.817 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:45:30.883 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332. [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.894 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.904 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.904 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.914 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.915 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.920 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.986 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.992 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:30.992 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.000 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.exporter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.011 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.014 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.converter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.084 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:45:31.087 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400. [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:45:31.093 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.transaction_root,1.7.0.201306111400. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] progress: Downloading org.eclipse.emf.validation [INFO] progress: Downloading org.eclipse.emf.importer.rose [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.102 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.103 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.103 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.104 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] progress: Downloading org.eclipse.emf.ant [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.115 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.115 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer.java [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.183 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.188 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.199 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.209 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.292 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.292 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.292 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.292 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.302 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation.ui.ide [INFO] progress: Downloading org.eclipse.emf.edit [INFO] progress: Downloading org.eclipse.emf.common [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.322 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.322 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.322 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.389 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:45:31.390 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.query_root,1.7.0.201306111332. [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.395 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.646 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.655 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.721 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.728 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.787 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.794 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Downloading org.apache.poi.ooxml [INFO] progress: Downloading org.apache.xmlbeans [INFO] progress: Downloading org.dom4j [INFO] progress: Downloading org.apache.poi.ooxml.schemas [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.799 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.799 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.799 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.799 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.dom4j,1.6.1.v201312101416 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.apache.poi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:31.900 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.190 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.191 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.295 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.302 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.336 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.343 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.348 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.530 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.531 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.542 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.545 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.550 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.585 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:45:33.589 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing 202210011055.Default [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.codegen.ecore [INFO] progress: Installing org.eclipse.emf.validation.feature.jar [INFO] progress: Installing org.eclipse.emf.transaction.ui [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.emf.common.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.emf.transaction_root [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.emf.query_root [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.emf.query.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.emf.query.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.emf.query [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.emf.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Preparing to commit the provisioning operation. [INFO] progress: Committing the provisioning operation. [INFO] progress: Reading plug-ins [INFO] Target platform is valid. [INFO] Looking for tests... [INFO] Existing projects in workspace: [INFO] [INFO] Importing projects to workspace: [INFO] Refreshing projects: [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests... OK [INFO] Refreshing projects: [INFO] org.polarsys.capella.gen.doc.tests... OK [INFO] Searching for tests in projects: [INFO] org.polarsys.capella.gen.doc.tests... [INFO] Complete OK [INFO] Testcase Artifacts:2 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:45:41.528 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] 64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609" specified in config file: eclipse.ini [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-0: AUT VM arguments: -Dosgi.requiredJavaVersion=11 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m -XX:PermSize=256M -XX:-UseGCOverheadLimit [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:45:47.828 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609" specified in config file: eclipse.ini [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:45:47.840 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /opt/tools/java/openjdk/jdk-14/14.0.2+12 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:45:47.841 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: JVM and AUT architectures are compatible: true. JVM is 64bit and support running 32bit: false [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:46:13.313 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=11, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -XX:PermSize=256M, -XX:-UseGCOverheadLimit, -Dq7id=dc3ef44d-10fa-48e5-b63a-8d3f9f4f7191, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, --illegal-access=permit, -Djava.security.manager=allow, -Declipse.vmargs=-Dosgi.requiredJavaVersion=11 [INFO] -Dosgi.dataAreaRequiresExplicitInit=true [INFO] -Xms512m [INFO] -Xmx2048m [INFO] -XX:PermSize=256M [INFO] -XX:-UseGCOverheadLimit [INFO] -Dq7id=dc3ef44d-10fa-48e5-b63a-8d3f9f4f7191 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] --illegal-access=permit [INFO] -Djava.security.manager=allow [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:46:13.488 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -os, linux, -arch, x86_64, -consoleLog, -eclipse.keyring, /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/secure_storage, -vm, /opt/tools/java/openjdk/jdk-14/14.0.2+12] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2023-05-04 08:46:58.190 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:46:58.594 [INFO] !MESSAGE [AUT-0] Starting: Export Diagram with special characters in name.test (0 from 2) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:47:42.946 [INFO] !MESSAGE [AUT-0] Finished: Export Diagram with special characters in name.test in 43313 (0 from 2) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-05-04 08:47:42.984 [INFO] !MESSAGE Pass 1 (2) processed. 0 failed. spent: 0:44, 0:22 mins remaining. Export Diagram with special characters in name. time: 43313ms [INFO] Pass 1 (2) processed. 0 failed. spent: 0:44, 0:22 mins remaining. Export Diagram with special characters in name. time: 43313ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:47:42.986 [INFO] !MESSAGE [AUT-0] Starting: Export Images.test (1 from 2) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:48:09.218 [INFO] !MESSAGE [AUT-0] Finished: Export Images.test in 25454 (1 from 2) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-05-04 08:48:09.313 [INFO] !MESSAGE Pass 2 (2) processed. 0 failed. spent: 1:10, 0:00 mins remaining. Export Images. time: 25454ms [INFO] Pass 2 (2) processed. 0 failed. spent: 1:10, 0:00 mins remaining. Export Images. time: 25454ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:48:09.313 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] Finished at Thu May 04 08:48:11 UTC 2023 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2023-05-04 08:48:11.834 [INFO] !MESSAGE The workspace will exit with unsaved changes in this session. [INFO] Runner exit code is: 0 [INFO] [INFO] --- rcptt-maven-plugin:2.5.4:package (default-package) @ org.polarsys.capella.gen.doc.tests --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests-6.1.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/org.polarsys.capella-org.polarsys.capella.gen.doc.tests-6.1.0-SNAPSHOT-result.zip [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.gen.doc.tests --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.gen.doc.tests --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.gen.doc.tests --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.gen.doc.tests --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.gen.doc.tests --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.ad.viewpoint.rcptt >-- [INFO] Building org.polarsys.capella.studio.ad.viewpoint.rcptt 6.1.0-SNAPSHOT [36/40] [INFO] from vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] [INFO] --- rcptt-maven-plugin:2.5.4:resources (default-resources) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] Sys arch is amd64 [INFO] classifier is not specified for AUT, setting to linux.gtk.x86_64 by default [INFO] Resolving artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:6.1.0-SNAPSHOT, this may take a while ... [INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:6.1.0-SNAPSHOT is resolved to /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-6.1.0.202305040821-linux.gtk.x86_64.zip [INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.4, this may take a while ... [INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.4 is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.4/rcptt.runner-2.5.4.zip [INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.4:execute (default-execute) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-14/14.0.2+12/bin/java' '-Xms128m' '-Xmx256m' '-Dorg.eclipse.rcptt.runner.returnTestFailure=true' '-jar' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/surefire-reports/TEST-org.polarsys.capella.studio.ad.viewpoint.rcptt.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/projects/org.polarsys.capella.studio.ad.viewpoint.rcptt' '-injection:site' 'https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '8663' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2023-05-04 08:48:27.723 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=14.0.2 [INFO] java.vendor=Oracle Corporation [INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [INFO] Framework arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.html -junitReport /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/surefire-reports/TEST-org.polarsys.capella.studio.ad.viewpoint.rcptt.xml -import /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/projects/org.polarsys.capella.studio.ad.viewpoint.rcptt -injection:site https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/ -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8663 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.html -junitReport /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/surefire-reports/TEST-org.polarsys.capella.studio.ad.viewpoint.rcptt.xml -import /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/projects/org.polarsys.capella.studio.ad.viewpoint.rcptt -injection:site https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/ -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8663 [INFO] [INFO] !ENTRY org.eclipse.equinox.http.jetty 4 0 2023-05-04 08:48:30.812 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [86] [INFO] Unresolved requirement: Import-Package: org.eclipse.equinox.http.servlet; version="[1.2.0,2.0.0)" [INFO] -> Export-Package: org.eclipse.equinox.http.servlet; bundle-symbolic-name="org.eclipse.equinox.http.servlet"; bundle-version="1.7.300.v20220726-1300"; version="1.2.0" [INFO] org.eclipse.equinox.http.servlet [88] [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)" [INFO] -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.http.servlet 4 0 2023-05-04 08:48:30.814 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [88] [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)" [INFO] -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.jsp.jasper 4 0 2023-05-04 08:48:30.814 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [89] [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.jsp.jasper.registry 4 0 2023-05-04 08:48:30.815 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [90] [INFO] Unresolved requirement: Import-Package: org.eclipse.equinox.jsp.jasper [INFO] -> Export-Package: org.eclipse.equinox.jsp.jasper; bundle-symbolic-name="org.eclipse.equinox.jsp.jasper"; bundle-version="1.1.700.v20220801-1124"; version="1.0.0" [INFO] org.eclipse.equinox.jsp.jasper [89] [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.core.manipulation 4 0 2023-05-04 08:48:30.816 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [132] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ltk.core.refactoring; bundle-version="[3.6.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.junit 4 0 2023-05-04 08:48:30.817 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [134] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.5.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2023-05-04 08:48:30.817 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [139] [INFO] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2023-05-04 08:48:30.818 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [140] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.5.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.pde.runtime 4 0 2023-05-04 08:48:30.820 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.pde.runtime [161] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.3.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.rcptt.core.swt 4 0 2023-05-04 08:48:30.822 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] Started at Thu May 04 08:48:31 UTC 2023 [INFO] RCPTT Runner version: 2.5.4 [INFO] Initializing target platform... [INFO] Begin task: Resolving null [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.092 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins [INFO] Env: null/null/null/null [INFO] JRE: null [INFO] Args: null/null [INFO] Implicit: null [INFO] Handle: 1683190112025.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.092 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.092 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.092 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.093 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.093 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.093 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.093 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.094 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.094 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.094 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.094 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.095 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.095 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.095 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.095 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.095 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.095 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.096 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.096 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.096 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.096 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.096 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.096 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.096 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.097 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.097 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.097 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.097 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.097 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.097 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.098 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.098 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.098 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.098 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.098 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.098 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.098 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.099 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.099 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.099 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.099 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.099 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.099 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.099 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.099 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.099 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.100 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.100 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.100 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.100 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.100 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.100 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.100 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.101 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.101 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.101 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.101 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.101 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.101 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.101 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.101 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.101 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.102 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.102 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.102 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.102 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:48:41.102 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:41.306 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:41.312 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] Begin task: Apply injection plugins [INFO] progress: Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/ (19.33kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/ (14.98kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.computation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.41kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.editor [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.editor_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (110.36kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.design [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.computation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.95kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.computation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.95kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.design_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (23.39kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.design_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (23.39kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.activity.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.91kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.design.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.activity.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (20.08kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (78.89kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.design.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (11.2kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (63.29kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (63.29kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.edit [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.edit_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (29.6kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.edit_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (29.6kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.96kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (8.21kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.af.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (37.03kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (37.03kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.wizard.project.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.wizard.project.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (12.97kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (13.8kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.wizard.project.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (12.97kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (13.8kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.vpdsl [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (12.59kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.vpdsl_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (46.28kB) [INFO] progress: Downloading org.polarsys.kitalpha.transposer.componentsample.importer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (16.33kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.vpdsl_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (46.28kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (16.33kB) [INFO] progress: Fetching org.polarsys.kitalpha.transposer.componentsample.importer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (42.34kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.example.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.35kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.35kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (30.19kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (17.32kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (11.78kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (30.19kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (11.78kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (17.32kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.edit.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.generation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.generation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.97kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.edit.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (23.81kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.generation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.97kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.edit.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (23.81kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (18.16kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (17.31kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.44kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (8.66kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.44kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.edit [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (36.71kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (36.71kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (37.01kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.computation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.44kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.computation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.44kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.computation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.example.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.representation.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.representation.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.89kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.representation.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.89kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model.edit.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.analysis [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model.edit.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (8.95kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.45kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.analysis_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.9kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.45kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.analysis_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.9kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.activity.explorer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (11.89kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.activity.explorer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (39.29kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (22.02kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.4kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.96kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (16.81kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.4kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.96kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (16.81kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.vpdsl [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.representation.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.vpdsl_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (12.88kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.97kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.representation.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.97kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.vpdsl_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (12.88kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.representation.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.97kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.97kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.contextual.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.edit [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (8.25kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (8.19kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.contextual.explorer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (20.05kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.edit_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (71.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.43kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.edit_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (71.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (12.86kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (13.01kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.validation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (58.27kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.validation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.4kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.example.installer.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (58.27kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.validation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.4kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.93kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (14.79kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (14.79kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (16.66kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.9kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.9kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.43kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.9kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.design [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.design_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (19.18kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.design_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (19.18kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.92kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl [INFO] progress: Downloading org.polarsys.kitalpha.af.componentsamplearchitectureframework [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (19.36kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (8.33kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (19.36kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (16.08kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (10.12kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.43kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.analysis.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.43kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.analysis.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.41kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.feature [INFO] progress: Downloading org.polarsys.kitalpha.composer.componentsample.importer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.composer.componentsample.importer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (88.77kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (9.79kB) [INFO] progress: Fetching org.polarsys.kitalpha.composer.componentsample.importer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (88.77kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (9.79kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (20kB) [INFO] progress: Downloading org.polarsys.kitalpha.composer.componentsample.installer.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model.edit [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.importer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl [INFO] progress: Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (16.6kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model.edit_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (13.59kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.importer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (699.03kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (17.4kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.importer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (699.03kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (17.4kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (15.02kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.39kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (15.02kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.39kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.ui.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.35kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (20.03kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.ui.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (12.26kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.ui.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (12.26kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (20.03kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (15.76kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (40.97kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (16.04kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (10.55kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (16.04kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (40.97kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.38kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (15.9kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.41kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.ui [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (13.21kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.ui_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (15.05kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.39kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (16.84kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.9kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.9kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.4kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.4kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.43kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (58.72kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.45kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (58.72kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.45kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.design [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.design_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (18.79kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.design.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.91kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.43kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.design.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (9.99kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.43kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.design.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (9.99kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.95kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (11.31kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.95kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.95kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (11.31kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.97kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.validation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.validation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.9kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer.source [INFO] progress: Downloading org.polarsys.kitalpha.transposer.componentsample.installer.feature [INFO] progress: Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.93kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (9.29kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (40.84kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (9.29kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (40.84kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.computation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.editor.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.editor.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (28.95kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.computation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.9kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.computation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.9kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.generation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.generation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (15.58kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.generation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (15.58kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Downloading org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.design [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.design_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (24.84kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (27.78kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.design_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (24.84kB) [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (16.68kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (16.68kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.35kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (12.35kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (20.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (19.88kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (12.35kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (19.88kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (20.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (29.69kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.vpdsl [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (29.69kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.vpdsl_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (18.21kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (18.7kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (19.25kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (18.7kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.vpdsl_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (18.21kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (14.06kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (14.06kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.43kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.92kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.43kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.design [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.generation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.design.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.wizard.project [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.design.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (9.88kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.generation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.design_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (16.77kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.generation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.design.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (9.88kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.design_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (16.77kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.wizard.project_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (22.72kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.4kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (20.01kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.4kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (16.53kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (20.01kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (16.53kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.95kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (16.65kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (15.52kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (16.65kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (15.52kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (20.02kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.44kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.44kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.validation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (19.94kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (10.98kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.validation_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (6.91kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (10.98kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.34kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (54.09kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (32.35kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.46kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.46kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.43kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.46kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.43kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/features/ (9.46kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.design.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (7.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.design.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (11.3kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (16.72kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.design.source_6.0.0.202112171603.jar from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/plugins/ (11.3kB) [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:46.440 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:46.441 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:46.529 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:46.530 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Downloading org.antlr.runtime [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:48.621 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:48.629 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Downloading org.aspectj.runtime [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] progress: Downloading org.aspectj.weaver [INFO] progress: Downloading org.eclipse.equinox.weaving.hook [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:48.910 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:48.954 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] progress: Downloading org.eclipse.emf.ecore.change [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:48.967 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:48.967 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:48.967 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:48.967 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:48:48.991 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341. [INFO] progress: Downloading org.eclipse.emf.transaction.ui [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.012 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:48:49.012 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.validation_root,1.7.0.201306111341. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.012 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf [INFO] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.019 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.020 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer.ecore [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.098 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.098 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.099 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.112 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.116 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.120 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.202 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.207 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.213 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.284 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.290 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.299 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.309 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] progress: Downloading org.eclipse.emf.validation.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.395 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.395 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.395 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:48:49.406 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332. [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.411 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.420 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.420 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.553 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.555 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.582 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] progress: Downloading org.eclipse.emf.query [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.709 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.710 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.713 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.714 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.exporter [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.803 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.803 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.804 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:48:49.805 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400. [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] progress: Downloading org.eclipse.emf.validation [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:48:49.943 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.transaction_root,1.7.0.201306111400. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.943 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.950 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:49.951 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer.rose [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] progress: Downloading org.eclipse.emf.ant [INFO] progress: Downloading org.eclipse.emf.importer.java [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.105 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.105 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.105 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.105 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] progress: Downloading org.eclipse.emf.edit [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.276 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.276 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.277 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.277 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.423 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.424 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.424 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.424 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation.ui.ide [INFO] progress: Downloading org.eclipse.emf.edit [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.583 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.583 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.584 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.593 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:48:50.777 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.query_root,1.7.0.201306111332. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:50.778 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:51.009 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:51.016 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:51.101 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:51.107 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:51.134 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:51.142 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Downloading org.apache.poi.ooxml [INFO] progress: Downloading org.apache.xmlbeans [INFO] progress: Downloading org.dom4j [INFO] progress: Downloading org.apache.poi.ooxml.schemas [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:51.146 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:51.146 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:51.147 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.dom4j,1.6.1.v201312101416 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:51.147 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.apache.poi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:51.306 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/ (19.33kB) [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.225 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.226 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.362 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.389 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.445 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.452 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.458 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.758 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.759 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.790 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.794 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.799 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.803 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/6.0.0.S202112171603/ (14.98kB) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:48:53.830 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.computation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.editor [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.design.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.wizard.project.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.vpdsl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.polarsys.kitalpha.transposer.componentsample.importer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.generation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.model [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.computation [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing 202210011055.Default [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing config.a.jre.javase [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source [INFO] progress: Installing org.eclipse.emf.validation.feature.jar [INFO] progress: Installing org.eclipse.emf.transaction.ui [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.contextual.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source.feature.group [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.feature.jar [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.design [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.feature.jar [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.source [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.source [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.composer.componentsample.importer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.composer.componentsample.installer.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.importer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source.feature.group [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.ui.source [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.emf.common.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.source [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.ui [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.polarsys.kitalpha.transposer.componentsample.installer.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.design [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.design.source [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.validation [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.polarsys.kitalpha.composer.componentsample.installer.feature.feature.group [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit [INFO] progress: Installing org.eclipse.emf.transaction_root [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.computation [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.transformation [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing config.a.jre.javase [INFO] progress: Installing org.eclipse.emf.query_root [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.design [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.feature.group [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.design [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.generation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.design.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.emf.query.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation.source [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.transformation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.source [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation.source [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.design [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.activity.explorer.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model.edit [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis.source [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.edit.source [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model.edit [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.model.edit.source [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.analysis [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.source [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.activity.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.codegen.ecore [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.installer.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.vpdsl [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.edit [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.source [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.validation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.installer.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.source [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing 202112171603.SampleComponentSource [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.analysis.source [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.model.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.source [INFO] progress: Installing org.eclipse.emf.mapping.ecore [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.source [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer.source [INFO] progress: Installing org.polarsys.kitalpha.transposer.componentsample.installer.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.editor.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.generation [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing config.a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation [INFO] progress: Installing org.eclipse.emf.query.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.vpdsl [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.feature.group [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.wizard.project [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.feature.group [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing 202112171603.SampleComponent [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.source.feature.group [INFO] progress: Installing org.eclipse.emf.query [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.validation [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.editor [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.design.source [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Preparing to commit the provisioning operation. [INFO] progress: Committing the provisioning operation. [INFO] progress: Reading plug-ins [INFO] Target platform is valid. [INFO] Looking for tests... [INFO] Existing projects in workspace: [INFO] [INFO] Importing projects to workspace: [INFO] Refreshing projects: [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/projects/org.polarsys.capella.studio.ad.viewpoint.rcptt... OK [INFO] Refreshing projects: [INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt... OK [INFO] Searching for tests in projects: [INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt... [INFO] [INFO] !ENTRY org.eclipse.rcptt.core 4 0 2023-05-04 08:49:02.967 [INFO] !MESSAGE Failed to get context: _7JZocCa8EeyNHMgurMCg6w for element:Many Activity Explorer Pages.test [INFO] -- Testcase is skipped because of incorrect dependencies -- Many Activity Explorer Pages.test. Requires contexts: [_7JZocCa8EeyNHMgurMCg6w] [INFO] [INFO] !ENTRY org.eclipse.rcptt.core 4 0 2023-05-04 08:49:02.978 [INFO] !MESSAGE Failed to get context: _7JZocCa8EeyNHMgurMCg6w for element:AF For EMF Security.test [INFO] -- Testcase is skipped because of incorrect dependencies -- AF For EMF Security.test. Requires contexts: [_7JZocCa8EeyNHMgurMCg6w] [INFO] [INFO] !ENTRY org.eclipse.rcptt.core 4 0 2023-05-04 08:49:02.985 [INFO] !MESSAGE Failed to get context: _7JZocCa8EeyNHMgurMCg6w for element:AF For Capella Security.test [INFO] -- Testcase is skipped because of incorrect dependencies -- AF For Capella Security.test. Requires contexts: [_7JZocCa8EeyNHMgurMCg6w] [INFO] [INFO] !ENTRY org.eclipse.rcptt.core 4 0 2023-05-04 08:49:03.004 [INFO] !MESSAGE Failed to get context: _7JZocCa8EeyNHMgurMCg6w for element:Capella Scurity Viewpoint.test [INFO] -- Testcase is skipped because of incorrect dependencies -- Capella Scurity Viewpoint.test. Requires contexts: [_7JZocCa8EeyNHMgurMCg6w] [INFO] [INFO] !ENTRY org.eclipse.rcptt.core 4 0 2023-05-04 08:49:03.024 [INFO] !MESSAGE Failed to get context: _7JZocCa8EeyNHMgurMCg6w for element:generation Vpdesc to Vptext.test [INFO] -- Testcase is skipped because of incorrect dependencies -- generation Vpdesc to Vptext.test. Requires contexts: [_7JZocCa8EeyNHMgurMCg6w] [INFO] [INFO] !ENTRY org.eclipse.rcptt.core 4 0 2023-05-04 08:49:03.026 [INFO] !MESSAGE Failed to get context: _7JZocCa8EeyNHMgurMCg6w for element:EMF Security Viewpoint.test [INFO] -- Testcase is skipped because of incorrect dependencies -- EMF Security Viewpoint.test. Requires contexts: [_7JZocCa8EeyNHMgurMCg6w] [INFO] No tests found [INFO] No tests to run. [INFO] Finished at Thu May 04 08:49:03 UTC 2023 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2023-05-04 08:49:03.615 [INFO] !MESSAGE The workspace will exit with unsaved changes in this session. [INFO] Runner exit code is: 0 [INFO] [INFO] --- rcptt-maven-plugin:2.5.4:package (default-package) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/projects/org.polarsys.capella.studio.ad.viewpoint.rcptt-6.1.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/org.polarsys.capella-org.polarsys.capella.studio.ad.viewpoint.rcptt-6.1.0-SNAPSHOT-result.zip [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] [INFO] --< org.polarsys.capella:capellastudio.vpdsl.qualityassessment.tests >-- [INFO] Building capellastudio.vpdsl.qualityassessment.tests 6.1.0-SNAPSHOT [37/40] [INFO] from vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] [INFO] --- rcptt-maven-plugin:2.5.4:resources (default-resources) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] Sys arch is amd64 [INFO] classifier is not specified for AUT, setting to linux.gtk.x86_64 by default [INFO] Resolving artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:6.1.0-SNAPSHOT, this may take a while ... [INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:6.1.0-SNAPSHOT is resolved to /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-6.1.0.202305040821-linux.gtk.x86_64.zip [INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.4, this may take a while ... [INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.4 is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.4/rcptt.runner-2.5.4.zip [INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.4:execute (default-execute) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-14/14.0.2+12/bin/java' '-Xms128m' '-Xmx256m' '-Dorg.eclipse.rcptt.runner.returnTestFailure=true' '-jar' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.tests.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests' '-testOptions' 'execTimeout=1200;testExecTimeout=900' '-timeout' '1200' '-shutdownListenerPort' '8561' [INFO] The execution timeout is set to 1200 seconds [INFO] !SESSION 2023-05-04 08:49:17.705 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=14.0.2 [INFO] java.vendor=Oracle Corporation [INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [INFO] Framework arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests -testOptions execTimeout=1200;testExecTimeout=900 -timeout 1200 -shutdownListenerPort 8561 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests -testOptions execTimeout=1200;testExecTimeout=900 -timeout 1200 -shutdownListenerPort 8561 [INFO] [INFO] !ENTRY org.eclipse.equinox.http.jetty 4 0 2023-05-04 08:49:20.990 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [86] [INFO] Unresolved requirement: Import-Package: org.eclipse.equinox.http.servlet; version="[1.2.0,2.0.0)" [INFO] -> Export-Package: org.eclipse.equinox.http.servlet; bundle-symbolic-name="org.eclipse.equinox.http.servlet"; bundle-version="1.7.300.v20220726-1300"; version="1.2.0" [INFO] org.eclipse.equinox.http.servlet [88] [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)" [INFO] -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.http.servlet 4 0 2023-05-04 08:49:20.992 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [88] [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.disk; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.apache.commons.fileupload.servlet; version="[1.2.2,2.0.0)"; resolution:="optional" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http.context; version="[1.1.0,1.2.0)" [INFO] -> Export-Package: org.osgi.service.http.context; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.1.0"; uses:="org.osgi.framework,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.jsp.jasper 4 0 2023-05-04 08:49:20.993 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [89] [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.jsp.jasper.registry 4 0 2023-05-04 08:49:20.994 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [90] [INFO] Unresolved requirement: Import-Package: org.eclipse.equinox.jsp.jasper [INFO] -> Export-Package: org.eclipse.equinox.jsp.jasper; bundle-symbolic-name="org.eclipse.equinox.jsp.jasper"; bundle-version="1.1.700.v20220801-1124"; version="1.0.0" [INFO] org.eclipse.equinox.jsp.jasper [89] [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="1.2.0" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.0.v20220618-0838"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.core.manipulation 4 0 2023-05-04 08:49:20.994 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [132] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ltk.core.refactoring; bundle-version="[3.6.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.junit 4 0 2023-05-04 08:49:20.995 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [134] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.5.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2023-05-04 08:49:20.996 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [139] [INFO] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2023-05-04 08:49:20.997 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [140] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.5.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.pde.runtime 4 0 2023-05-04 08:49:20.997 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.pde.runtime [161] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.3.0,4.0.0)" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.rcptt.core.swt 4 0 2023-05-04 08:49:20.998 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] Started at Thu May 04 08:49:21 UTC 2023 [INFO] RCPTT Runner version: 2.5.4 [INFO] Initializing target platform... [INFO] Begin task: Create AUT configuration [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.266 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins [INFO] Env: null/null/null/null [INFO] JRE: null [INFO] Args: null/null [INFO] Implicit: null [INFO] Handle: 1683190162195.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.266 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.266 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.267 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.267 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.267 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.268 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.282 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.282 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.283 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.283 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.284 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.284 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.285 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.285 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.285 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.285 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.286 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.286 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.287 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.287 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.287 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.288 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.288 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.288 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.289 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.289 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.289 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.289 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.289 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.290 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.290 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.290 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.291 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.291 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.291 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.291 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.291 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.292 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.292 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.292 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.292 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.292 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.293 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.293 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.293 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.293 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.294 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.294 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.294 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.294 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.294 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.294 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.295 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.295 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.295 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.14.0.v20210324-0332.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.295 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.295 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.296 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.296 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.296 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.296 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.296 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.296 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.297 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.297 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.297 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2023-05-04 08:49:31.297 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar and file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:31.462 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:31.466 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:31.784 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:31.786 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:31.939 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:31.941 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Downloading org.antlr.runtime [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:34.699 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:34.708 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Downloading org.aspectj.runtime [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] progress: Downloading org.eclipse.equinox.weaving.hook [INFO] progress: Downloading org.aspectj.weaver [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.032 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.084 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.ecore.change [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.100 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.101 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change,2.9.0.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.101 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.101 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.converter,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:49:35.116 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341. [INFO] progress: Downloading org.eclipse.emf.transaction.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.184 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.187 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:49:35.190 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.validation_root,1.7.0.201306111341. [INFO] progress: Downloading org.eclipse.emf [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.195 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.204 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.210 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.213 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.218 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.296 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.298 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.301 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.387 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.388 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.404 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.483 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.483 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer,2.8.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] progress: Downloading org.eclipse.emf [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.505 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.506 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.511 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.514 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation.ui [INFO] progress: Downloading org.eclipse.emf.query [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.594 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:49:35.594 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332. [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.600 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.610 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.610 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.685 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.685 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.695 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.697 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.query,1.7.0.201306111332 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.698 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.709 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.710 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.exporter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.783 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] progress: Downloading org.eclipse.emf.converter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.795 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.796 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:49:35.802 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.transaction_root,1.7.0.201306111400. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:49:35.804 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.810 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.814 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.815 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation,1.7.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer.rose [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.819 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.824 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ant [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.890 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ant,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer.java [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.911 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.913 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.982 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.995 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:35.997 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.014 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.editor,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.014 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.014 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.019 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore.editor,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation.ui.ide [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.086 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.092 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.099 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.099 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-05-04 08:49:36.114 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.query_root,1.7.0.201306111332. [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.186 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.codegen.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.412 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.422 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.508 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.516 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.538 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.583 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Downloading org.apache.poi.ooxml [INFO] progress: Downloading org.apache.xmlbeans [INFO] progress: Downloading org.dom4j [INFO] progress: Downloading org.apache.poi.ooxml.schemas [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.589 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.589 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.dom4j,1.6.1.v201312101416 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.589 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.589 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.apache.poi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:36.699 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.209 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.210 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.319 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.326 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.364 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.388 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.394 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.556 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.xml.xz [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.557 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.591 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.595 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.601 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.605 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2023-05-04 08:49:38.609 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing 202210011055.Default [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.codegen.ecore [INFO] progress: Installing org.eclipse.emf.validation.feature.jar [INFO] progress: Installing org.eclipse.emf.transaction.ui [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.emf.common.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.emf.transaction_root [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.emf.query_root [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.emf.query.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.emf.query.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.emf.query [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.emf.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Preparing to commit the provisioning operation. [INFO] progress: Committing the provisioning operation. [INFO] progress: Reading plug-ins [INFO] Target platform is valid. [INFO] Looking for tests... [INFO] Existing projects in workspace: [INFO] [INFO] Importing projects to workspace: [INFO] Refreshing projects: [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests... OK [INFO] Refreshing projects: [INFO] capellastudio.vpdsl.qualityassessment.tests... OK [INFO] Searching for tests in projects: [INFO] capellastudio.vpdsl.qualityassessment.tests... [INFO] Complete OK [INFO] Testcase Artifacts:10 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:49:48.236 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] 64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609" specified in config file: eclipse.ini [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0: AUT VM arguments: -Dosgi.requiredJavaVersion=11 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m -XX:PermSize=256M -XX:-UseGCOverheadLimit [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:49:55.486 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609" specified in config file: eclipse.ini [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:49:55.497 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /opt/tools/java/openjdk/jdk-14/14.0.2+12 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:49:55.498 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: JVM and AUT architectures are compatible: true. JVM is 64bit and support running 32bit: false [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:50:21.724 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=11, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -XX:PermSize=256M, -XX:-UseGCOverheadLimit, -Dq7id=74895203-d568-4051-9930-40fd3882f607, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, --illegal-access=permit, -Djava.security.manager=allow, -Declipse.vmargs=-Dosgi.requiredJavaVersion=11 [INFO] -Dosgi.dataAreaRequiresExplicitInit=true [INFO] -Xms512m [INFO] -Xmx2048m [INFO] -XX:PermSize=256M [INFO] -XX:-UseGCOverheadLimit [INFO] -Dq7id=74895203-d568-4051-9930-40fd3882f607 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] --illegal-access=permit [INFO] -Djava.security.manager=allow [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:50:21.847 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -os, linux, -arch, x86_64, -consoleLog, -eclipse.keyring, /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/secure_storage, -vm, /opt/tools/java/openjdk/jdk-14/14.0.2+12] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2023-05-04 08:51:03.491 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:51:03.922 [INFO] !MESSAGE [AUT-0] Starting: Aspect - Data.test (0 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:51:47.386 [INFO] !MESSAGE [AUT-0] Finished: Aspect - Data.test in 42284 (0 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:51:47.393 [INFO] !MESSAGE [AUT-0] Starting: Aspect - Diagram.test (1 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-05-04 08:51:47.424 [INFO] !MESSAGE Pass 1 (10) processed. 0 failed. spent: 0:43, 1:54 mins remaining. Aspect - Data. time: 42284ms [INFO] Pass 1 (10) processed. 0 failed. spent: 0:43, 1:54 mins remaining. Aspect - Data. time: 42284ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:52:18.713 [INFO] !MESSAGE [AUT-0] Finished: Aspect - Diagram.test in 30205 (1 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:52:18.718 [INFO] !MESSAGE [AUT-0] Starting: Aspect - Releng.test (2 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-05-04 08:52:18.791 [INFO] !MESSAGE Pass 2 (10) processed. 0 failed. spent: 1:14, 2:09 mins remaining. Aspect - Diagram. time: 30205ms [INFO] Pass 2 (10) processed. 0 failed. spent: 1:14, 2:09 mins remaining. Aspect - Diagram. time: 30205ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:52:39.485 [INFO] !MESSAGE [AUT-0] Finished: Aspect - Releng.test in 20037 (2 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:52:39.489 [INFO] !MESSAGE [AUT-0] Starting: Aspect - Service.test (3 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-05-04 08:52:39.517 [INFO] !MESSAGE Pass 3 (10) processed. 0 failed. spent: 1:35, 1:54 mins remaining. Aspect - Releng. time: 20037ms [INFO] Pass 3 (10) processed. 0 failed. spent: 1:35, 1:54 mins remaining. Aspect - Releng. time: 20037ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:53:01.731 [INFO] !MESSAGE [AUT-0] Finished: Aspect - Service.test in 21546 (3 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:53:01.739 [INFO] !MESSAGE [AUT-0] Starting: Aspect - UI.test (4 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-05-04 08:53:01.783 [INFO] !MESSAGE Pass 4 (10) processed. 0 failed. spent: 1:57, 1:37 mins remaining. Aspect - Service. time: 21546ms [INFO] Pass 4 (10) processed. 0 failed. spent: 1:57, 1:37 mins remaining. Aspect - Service. time: 21546ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:53:21.950 [INFO] !MESSAGE [AUT-0] Finished: Aspect - UI.test in 19634 (4 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:53:21.954 [INFO] !MESSAGE [AUT-0] Starting: Bug - vpui-1275.test (5 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-05-04 08:53:22.008 [INFO] !MESSAGE Pass 5 (10) processed. 0 failed. spent: 2:18, 1:18 mins remaining. Aspect - UI. time: 19634ms [INFO] Pass 5 (10) processed. 0 failed. spent: 2:18, 1:18 mins remaining. Aspect - UI. time: 19634ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 4 0 2023-05-04 08:53:55.268 [INFO] !MESSAGE error getting interpreter state [INFO] !SUBENTRY 1 org.eclipse.rcptt.ecl.core 4 0 2023-05-04 08:53:55.269 [INFO] !MESSAGE Failed to write org.eclipse.rcptt.ecl.core.impl.SaveStateImpl@5f157c36 (host: null) [INFO] !STACK 0 [INFO] java.net.SocketException: Broken pipe [INFO] at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:420) [INFO] at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:440) [INFO] at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:826) [INFO] at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1052) [INFO] at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1048) [INFO] at java.base/java.io.DataOutputStream.writeByte(DataOutputStream.java:152) [INFO] at org.eclipse.rcptt.ecl.internal.core.EMFStreamPipe.write(EMFStreamPipe.java:145) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession$1.run(EclTcpSession.java:97) [INFO] at java.base/java.lang.Thread.run(Thread.java:832) [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 4 0 2023-05-04 08:53:55.277 [INFO] !MESSAGE Failed to execute command org.eclipse.rcptt.tesla.ecl.model.impl.ShoutdownPlayerImpl@7d79a235 (host: null) [INFO] !STACK 1 [INFO] org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.computeInNewSession(BaseAutLaunch.java:289) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.unsafeExecute(BaseAutLaunch.java:319) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execute(BaseAutLaunch.java:209) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execute(BaseAutLaunch.java:180) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execute(BaseAutLaunch.java:175) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.shutdownPlayer(BaseAutLaunch.java:840) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.doExecute(BaseAutLaunch.java:800) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execTestOrEclContext(BaseAutLaunch.java:691) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execElement(BaseAutLaunch.java:604) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.run(BaseAutLaunch.java:582) [INFO] at org.eclipse.rcptt.internal.launching.ecl.EclScenarioExecutable.doExecuteTest(EclScenarioExecutable.java:111) [INFO] at org.eclipse.rcptt.internal.launching.ecl.EclScenarioExecutable.doExecute(EclScenarioExecutable.java:91) [INFO] at org.eclipse.rcptt.internal.launching.DataExecutable.execute(DataExecutable.java:98) [INFO] at org.eclipse.rcptt.internal.launching.Executable.executeAndRememberResult(Executable.java:127) [INFO] at org.eclipse.rcptt.internal.launching.Executable.executeAndRememberResult(Executable.java:138) [INFO] at org.eclipse.rcptt.internal.launching.Q7LaunchManager$SessionRunnable.run(Q7LaunchManager.java:147) [INFO] at org.eclipse.rcptt.internal.launching.Q7LaunchManager$ExecThread$1.run(Q7LaunchManager.java:723) [INFO] at java.base/java.lang.Thread.run(Thread.java:832) [INFO] Caused by: org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1074) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] Caused by: java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] ... 2 more [INFO] Contains: Couldn't open ECL session [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching 4 0 2023-05-04 08:53:55.279 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 1 [INFO] org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1074) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] Caused by: java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] ... 2 more [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2023-05-04 08:53:55.279 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2023-05-04 08:53:55.279 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching 4 0 2023-05-04 08:53:55.280 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 1 [INFO] org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1074) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] Caused by: java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] ... 2 more [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2023-05-04 08:53:55.280 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2023-05-04 08:53:55.280 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-05-04 08:53:55.506 [INFO] !MESSAGE [INFO] Retry 1 of 3 [INFO] [INFO] [INFO] Retry 1 of 3 [INFO] [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:53:55.508 [INFO] !MESSAGE AUT-0:Restarting (restartId=1) [INFO] AUT-0:Restarting (restartId=1) [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] 64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609" specified in config file: eclipse.ini [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0_restarted_1: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0_restarted_1: AUT VM arguments: -Dosgi.requiredJavaVersion=11 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m -XX:PermSize=256M -XX:-UseGCOverheadLimit [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:54:18.264 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: Detected AUT architecture is x86_64.64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609" specified in config file: eclipse.ini [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:54:18.584 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: Selected JVM is /opt/tools/java/openjdk/jdk-14/14.0.2+12 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:54:18.584 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: JVM and AUT architectures are compatible: true. JVM is 64bit and support running 32bit: false [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:54:43.294 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=11, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -XX:PermSize=256M, -XX:-UseGCOverheadLimit, -Dq7id=3fd57f4c-6290-487c-9059-2e51ec44ef56, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, --illegal-access=permit, -Djava.security.manager=allow, -Declipse.vmargs=-Dosgi.requiredJavaVersion=11 [INFO] -Dosgi.dataAreaRequiresExplicitInit=true [INFO] -Xms512m [INFO] -Xmx2048m [INFO] -XX:PermSize=256M [INFO] -XX:-UseGCOverheadLimit [INFO] -Dq7id=3fd57f4c-6290-487c-9059-2e51ec44ef56 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.400.v20210401-1438.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.2.200.v20180827-1235.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] --illegal-access=permit [INFO] -Djava.security.manager=allow [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2023-05-04 08:54:43.497 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0_restarted_1, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/dev.properties, -ws, gtk, -os, linux, -arch, x86_64, -consoleLog, -eclipse.keyring, /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/secure_storage, -vm, /opt/tools/java/openjdk/jdk-14/14.0.2+12] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2023-05-04 08:55:29.256 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:55:29.501 [INFO] !MESSAGE [AUT-0] Finished: Bug - vpui-1275.test in 33299, Failed to close report node (5 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:55:29.505 [INFO] !MESSAGE [AUT-0] Starting: Bug - vpui-1275.test (5 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 4 0 2023-05-04 08:56:19.338 [INFO] !MESSAGE error getting interpreter state [INFO] !SUBENTRY 1 org.eclipse.rcptt.ecl.core 4 0 2023-05-04 08:56:19.338 [INFO] !MESSAGE Failed to write org.eclipse.rcptt.ecl.core.impl.SaveStateImpl@3b5206dc (host: null) [INFO] !STACK 0 [INFO] java.net.SocketException: Broken pipe [INFO] at java.base/sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:420) [INFO] at java.base/sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:440) [INFO] at java.base/sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:826) [INFO] at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1052) [INFO] at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1048) [INFO] at java.base/java.io.DataOutputStream.writeByte(DataOutputStream.java:152) [INFO] at org.eclipse.rcptt.ecl.internal.core.EMFStreamPipe.write(EMFStreamPipe.java:145) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession$1.run(EclTcpSession.java:97) [INFO] at java.base/java.lang.Thread.run(Thread.java:832) [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 4 0 2023-05-04 08:56:19.342 [INFO] !MESSAGE Failed to execute command org.eclipse.rcptt.tesla.ecl.model.impl.ShoutdownPlayerImpl@177b5d4 (host: null) [INFO] !STACK 1 [INFO] org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.computeInNewSession(BaseAutLaunch.java:289) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.unsafeExecute(BaseAutLaunch.java:319) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execute(BaseAutLaunch.java:209) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execute(BaseAutLaunch.java:180) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execute(BaseAutLaunch.java:175) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.shutdownPlayer(BaseAutLaunch.java:840) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.doExecute(BaseAutLaunch.java:800) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execTestOrEclContext(BaseAutLaunch.java:691) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.execElement(BaseAutLaunch.java:604) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.run(BaseAutLaunch.java:582) [INFO] at org.eclipse.rcptt.internal.launching.ecl.EclScenarioExecutable.doExecuteTest(EclScenarioExecutable.java:111) [INFO] at org.eclipse.rcptt.internal.launching.ecl.EclScenarioExecutable.doExecute(EclScenarioExecutable.java:91) [INFO] at org.eclipse.rcptt.internal.launching.DataExecutable.execute(DataExecutable.java:98) [INFO] at org.eclipse.rcptt.internal.launching.Executable.executeAndRememberResult(Executable.java:127) [INFO] at org.eclipse.rcptt.internal.launching.Executable.executeAndRememberResult(Executable.java:138) [INFO] at org.eclipse.rcptt.internal.launching.Q7LaunchManager$SessionRunnable.run(Q7LaunchManager.java:147) [INFO] at org.eclipse.rcptt.internal.launching.Q7LaunchManager$ExecThread$1.run(Q7LaunchManager.java:723) [INFO] at java.base/java.lang.Thread.run(Thread.java:832) [INFO] Caused by: org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1074) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] Caused by: java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] ... 2 more [INFO] Contains: Couldn't open ECL session [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching 4 0 2023-05-04 08:56:19.343 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 1 [INFO] org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1074) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] Caused by: java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] ... 2 more [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2023-05-04 08:56:19.343 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2023-05-04 08:56:19.343 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching 4 0 2023-05-04 08:56:19.344 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 1 [INFO] org.eclipse.core.runtime.CoreException: Couldn't open ECL session [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1074) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] Caused by: java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] ... 2 more [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2023-05-04 08:56:19.344 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2023-05-04 08:56:19.344 [INFO] !MESSAGE Couldn't open ECL session [INFO] !STACK 0 [INFO] java.net.ConnectException: Connection refused [INFO] at java.base/sun.nio.ch.Net.connect0(Native Method) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:503) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:492) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:333) [INFO] at java.base/java.net.Socket.connect(Socket.java:648) [INFO] at java.base/java.net.Socket.connect(Socket.java:597) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.initSocket(EclTcpSession.java:146) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpSession.(EclTcpSession.java:78) [INFO] at org.eclipse.rcptt.ecl.client.tcp.EclTcpClientManager.startClientSession(EclTcpClientManager.java:26) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutManager$1.connect(BaseAutManager.java:160) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.createEclSession(BaseAutLaunch.java:1072) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2023-05-04 08:56:19.600 [INFO] !MESSAGE [INFO] Retry 2 of 3 [INFO] [INFO] [INFO] Retry 2 of 3 [INFO] [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:56:19.602 [INFO] !MESSAGE AUT-0:Restarting (restartId=2) [INFO] AUT-0:Restarting (restartId=2) [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] 64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.200.v20210429-1609" specified in config file: eclipse.ini [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0_restarted_2: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0_restarted_2: AUT VM arguments: -Dosgi.requiredJavaVersion=11 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m -XX:PermSize=256M -XX:-UseGCOverheadLimit [ERROR] Exception in thread "AUT-Worker-0" java.lang.OutOfMemoryError: Java heap space [ERROR] at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1422) [ERROR] at java.base/java.util.zip.ZipFile$Source.(ZipFile.java:1209) [ERROR] at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1172) [ERROR] at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:717) [ERROR] at java.base/java.util.zip.ZipFile.(ZipFile.java:237) [ERROR] at java.base/java.util.zip.ZipFile.(ZipFile.java:167) [ERROR] at org.eclipse.pde.internal.core.util.ManifestUtils.loadManifest(ManifestUtils.java:107) [ERROR] at org.eclipse.pde.internal.core.MinimalState.addBundle(MinimalState.java:194) [ERROR] at org.eclipse.pde.internal.core.PDEState.createNewTargetState(PDEState.java:166) [ERROR] at org.eclipse.pde.internal.core.PDEState.(PDEState.java:61) [ERROR] at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.sumBundles(TargetPlatformHelper.java:414) [ERROR] at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.calcModels(TargetPlatformHelper.java:398) [ERROR] at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.getTargetModels(TargetPlatformHelper.java:386) [ERROR] at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.getRegistry(TargetPlatformHelper.java:585) [ERROR] at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.getProducts(TargetPlatformHelper.java:541) [ERROR] at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.getDefaultProduct(TargetPlatformHelper.java:683) [ERROR] at org.eclipse.rcptt.launching.ext.Q7LaunchingUtil.updateLaunchConfiguration(Q7LaunchingUtil.java:115) [ERROR] at org.eclipse.rcptt.launching.ext.Q7LaunchingUtil.createLaunchConfiguration(Q7LaunchingUtil.java:102) [ERROR] at org.eclipse.rcptt.launching.ext.Q7LaunchingUtil.createLaunchConfiguration(Q7LaunchingUtil.java:74) [ERROR] at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.validateBundles(TargetPlatformHelper.java:467) [ERROR] at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.resolve(TargetPlatformHelper.java:598) [ERROR] at org.eclipse.rcptt.launching.target.TargetPlatformManager.findTarget(TargetPlatformManager.java:149) [ERROR] at org.eclipse.rcptt.internal.launching.ext.Q7TargetPlatformManager.getTarget(Q7TargetPlatformManager.java:81) [ERROR] at org.eclipse.rcptt.launching.ext.Q7ExternalLaunchDelegate.preLaunchCheck(Q7ExternalLaunchDelegate.java:201) [ERROR] at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:770) [ERROR] at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:717) [ERROR] at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:712) [ERROR] at org.eclipse.rcptt.internal.launching.ext.ExternalLaunchExecutor.launch(ExternalLaunchExecutor.java:30) [ERROR] at org.eclipse.rcptt.internal.launching.aut.BaseAut.launch(BaseAut.java:47) [ERROR] at org.eclipse.rcptt.runner.util.AutThread.launchAut(AutThread.java:412) [ERROR] at org.eclipse.rcptt.runner.util.AutThread.restart(AutThread.java:466) [ERROR] at org.eclipse.rcptt.runner.util.ResultsHandler.testCompleted(ResultsHandler.java:54) [INFO] Skip remaining: AUT is not available [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:56:53.004 [INFO] !MESSAGE Skip remaining: AUT is not available [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2023-05-04 08:56:53.008 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] Finished at Thu May 04 08:56:54 UTC 2023 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2023-05-04 08:56:54.807 [INFO] !MESSAGE The workspace will exit with unsaved changes in this session. [INFO] Runner exit code is: 0 [INFO] [INFO] --- rcptt-maven-plugin:2.5.4:package (default-package) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests-6.1.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/org.polarsys.capella-capellastudio.vpdsl.qualityassessment.tests-6.1.0-SNAPSHOT-result.zip [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ capellastudio.vpdsl.qualityassessment.tests --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] [INFO] ---< org.polarsys.capella:org.polarsys.capella.studio.test.feature >---- [INFO] Building org.polarsys.capella.studio.test.feature 6.1.0-SNAPSHOT [38/40] [INFO] from tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.test.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.test.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/target [INFO] [INFO] --- tycho-packaging:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.test.feature --- [INFO] The project's OSGi version is 6.1.0.202305040821 [INFO] [INFO] --- tycho-packaging:2.2.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-packaging:2.2.0:package-feature (default-package-feature) @ org.polarsys.capella.studio.test.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-6.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio.test.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-6.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.test.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-6.1.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-6.1.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.test.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.test.feature:xml:p2metadata:6.1.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.test.feature:xml:p2artifacts:6.1.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator.tests >-- [INFO] Building Capella Sudio tests Aggregator Module 6.1.0-SNAPSHOT [39/40] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio.releng.aggregator.tests --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >-- [INFO] Building Capella Studio Root 6.1.0-SNAPSHOT [40/40] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.root --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-source:2.2.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-source-feature:2.2.0:source-feature (source-feature) @ org.polarsys.capella.studio.releng.root --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-p2:2.2.0:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.root --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Studio Root 6.1.0-SNAPSHOT: [INFO] [INFO] Capella Studio ..................................... SUCCESS [ 11.887 s] [INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [ 28.868 s] [INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [ 12.138 s] [INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [ 4.091 s] [INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [ 3.453 s] [INFO] org.polarsys.capella.extension.tools ............... SUCCESS [ 5.649 s] [INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [ 4.175 s] [INFO] org.polarsys.capella.studio.product ................ SUCCESS [ 4.076 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SUCCESS [ 4.768 s] [INFO] org.polarsys.capella.ta ............................ SUCCESS [ 3.053 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [ 2.869 s] [INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [ 3.582 s] [INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [ 3.255 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [ 3.545 s] [INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [ 3.066 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [ 3.170 s] [INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [ 3.094 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [ 3.475 s] [INFO] org.polarsys.capella.studio.doc .................... SUCCESS [ 1.805 s] [INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [ 2.925 s] [INFO] org.polarsys.capella.studio.doc.feature ............ SUCCESS [ 1.293 s] [INFO] org.polarsys.capella.studio.product.feature ........ SUCCESS [ 3.088 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SUCCESS [ 2.875 s] [INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SUCCESS [ 2.681 s] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SUCCESS [ 2.700 s] [INFO] org.polarsys.capella.studio.releng.eclipse.feature . SUCCESS [ 3.947 s] [INFO] org.polarsys.capella.studio.releng.capella.feature . SUCCESS [ 1.474 s] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature SUCCESS [ 1.299 s] [INFO] org.polarsys.capella.studio.releng.updatesite ...... SUCCESS [01:15 min] [INFO] Capella Sudio Aggregator Module .................... SUCCESS [ 0.006 s] [INFO] Capella studio Product ............................. SUCCESS [11:26 min] [INFO] org.polarsys.capella.studio.test ................... SUCCESS [ 2.828 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests ........ SUCCESS [01:19 min] [INFO] org.polarsys.capella.extension.rcptt ............... SUCCESS [04:34 min] [INFO] org.polarsys.capella.gen.doc.tests ................. SUCCESS [03:13 min] [INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt ..... SUCCESS [ 50.706 s] [INFO] capellastudio.vpdsl.qualityassessment.tests ........ SUCCESS [07:52 min] [INFO] org.polarsys.capella.studio.test.feature ........... SUCCESS [ 3.407 s] [INFO] Capella Sudio tests Aggregator Module .............. SUCCESS [ 0.006 s] [INFO] Capella Studio Root ................................ SUCCESS [ 0.004 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 35:30 min [INFO] Finished at: 2023-05-04T08:57:00Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } Terminating xvnc. [Pipeline] // xvnc [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive artifacts) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [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-i5rN3kFHZYOX/agent.5811 SSH_AGENT_PID=5813 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Capella-studio_mastercx@tmp/private_key_12817384902490123636.key (/home/jenkins/agent/workspace/Capella-studio_mastercx@tmp/private_key_12817384902490123636.key) [ssh-agent] Started. [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + echo 'deploy update site' deploy update site [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/mastercx [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/mastercx [Pipeline] sh + scp -r releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/artifacts.jar releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/artifacts.xml.xz releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/content.jar releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/content.xml.xz releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/features releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/p2.index releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/mastercx [Pipeline] sh + echo 'deploy product' deploy product [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/studio/products/nightly/mastercx [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/products/nightly/mastercx [Pipeline] sh + scp -r releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-6.1.0.202305040821-linux.gtk.x86_64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-6.1.0.202305040821-macosx.cocoa.x86_64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-6.1.0.202305040821-win32.win32.x86_64.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/studio/products/nightly/mastercx [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 5813 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish tests results) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] sh + mvn -Djacoco.dataFile=/home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec org.jacoco:jacoco-maven-plugin:0.8.6:report -P full -P test -e -f pom.xml Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) 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] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.20 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.19 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [WARNING] The project org.polarsys.capella:org.polarsys.capella.studio:pom:6.1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Studio [pom] [INFO] org.polarsys.capella.studio.releng.targets [eclipse-target-definition] [INFO] org.polarsys.capella.extension.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools.ui [eclipse-plugin] [INFO] org.polarsys.capella.studio.product [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui [eclipse-plugin] [INFO] org.polarsys.capella.ta [eclipse-plugin] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.definition [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.ext [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.portfolio [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.studio.doc [eclipse-plugin] [INFO] org.polarsys.capella.extension.sdk.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.doc.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.product.feature [eclipse-feature] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature [eclipse-feature] [INFO] org.polarsys.capella.cdo.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.eclipse.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.capella.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.updatesite [eclipse-repository] [INFO] Capella Sudio Aggregator Module [pom] [INFO] org.polarsys.capella.studio.test [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests [eclipse-test-plugin] [INFO] org.polarsys.capella.extension.rcptt [rcpttTest] [INFO] org.polarsys.capella.gen.doc.tests [rcpttTest] [INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt [rcpttTest] [INFO] capellastudio.vpdsl.qualityassessment.tests [rcpttTest] [INFO] org.polarsys.capella.studio.test.feature [eclipse-feature] [INFO] Capella Sudio tests Aggregator Module [pom] [INFO] Capella Studio Root [pom] [INFO] [INFO] ----------< org.polarsys.capella:org.polarsys.capella.studio >---------- [INFO] Building Capella Studio 6.1.0-SNAPSHOT [1/39] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio --- [WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-collections:commons-collections:jar:3.2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.targets >--- [INFO] Building org.polarsys.capella.studio.releng.targets 6.1.0-SNAPSHOT [2/39] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.releng.targets --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model >-- [INFO] Building org.polarsys.capella.extension.genchain.model 6.1.0-SNAPSHOT [3/39] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.extension.genchain.model --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.extension.genchain.model' with 10 classes [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.genchain >---- [INFO] Building org.polarsys.capella.extension.genchain 6.1.0-SNAPSHOT [4/39] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.extension.genchain --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.extension.genchain' with 6 classes [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit >-- [INFO] Building org.polarsys.capella.extension.genchain.model.edit 6.1.0-SNAPSHOT [5/39] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.extension.genchain.model.edit' with 5 classes [INFO] [INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.tools >------ [INFO] Building org.polarsys.capella.extension.tools 6.1.0-SNAPSHOT [6/39] [INFO] from extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.extension.tools --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.extension.tools' with 19 classes [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.tools.ui >---- [INFO] Building org.polarsys.capella.extension.tools.ui 6.1.0-SNAPSHOT [7/39] [INFO] from extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.extension.tools.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.extension.tools.ui' with 15 classes [INFO] [INFO] ------< org.polarsys.capella:org.polarsys.capella.studio.product >------ [INFO] Building org.polarsys.capella.studio.product 6.1.0-SNAPSHOT [8/39] [INFO] from product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.product --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.studio.product' with 6 classes [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui >-- [INFO] Building org.polarsys.capella.ad.viewpoint.dsl.generation.ui 6.1.0-SNAPSHOT [9/39] [INFO] from vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.ad.viewpoint.dsl.generation.ui' with 41 classes [INFO] [INFO] ------------< org.polarsys.capella:org.polarsys.capella.ta >------------ [INFO] Building org.polarsys.capella.ta 6.1.0-SNAPSHOT [10/39] [INFO] from vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.ta --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.ta' with 2 classes [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.extension 6.1.0-SNAPSHOT [11/39] [INFO] from vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.ta.viewpoint.dsl.extension' with 1 classes [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition >----- [INFO] Building org.polarsys.capella.cdo.ta.definition 6.1.0-SNAPSHOT [12/39] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdo.ta.definition' with 2 classes [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.cdo.ta.ext >-------- [INFO] Building org.polarsys.capella.cdo.ta.ext 6.1.0-SNAPSHOT [13/39] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdo.ta.ext' with 2 classes [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model >-- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model 6.1.0-SNAPSHOT [14/39] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta.genchain.model' with 9 classes [INFO] [INFO] ---< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio >---- [INFO] Building org.polarsys.capella.cdoxml.ta.portfolio 6.1.0-SNAPSHOT [15/39] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta.portfolio' with 5 classes [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain >---- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain 6.1.0-SNAPSHOT [16/39] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta.genchain' with 2 classes [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.cdoxml.ta >--------- [INFO] Building org.polarsys.capella.cdoxml.ta 6.1.0-SNAPSHOT [17/39] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.cdoxml.ta --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta' with 3 classes [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit >-- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model.edit 6.1.0-SNAPSHOT [18/39] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta.genchain.model.edit' with 6 classes [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.studio.doc >-------- [INFO] Building org.polarsys.capella.studio.doc 6.1.0-SNAPSHOT [19/39] [INFO] from doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.doc --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.sdk.feature >--- [INFO] Building org.polarsys.capella.extension.sdk.feature 6.1.0-SNAPSHOT [20/39] [INFO] from extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.studio.doc.feature >---- [INFO] Building org.polarsys.capella.studio.doc.feature 6.1.0-SNAPSHOT [21/39] [INFO] from doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.doc.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.product.feature >-- [INFO] Building org.polarsys.capella.studio.product.feature 6.1.0-SNAPSHOT [22/39] [INFO] from product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.product.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.feature 6.1.0-SNAPSHOT [23/39] [INFO] from vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdo.ta.definition.feature 6.1.0-SNAPSHOT [24/39] [INFO] from vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdoxml.ta.definition.feature 6.1.0-SNAPSHOT [25/39] [INFO] from vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature >-- [INFO] Building org.polarsys.capella.studio.releng.eclipse.feature 6.1.0-SNAPSHOT [26/39] [INFO] from releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature >-- [INFO] Building org.polarsys.capella.studio.releng.capella.feature 6.1.0-SNAPSHOT [27/39] [INFO] from releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature >-- [INFO] Building org.polarsys.capella.studio.releng.kitalpha.feature 6.1.0-SNAPSHOT [28/39] [INFO] from releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite >-- [INFO] Building org.polarsys.capella.studio.releng.updatesite 6.1.0-SNAPSHOT [29/39] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator >-- [INFO] Building Capella Sudio Aggregator Module 6.1.0-SNAPSHOT [30/39] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] -------< org.polarsys.capella:org.polarsys.capella.studio.test >-------- [INFO] Building org.polarsys.capella.studio.test 6.1.0-SNAPSHOT [31/39] [INFO] from tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.studio.test' with 3 classes [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests >-- [INFO] Building org.polarsys.capella.ad.viewpoint.dsl.tests 6.1.0-SNAPSHOT [32/39] [INFO] from vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_mastercx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.ad.viewpoint.dsl.tests' with 3 classes [INFO] [INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.rcptt >------ [INFO] Building org.polarsys.capella.extension.rcptt 6.1.0-SNAPSHOT [33/39] [INFO] from extension/tests/org.polarsys.capella.extension.rcptt/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.extension.rcptt --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ------< org.polarsys.capella:org.polarsys.capella.gen.doc.tests >------- [INFO] Building org.polarsys.capella.gen.doc.tests 6.1.0-SNAPSHOT [34/39] [INFO] from gendoc/tests/org.polarsys.capella.gen.doc.tests/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.gen.doc.tests --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.ad.viewpoint.rcptt >-- [INFO] Building org.polarsys.capella.studio.ad.viewpoint.rcptt 6.1.0-SNAPSHOT [35/39] [INFO] from vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:capellastudio.vpdsl.qualityassessment.tests >-- [INFO] Building capellastudio.vpdsl.qualityassessment.tests 6.1.0-SNAPSHOT [36/39] [INFO] from vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ---< org.polarsys.capella:org.polarsys.capella.studio.test.feature >---- [INFO] Building org.polarsys.capella.studio.test.feature 6.1.0-SNAPSHOT [37/39] [INFO] from tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.test.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator.tests >-- [INFO] Building Capella Sudio tests Aggregator Module 6.1.0-SNAPSHOT [38/39] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >-- [INFO] Building Capella Studio Root 6.1.0-SNAPSHOT [39/39] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.6:report (default-cli) @ org.polarsys.capella.studio.releng.root --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Studio Root 6.1.0-SNAPSHOT: [INFO] [INFO] Capella Studio ..................................... SUCCESS [ 1.604 s] [INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [ 3.203 s] [INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [ 0.328 s] [INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [ 0.191 s] [INFO] org.polarsys.capella.extension.tools ............... SUCCESS [ 0.321 s] [INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [ 0.191 s] [INFO] org.polarsys.capella.studio.product ................ SUCCESS [ 0.207 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SUCCESS [ 0.525 s] [INFO] org.polarsys.capella.ta ............................ SUCCESS [ 0.279 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [ 0.213 s] [INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [ 0.130 s] [INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [ 0.138 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [ 0.187 s] [INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [ 0.121 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [ 0.106 s] [INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [ 0.108 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [ 0.129 s] [INFO] org.polarsys.capella.studio.doc .................... SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.doc.feature ............ SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.studio.product.feature ........ SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.releng.eclipse.feature . SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.releng.capella.feature . SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.studio.releng.updatesite ...... SUCCESS [ 0.001 s] [INFO] Capella Sudio Aggregator Module .................... SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.test ................... SUCCESS [ 0.103 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests ........ SUCCESS [ 0.109 s] [INFO] org.polarsys.capella.extension.rcptt ............... SUCCESS [ 0.438 s] [INFO] org.polarsys.capella.gen.doc.tests ................. SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt ..... SUCCESS [ 0.002 s] [INFO] capellastudio.vpdsl.qualityassessment.tests ........ SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.test.feature ........... SUCCESS [ 0.001 s] [INFO] Capella Sudio tests Aggregator Module .............. SUCCESS [ 0.001 s] [INFO] Capella Studio Root ................................ SUCCESS [ 0.001 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:19 min [INFO] Finished at: 2023-05-04T08:59:38Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Perform Sonar analysis) [Pipeline] withCredentials Masking supported pattern matches of $SONARCLOUD_TOKEN [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [SONARCLOUD_TOKEN] See https://jenkins.io/redirect/groovy-string-interpolation for details. + mvn sonar:sonar -Dsonar.projectKey=eclipse_capella-studio -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -Dsonar.skipDesign=true -Dsonar.dynamic=reuseReports -Dsonar.java.source=8 -Dsonar.scanner.force-deprecated-java-version=true '-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml' -Dsonar.java.coveragePlugin=jacoco -Dsonar.core.codeCoveragePlugin=jacoco '-Dsonar.exclusions=**/generated/**/*.java,**/src-gen/**/*.java' -Dsonar.branch.name=mastercx -P full -P test -e -f pom.xml Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) 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] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.20 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.19 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [WARNING] The project org.polarsys.capella:org.polarsys.capella.studio:pom:6.1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Studio [pom] [INFO] org.polarsys.capella.studio.releng.targets [eclipse-target-definition] [INFO] org.polarsys.capella.extension.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools.ui [eclipse-plugin] [INFO] org.polarsys.capella.studio.product [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui [eclipse-plugin] [INFO] org.polarsys.capella.ta [eclipse-plugin] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.definition [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.ext [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.portfolio [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.studio.doc [eclipse-plugin] [INFO] org.polarsys.capella.extension.sdk.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.doc.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.product.feature [eclipse-feature] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature [eclipse-feature] [INFO] org.polarsys.capella.cdo.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.eclipse.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.capella.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.updatesite [eclipse-repository] [INFO] Capella Sudio Aggregator Module [pom] [INFO] org.polarsys.capella.studio.test [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests [eclipse-test-plugin] [INFO] org.polarsys.capella.extension.rcptt [rcpttTest] [INFO] org.polarsys.capella.gen.doc.tests [rcpttTest] [INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt [rcpttTest] [INFO] capellastudio.vpdsl.qualityassessment.tests [rcpttTest] [INFO] org.polarsys.capella.studio.test.feature [eclipse-feature] [INFO] Capella Sudio tests Aggregator Module [pom] [INFO] Capella Studio Root [pom] [WARNING] The POM for org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.eclipse.acceleo:org.eclipse.acceleo.maven:3.5.2: Plugin org.eclipse.acceleo:org.eclipse.acceleo.maven:3.5.2 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 (absent): Could not find artifact org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 in rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/) [WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:3.9.1.2184 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:3.9.1.2184: SonarQube plugin was moved to SonarSource organisation [INFO] [INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >-- [INFO] Building Capella Studio Root 6.1.0-SNAPSHOT [1/39] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] The POM for org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.eclipse.acceleo:org.eclipse.acceleo.maven:3.5.2: Plugin org.eclipse.acceleo:org.eclipse.acceleo.maven:3.5.2 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 (absent): org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 was not found in https://repo.eclipse.org/content/repositories/rcptt-releases/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of rcptt-releases has elapsed or updates are forced [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools.ui:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc.feature:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.product:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools.ui:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc.feature:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.product:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.product.feature:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools.ui:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc.feature:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.product:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.product.feature:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:6.1.0-SNAPSHOT (provided) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.test:jar:6.1.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- sonar:3.9.1.2184:sonar (default-cli) @ org.polarsys.capella.studio.releng.root --- [WARNING] The POM for commons-lang:commons-lang:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 8.0.0.40601 [INFO] Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent) [INFO] Load global settings [INFO] Load global settings (done) | time=604ms [INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] User cache: /home/jenkins/.sonar/cache [INFO] Load/download plugins [INFO] Load plugins index [INFO] Load plugins index (done) | time=575ms [INFO] Load/download plugins (done) | time=5825ms [INFO] Loaded core extensions: developer-scanner [INFO] Found an active CI vendor: 'Jenkins' [INFO] Load project settings for component key: 'eclipse_capella-studio' [INFO] Load project settings for component key: 'eclipse_capella-studio' (done) | time=544ms [INFO] Process project properties [INFO] Execute project builders [INFO] Execute project builders (done) | time=2ms [INFO] Project key: eclipse_capella-studio [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx [INFO] Working dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/target/sonar [INFO] Load project branches [INFO] Load project branches (done) | time=530ms [INFO] Check ALM binding of project 'eclipse_capella-studio' [INFO] Detected project binding: BOUND [INFO] Check ALM binding of project 'eclipse_capella-studio' (done) | time=503ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=533ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=2ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=654ms [INFO] Load active rules [INFO] Load active rules (done) | time=6459ms [INFO] Organization key: eclipse [INFO] Branch name: mastercx, type: short-lived [INFO] Load project repositories [INFO] Load project repositories (done) | time=584ms [INFO] SCM collecting changed files in the branch [WARNING] Could not find ref: master in refs/heads, refs/remotes/upstream or refs/remotes/origin [INFO] SCM collecting changed files in the branch (done) | time=121ms [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.ad.viewpoint.dsl.generation.ui' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui [INFO] Source paths: .polyglot.build.properties, src, generated [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdo.ta.definition' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdo.ta.definition.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdo.ta.ext' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdoxml.ta' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdoxml.ta.definition.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain [INFO] Source paths: .polyglot.build.properties, src, generated [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain.model' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain.model.edit' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdoxml.ta.portfolio' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio [INFO] Source paths: .polyglot.build.properties, src, generated [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.extension.genchain' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain [INFO] Source paths: .polyglot.build.properties, src, generated [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.extension.genchain.model' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model [INFO] Source paths: .polyglot.build.properties, generated [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.extension.genchain.model.edit' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit [INFO] Source paths: .polyglot.build.properties, generated [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.extension.sdk.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/features/org.polarsys.capella.extension.sdk.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.extension.tools' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools [INFO] Source paths: .polyglot.build.properties, src, generated [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.extension.tools.ui' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.doc' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/plugins/org.polarsys.capella.studio.doc [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.doc.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/doc/features/org.polarsys.capella.studio.doc.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.product' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.product.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/product/features/org.polarsys.capella.studio.product.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.releng.capella.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.capella.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.releng.eclipse.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.releng.kitalpha.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.releng.updatesite' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.updatesite [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.ta' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.ta.viewpoint.dsl.extension' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.ta.viewpoint.dsl.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'Capella Sudio Aggregator Module' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.aggregator [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'capellastudio.vpdsl.qualityassessment.tests' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.ad.viewpoint.dsl.tests' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.extension.rcptt' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/extension/tests/org.polarsys.capella.extension.rcptt [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.gen.doc.tests' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/gendoc/tests/org.polarsys.capella.gen.doc.tests [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.ad.viewpoint.rcptt' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.test' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.test.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/tests/features/org.polarsys.capella.studio.test.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'Capella Sudio tests Aggregator Module' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.releng.targets' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.targets [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'Capella Studio' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx/releng/plugins/org.polarsys.capella.studio.releng.parent [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'Capella Studio Root' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_mastercx [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] 83 files indexed [INFO] 47 files ignored because of inclusion/exclusion patterns [INFO] 25 files ignored because of scm ignore settings [INFO] Quality profile for java: Capella-java-quality-profile [INFO] Quality profile for xml: Sonar way [INFO] ------------- Run sensors on module org.polarsys.capella.studio.test.feature [INFO] Load metrics repository [INFO] Load metrics repository (done) | time=546ms [INFO] Sensor cache enabled [INFO] Load sensor cache [INFO] Load sensor cache (404) | time=550ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=17ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=9ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=16ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=337ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1965ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=2ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.extension.rcptt [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=3ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=1528ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=11ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=7ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=13ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.ad.viewpoint.dsl.tests [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=23ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=9ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=2536ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=32ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=5ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 2 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=20ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=11ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.ad.viewpoint.rcptt [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=24ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=10ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.gen.doc.tests [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=20ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=10ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module capellastudio.vpdsl.qualityassessment.tests [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=30ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.test [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=7ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=6ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=234ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/tests/plugins/org.polarsys.capella.studio.test/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=40ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Capella Sudio tests Aggregator Module [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=16ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=91ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.ta.viewpoint.dsl.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=0ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.ad.viewpoint.dsl.generation.ui [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=9ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=9ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 21 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 21 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=4634ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 21 source files to be analyzed [INFO] 21/21 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=59ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=49ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=16ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.ta.viewpoint.dsl.extension [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=7ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=5ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=141ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=106ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain.model.edit [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=5ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=4ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=325ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=8ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdoxml.ta [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=7ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=6ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=177ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=5ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=4ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=128ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain.model [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=5ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=5ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 8 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=462ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 8 source files to be analyzed [INFO] 8/8 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=15ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=5ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=18ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.extension.genchain.model [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.product [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=4ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=4ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 4 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1352ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/product/plugins/org.polarsys.capella.studio.product/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=11ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=13ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.doc [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdo.ta.definition.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdo.ta.definition [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=6ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=6ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 2 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=116ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.releng.capella.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=13ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.releng.kitalpha.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=10ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdo.ta.ext [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=5ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=5ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 2 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=110ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.extension.tools.ui [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=6ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=5ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 6 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 6 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1085ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=14ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=7ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.ta [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=5ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=5ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 2 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=235ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.ta/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.doc.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=10ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.extension.genchain [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=5ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=4ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=216ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.genchain/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.extension.tools [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=6ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=5ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1265ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/extension/plugins/org.polarsys.capella.extension.tools/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 5 source files to be analyzed [INFO] 5/5 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=10ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=13ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.definition.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.releng.updatesite [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=11ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.extension.sdk.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=1ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=0ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.product.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=0ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.releng.eclipse.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=10ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=8ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.portfolio [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=4ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=31ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=220ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_mastercx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=10ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.extension.genchain.model.edit [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=0ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Capella Sudio Aggregator Module [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=16ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.releng.targets [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=16ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=15ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Capella Studio [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=65ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=6ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Capella Studio Root [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=9ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] Sensor javabugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/Capella-studio_mastercx/target/sonar/ir/java [INFO] No IR files have been included for analysis. [INFO] Sensor javabugs [dbd] (done) | time=2ms [INFO] Sensor pythonbugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/Capella-studio_mastercx/target/sonar/ir/python [INFO] No IR files have been included for analysis. [INFO] Sensor pythonbugs [dbd] (done) | time=0ms [INFO] Sensor JavaSecuritySensor [security] [INFO] No taint analysis rules have been enabled, will not execute taint analysis. [INFO] Sensor JavaSecuritySensor [security] (done) | time=1ms [INFO] Sensor CSharpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_mastercx/target/ucfg_cs2 [INFO] Read 0 type definitions [INFO] No UCFGs have been included for analysis. [INFO] Sensor CSharpSecuritySensor [security] (done) | time=2ms [INFO] Sensor PhpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_mastercx/target/sonar/ucfg2/php [INFO] Read 0 type definitions [INFO] No UCFGs have been included for analysis. [INFO] Sensor PhpSecuritySensor [security] (done) | time=0ms [INFO] Sensor PythonSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_mastercx/target/sonar/ucfg2/python [INFO] Read 0 type definitions [INFO] No UCFGs have been included for analysis. [INFO] Sensor PythonSecuritySensor [security] (done) | time=0ms [INFO] Sensor JsSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_mastercx/target/sonar/ucfg2/js [INFO] Read 0 type definitions [INFO] No UCFGs have been included for analysis. [INFO] Sensor JsSecuritySensor [security] (done) | time=0ms [INFO] ------------- Run sensors on project [INFO] Sensor Analysis Warnings import [csharp] [INFO] Sensor Analysis Warnings import [csharp] (done) | time=1ms [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=1ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=170ms [INFO] CPD Executor 16 files had no CPD blocks [INFO] CPD Executor Calculating CPD for 52 files [INFO] CPD Executor CPD calculation finished (done) | time=29ms [INFO] SCM writing changed lines [WARNING] Could not find ref: master in refs/heads, refs/remotes/upstream or refs/remotes/origin [INFO] SCM writing changed lines (done) | time=27ms [INFO] Analysis report generated in 286ms, dir size=505 KB [INFO] Analysis report compressed in 108ms, zip size=118 KB [INFO] Analysis report uploaded in 1094ms [INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=eclipse_capella-studio&branch=mastercx&resolved=false [INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AYfl_yHQ08iDKw8p4Z5Z [INFO] Analysis total time: 44.666 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Studio Root 6.1.0-SNAPSHOT: [INFO] [INFO] Capella Studio ..................................... SKIPPED [INFO] org.polarsys.capella.studio.releng.targets ......... SKIPPED [INFO] org.polarsys.capella.extension.genchain.model ...... SKIPPED [INFO] org.polarsys.capella.extension.genchain ............ SKIPPED [INFO] org.polarsys.capella.extension.genchain.model.edit . SKIPPED [INFO] org.polarsys.capella.extension.tools ............... SKIPPED [INFO] org.polarsys.capella.extension.tools.ui ............ SKIPPED [INFO] org.polarsys.capella.studio.product ................ SKIPPED [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SKIPPED [INFO] org.polarsys.capella.ta ............................ SKIPPED [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SKIPPED [INFO] org.polarsys.capella.cdo.ta.definition ............. SKIPPED [INFO] org.polarsys.capella.cdo.ta.ext .................... SKIPPED [INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SKIPPED [INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SKIPPED [INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SKIPPED [INFO] org.polarsys.capella.cdoxml.ta ..................... SKIPPED [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SKIPPED [INFO] org.polarsys.capella.studio.doc .................... SKIPPED [INFO] org.polarsys.capella.extension.sdk.feature ......... SKIPPED [INFO] org.polarsys.capella.studio.doc.feature ............ SKIPPED [INFO] org.polarsys.capella.studio.product.feature ........ SKIPPED [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SKIPPED [INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SKIPPED [INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SKIPPED [INFO] org.polarsys.capella.studio.releng.eclipse.feature . SKIPPED [INFO] org.polarsys.capella.studio.releng.capella.feature . SKIPPED [INFO] org.polarsys.capella.studio.releng.kitalpha.feature SKIPPED [INFO] org.polarsys.capella.studio.releng.updatesite ...... SKIPPED [INFO] Capella Sudio Aggregator Module .................... SKIPPED [INFO] org.polarsys.capella.studio.test ................... SKIPPED [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests ........ SKIPPED [INFO] org.polarsys.capella.extension.rcptt ............... SKIPPED [INFO] org.polarsys.capella.gen.doc.tests ................. SKIPPED [INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt ..... SKIPPED [INFO] capellastudio.vpdsl.qualityassessment.tests ........ SKIPPED [INFO] org.polarsys.capella.studio.test.feature ........... SKIPPED [INFO] Capella Sudio tests Aggregator Module .............. SKIPPED [INFO] Capella Studio Root ................................ SUCCESS [ 59.690 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:13 min [INFO] Finished at: 2023-05-04T09:01:56Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: UNSTABLE