Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 8ff9fd4f8473793ced1d71bf17239e43ec344f00 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-b4f1d is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1716824300458" labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" kubernetes.jenkins.io/controller: "http___jenkins-ui_capella_svc_cluster_local_capellax" name: "centos-7-b4f1d" 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-b4f1d" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-b4f1d" - 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-3206.vb_15dcf73f6a_9" 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-b4f1d in /home/jenkins/agent/workspace/Capella-studio_master [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_master # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-studio.git > git --version # timeout=10 > git --version # 'git version 2.36.6' 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/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/eclipse/capella-studio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 8ff9fd4f8473793ced1d71bf17239e43ec344f00 (master) Commit message: "[releng] Update target platform to nightly" > git config core.sparsecheckout # timeout=10 > git checkout -f 8ff9fd4f8473793ced1d71bf17239e43ec344f00 # timeout=10 > git rev-list --no-walk 2ff5e7439c4d961d9993314362bf6ffef5f0c0ff # 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.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [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.21 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 7.0.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.7.5: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 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-03/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2023-03 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/tpd/nightly/latest [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (462B) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/ (7.6kB) [INFO] Fetching 202303151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-03/ (63B) [INFO] Fetching bcpg_1.72.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (397.08kB) [INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.75MB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.01kB) [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.92MB) [INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (816.86kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (32.41kB) [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.17kB) [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.23MB) [INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.78MB) [INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.29MB) [INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (586.39kB) [INFO] Fetching javax.annotation_1.3.5.v20221203-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.09kB) [INFO] Fetching org.eclipse.osgi_3.18.300.v20230220-1352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.47MB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (169.92kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (370.34kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (317.8kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (393.54kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64.89kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (83.65kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (844.43kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (909.51kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (262.89kB) [INFO] Fetching org.apache.log4j_1.2.24.v20221221-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (357.66kB) [INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (109.43kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (74.44kB) [INFO] Fetching org.eclipse.cbi.targetplatform_3.1.0.202403260932.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/plugins/ (279.44kB) [INFO] Fetching org.eclipse.cbi.targetplatform.model_3.1.0.202403260920.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/plugins/ (104.16kB) [INFO] Fetching org.eclipse.xtext_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.65MB) [INFO] Fetching org.eclipse.equinox.common_3.17.100.v20230202-1341.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (147.22kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (161.99kB) [INFO] Fetching org.eclipse.xtext.util_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (313.56kB) [INFO] Fetching org.eclipse.xtend.lib_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.25kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (176.44kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (362.07kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.7.0.v20230204-1018.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.59kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.09kB) [INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (595.34kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (564.57kB) [INFO] Fetching org.eclipse.cbi.targetplatform.ide_3.1.0.202403260920.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/plugins/ (81.93kB) [INFO] Fetching org.eclipse.cbi.targetplatform.ui_3.1.0.202403260920.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/plugins/ (134.88kB) [INFO] Fetching org.eclipse.xtext.ide_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (496.58kB) [INFO] Fetching org.eclipse.emf.ecore_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.jdt.launching_3.19.900.v20230209-1222.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (570.79kB) [INFO] Fetching org.eclipse.xtext.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.89MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (62.46kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.76kB) [INFO] Fetching org.eclipse.ui.editors_3.15.0.v20221201-1935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (621.13kB) [INFO] Fetching org.eclipse.ui.ide_3.20.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.39MB) [INFO] Fetching org.eclipse.ui_3.202.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (434.05kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (806.64kB) [INFO] Fetching org.eclipse.pde.core_3.16.100.v20230126-0956.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.36MB) [INFO] Fetching org.eclipse.core.resources_3.18.200.v20230209-0754.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (892.83kB) [INFO] Fetching org.eclipse.jface.text_3.23.0.v20230123-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.views_3.11.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (107.39kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.700.v20230210-0941.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (691.11kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (93.93kB) [INFO] Fetching org.eclipse.ui.forms_3.11.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (331.64kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.commands_3.10.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (116.39kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (196.21kB) [INFO] Fetching org.eclipse.core.databinding_1.12.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (286.17kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (314.81kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (164.87kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (297.19kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.core.jobs_3.13.300.v20230111-0823.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (114.59kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.45kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.07kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.9kB) [INFO] Fetching org.eclipse.debug.core_3.20.100.v20230124-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (400.21kB) [INFO] Fetching org.eclipse.debug.ui_3.17.200.v20230220-1318.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3MB) [INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (245.21kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.37kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.8kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.46kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.3kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.200.v20230220-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.85kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.66kB) [INFO] Fetching org.eclipse.swt_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.jface_3.29.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.500.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (215.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.800.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (205.06kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.04kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.500.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.53kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.3.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (395.08kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.3.700.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (209.61kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.14.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (266.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.800.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (149.44kB) [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.14kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.11kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (91.78kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (238.68kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (120.01kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.800.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (252.1kB) [INFO] Fetching org.eclipse.jface.databinding_1.14.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (291.47kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.9kB) [INFO] Fetching org.eclipse.urischeme_1.2.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (53.71kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (129.12kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.82kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.69kB) [INFO] Fetching org.eclipse.emf.common_2.28.0.v20230223-0922.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (378.6kB) [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (168.05kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (188.37kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (301.89kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (354.71kB) [INFO] Fetching org.eclipse.ui.workbench_3.128.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.800.v20221205-1614.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (172.79kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.400.v20221201-0952.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.66kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (112.39kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.87kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (133.75kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (86.25kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.71kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.06kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (77.31kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.53kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.800.v20221205-1614.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (116.91kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.76kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (63.84kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.19kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (144.7kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.69kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (249.79kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.87kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.6kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.08kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.37kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.46kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.10.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (107.54kB) [INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.01kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.26kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.400.v20221201-0952.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.71kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.42kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.06kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.06kB) [INFO] Fetching org.tukaani.xz.source_1.9.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (135.7kB) [INFO] Fetching bcpg.source_1.72.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (311.89kB) [INFO] Fetching bcprov.source_1.72.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (7.5MB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.97kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.68kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (33.47kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.300.v20221203-1819.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.300.v20221214-0640.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (246.26kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.85kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.64kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (156.48kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.65kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.22kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (72.59kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (51.45kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.300.v20221203-1932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (256.99kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.57kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.86kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.300.v20221203-1819.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.56kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.26kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.300.v20221203-1932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (180.5kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.300.v20221214-0640.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (151.64kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.61kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.800.v20230113-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (659.55kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (105.26kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.12kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (172.26kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.34kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.800.v20230113-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (309.56kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.79kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.27kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (87.3kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.24kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.05kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.72kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.1kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.27kB) [INFO] Fetching org.eclipse.ui.browser_3.7.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (209.28kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (129.58kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.51kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (50.45kB) [INFO] Fetching org.sat4j.core.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (454.22kB) [INFO] Fetching org.sat4j.pb.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (347.82kB) [INFO] Fetching org.eclipse.equinox.app.source_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.31kB) [INFO] Fetching org.eclipse.jdt.core_3.33.0.v20230222-1748.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4MB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.33.0.v20230218-1114.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.01MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.18.0.v20230209-2203.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.29MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.100.v20230117-1625.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (343.25kB) [INFO] Fetching org.eclipse.jdt.debug_3.20.100.v20230119-1127.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (919.02kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.1000.v20230207-1058.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.ui_3.28.0.v20230210-2115.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.95MB) [INFO] Fetching org.eclipse.search_3.14.400.v20230209-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (499.45kB) [INFO] Fetching org.eclipse.team.ui_3.9.600.v20230207-1607.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.team.core_3.9.700.v20221201-0946.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (402.85kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ui.navigator_3.11.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (425.29kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.600.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (175.28kB) [INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (495.56kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.67kB) [INFO] Fetching org.eclipse.xtext.builder_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (394.87kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (252.07kB) [INFO] Fetching org.eclipse.xtext.smap_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.31kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.96kB) [INFO] Fetching org.eclipse.xtext.common.types_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (504.19kB) [INFO] Fetching org.eclipse.xtext.buildship_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.36kB) [INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.94kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (250kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.17kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.29kB) [INFO] Fetching org.eclipse.xtext.ecore_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.81kB) [INFO] Fetching org.eclipse.xtext.java_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.02kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.24.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.18kB) [INFO] Fetching org.eclipse.xtext.m2e_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.36kB) [INFO] Fetching org.eclipse.xtext.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.43MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (121.86kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.5kB) [INFO] Fetching org.eclipse.xtext.util.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (143.45kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (361.05kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (208.46kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.98kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.65kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.07kB) [INFO] Fetching org.eclipse.xtext.java.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.75kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.15kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (195.86kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.89kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.5kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (137.29kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.53kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.51kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.28kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.9kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.28kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.75kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (93.74kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.59kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.89kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (288.83kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.11kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.47kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.09kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.23kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data, -application, org.eclipse.cbi.targetplatform.tpd.converter, capellastudio.targetplatform] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. >> 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/releases/2023-03/ (122B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2023-03/ (122B) >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B) >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B) >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB) >> Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B) >> Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB) >> 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.41kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/ (60.41kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (10.8kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (10.8kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (144.14kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (144.14kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (23.62kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (23.62kB) >> 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.5kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.5kB) >> Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B) >> Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B) >> Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B) >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB) >> 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/milestones/S202401081627/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB) >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB) >> Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B) >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB) >> Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) >> Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB) >> Fetching content.jar from https://download.eclipse.org/modeling/emft/eef/updates/releases/1.5/R201601141612/ (14.28kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/modeling/emft/eef/updates/releases/1.5/R201601141612/ (14.28kB) >> Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (523B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (523B) >> 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/acceleo/updates/releases/3.7/R202311201319/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (14.49kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (14.49kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (14.05kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (14.05kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (14.61kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (14.61kB) >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/ (47.36kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/ (47.36kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (9.27kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (9.27kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (7.05kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (7.05kB) >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB) >> Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB) >> Fetching p2.index from https://download.eclipse.org/nebula/releases/3.0.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/nebula/releases/3.0.0/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB) >> Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (93.87kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (93.87kB) The target platform definition file has been successfully generated. [INFO] [INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ org.polarsys.capella.studio.releng.targets --- [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 [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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: 39.770 s [INFO] Finished at: 2024-05-27T15:39:14Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Package & Install Capella Studio) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn clean install -P full -P sign -P product -e Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [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.21 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-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 org.apache.commons:commons-lang3:jar:3.12.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:sources:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/../org.polarsys.capella.studio.releng.targets/capellastudio.target for environments=[linux/gtk/x86_64, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@634d56eb... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Fetching 202303151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-03/ (63B) [INFO] Fetching com.ibm.icu_72.1.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.72MB) [INFO] Fetching com.sun.jna_5.12.1.v20221103-2317.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (1.82MB) [INFO] Fetching com.sun.jna.platform_5.12.1.v20221103-2317.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (1.44MB) [INFO] Fetching 202112081000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-12/ (63B) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.96MB) [INFO] Fetching org.apache.batik.constants_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (16.48kB) [INFO] Fetching org.apache.batik.util_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (141kB) [INFO] Fetching org.apache.batik.i18n_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (19.7kB) [INFO] Fetching org.apache.xmlgraphics_2.9.0.v20230916-1600.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (712.18kB) [INFO] Fetching org.apache.batik.css_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (356.1kB) [INFO] Fetching org.apache.commons.commons-io_2.11.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (319.47kB) [INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (163.1kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.71kB) [INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.300.v20230126-0801.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (142.6kB) [INFO] Fetching org.eclipse.jdt.junit_3.15.200.v20230209-1546.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (546.88kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (317.81kB) [INFO] Fetching org.eclipse.egf.common_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (78.9kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.egf.core_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (139.42kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (88.93kB) [INFO] Fetching org.eclipse.egf.core.platform_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (90.54kB) [INFO] Fetching org.eclipse.egf.core.producer_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (20.84kB) [INFO] Fetching org.eclipse.egf.domain_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.3kB) [INFO] Fetching org.eclipse.egf.model_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (407.63kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (97.67kB) [INFO] Fetching org.eclipse.egf.model.ftask_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (49.06kB) [INFO] Fetching org.eclipse.egf.pattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (149.78kB) [INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (35.12kB) [INFO] Fetching org.eclipse.egf.model.fprod_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (40.89kB) [INFO] Fetching org.eclipse.egf.emf.pattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (2.77MB) [INFO] Fetching org.eclipse.egf.pattern.jet_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (36.88kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (128.87kB) [INFO] Fetching org.eclipse.emf.validation_1.8.1.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (412.33kB) [INFO] Fetching org.eclipse.egf.model.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (418.25kB) [INFO] Fetching org.eclipse.egf.producer_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (71.28kB) [INFO] Fetching org.eclipse.egf.model.jetpattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (25.4kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (20.12kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (143.13kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (371.28kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (59.59kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.49kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (25.02kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (65.93kB) [INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.47kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.53kB) [INFO] Fetching org.eclipse.egf.producer.ftask_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (24.01kB) [INFO] Fetching org.eclipse.emf.converter_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.31kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.100.v20230115-0919.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.99kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.11.600.v20230209-1546.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (178.79kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (421.77kB) [INFO] Fetching org.eclipse.pde.launching_3.10.300.v20230129-1906.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (142.69kB) [INFO] Fetching org.eclipse.pde.ui_3.13.800.v20230214-0834.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4.54MB) [INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (346.47kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.500.v20220903-1020.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (387.45kB) [INFO] Fetching org.eclipse.ui.views.log_1.3.500.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (174kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.400.v20221207-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (160.56kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (65.43kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (418.55kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.48kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.09kB) [INFO] Fetching org.polarsys.kitalpha.report_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.58kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (44.84kB) [INFO] Fetching org.polarsys.kitalpha.emde_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (63.72kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.35kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (36.66kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (43.07kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.68kB) [INFO] Fetching org.polarsys.kitalpha.report.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.69kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.24kB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.06MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.16MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.15MB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.41kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (42.83kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.02kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Fetching com.google.guava_31.1.0.jre.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.82MB) [INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4.51kB) [INFO] Fetching javaewah_1.1.13.v20211029-0839.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (182.62kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20220506-1020.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (88.94kB) [INFO] Fetching org.apache.batik.anim_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (524.02kB) [INFO] Fetching org.apache.batik.dom_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (200.28kB) [INFO] Fetching org.apache.batik.dom.svg_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (245.63kB) [INFO] Fetching org.apache.batik.awt.util_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (446.37kB) [INFO] Fetching org.apache.batik.parser_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (88.94kB) [INFO] Fetching org.apache.batik.ext_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (18.96kB) [INFO] Fetching org.apache.batik.bridge_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (739.11kB) [INFO] Fetching org.apache.batik.gvt_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (206.58kB) [INFO] Fetching org.apache.batik.script_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (34.04kB) [INFO] Fetching org.apache.batik.xml_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (42.04kB) [INFO] Fetching org.apache.batik.codec_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (123.34kB) [INFO] Fetching org.apache.batik.transcoder_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (141.19kB) [INFO] Fetching org.apache.batik.svggen_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (246.22kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (300.96kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.v20221207-1049.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (823.2kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (356.05kB) [INFO] Fetching org.apache.sshd.osgi_2.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.76MB) [INFO] Fetching org.apache.sshd.sftp_2.9.2.v20221117-1942.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (397.68kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.9.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (81.84kB) [INFO] Fetching org.eclipse.draw2d_3.14.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (650.37kB) [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.16kB) [INFO] Fetching org.eclipse.egf.task_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (15.07kB) [INFO] Fetching org.eclipse.egit.core_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (628.95kB) [INFO] Fetching org.eclipse.jgit_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.94MB) [INFO] Fetching org.eclipse.jgit.gpg.bc_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.11kB) [INFO] Fetching org.eclipse.jgit.http.apache_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.13kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (212.91kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (93.7kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (150.48kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (179.88kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (151.85kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202303072132.jar from https://download.eclipse.org/nebula/releases/3.0.0/plugins/ (109.07kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.57kB) [INFO] Fetching org.eclipse.gef_3.15.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (999.88kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (120.44kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (261.47kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (104.02kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (123.44kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (41.37kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (16.81kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (102.45kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (78.42kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (135.8kB) [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.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (116.27kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (193.24kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.10.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (1.17MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (31.01kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (95.89kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (103.86kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (51.54kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (221.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (92.97kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (139.8kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.9.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (95.21kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.11.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (201.51kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (219kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (65.25kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (26.17kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (121.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (126.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (72.27kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.10.2.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (321.11kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (112.31kB) [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.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/nebula/releases/3.0.0/plugins/ (155.83kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.5.1.202303072132.jar from https://download.eclipse.org/nebula/releases/3.0.0/plugins/ (1.58MB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.67kB) [INFO] Fetching org.eclipse.sirius_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (883.37kB) [INFO] Fetching org.eclipse.sirius.common_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (259.81kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (96.65kB) [INFO] Fetching org.eclipse.sirius.model_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (643.01kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (31.16kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (19.38kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (11.45kB) [INFO] Fetching org.eclipse.sirius.common.ui_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (286.71kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (43.39kB) [INFO] Fetching org.eclipse.sirius.diagram_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (714.62kB) [INFO] Fetching org.eclipse.sirius.diagram.model_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (761.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (16.05kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (59.42kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (439.04kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (5.82MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (11.73kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (283.54kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (119.16kB) [INFO] Fetching org.eclipse.sirius.ui_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (1.43MB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (34.37kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (13.62kB) [INFO] Fetching org.eclipse.sirius.ext.gef_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (18.04kB) [INFO] Fetching org.eclipse.sirius.ext.jface_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (10.79kB) [INFO] Fetching org.eclipse.sirius.ext.swt_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (11.46kB) [INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.66kB) [INFO] Fetching org.eclipse.sirius.table_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (141.45kB) [INFO] Fetching org.eclipse.sirius.table.model_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (248.68kB) [INFO] Fetching org.polarsys.capella.common_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (83.76kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.86kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (148.99kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.52kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (103.96kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.2kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.68kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.35kB) [INFO] Fetching org.polarsys.capella.common.model_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.24kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.58kB) [INFO] Fetching org.polarsys.capella.common.ef_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.3kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.03kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.38kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.85kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (151.96kB) [INFO] Fetching org.polarsys.capella.common.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (223.6kB) [INFO] Fetching org.polarsys.capella.common.helpers_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.92kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (498.34kB) [INFO] Fetching org.polarsys.capella.core.model.handler_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (128.93kB) [INFO] Fetching org.polarsys.capella.common.libraries_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.72kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.32kB) [INFO] Fetching org.polarsys.capella.common.queries_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (45.83kB) [INFO] Fetching org.polarsys.capella.common.tools.report_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.37kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.35kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (49.09kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.14kB) [INFO] Fetching org.polarsys.capella.common.re.gen_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (68.79kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (164.47kB) [INFO] Fetching org.polarsys.capella.common.ui.services_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.38kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.22kB) [INFO] Fetching org.polarsys.capella.core.preferences_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (224.53kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.06kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.08kB) [INFO] Fetching org.polarsys.capella.core.data.gen_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (2.24MB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (74.12kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.39kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.64kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.af.integration_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (73.14kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.76kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (79.36kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (79.61kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.93kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (273.61kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (201.35kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.26kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.42kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.33kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (106.8kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.56kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (235.44kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.57kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (112.35kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.25MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (88.27kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (417.14kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (167.39kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.6kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (91.79kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.32kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (218.31kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.91kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_7.0.0.202405210941.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.data.oa.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (57.09kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.42kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_7.0.0.202405210941.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.sharedmodel.properties_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.75kB) [INFO] Fetching org.polarsys.capella.core.egf_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/plugins/ (355.13kB) [INFO] Fetching org.polarsys.capella.core.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (44.63kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (26.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (44.73kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (47.68kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.16kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (480.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.34kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (90.92kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (40.9kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.6kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.92kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.common.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (55.77kB) [INFO] Fetching org.eclipse.egf.core.pde_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (72.78kB) [INFO] Fetching org.eclipse.egf.core.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (135.39kB) [INFO] Fetching org.eclipse.egf.pattern.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (462.02kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.11kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (55.11kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (80.01kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Fetching org.apache.lucene.analysis-common_9.4.2.v20221211-0752.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.85MB) [INFO] Fetching org.apache.lucene.core_9.4.2.v20221211-0752.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.69MB) [INFO] Fetching org.apache.lucene.analysis-smartcn_9.4.2.v20221211-0752.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.45MB) [INFO] Fetching org.eclipse.help.base_4.3.1000.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (434.56kB) [INFO] Fetching org.eclipse.help.ui_4.4.100.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (536.94kB) [INFO] Fetching org.eclipse.pde.runtime_3.7.600.v20230128-2205.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (211.13kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.700.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (114.89kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.58kB) [INFO] Fetching org.polarsys.capella.core.application_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.6kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (118.6kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.eclipse.resources.mgt_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (41.27kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.editor_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (78.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.common_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (37.97kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (41.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (48.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.provider_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (33.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.helper_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (52.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (128.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (122.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.validation_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (59.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (51.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.extension_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.93kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (44.51kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.67kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (476.38kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (33.09kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (132.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (69.66kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (63.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (196.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (119.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (50.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.helpers_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.82kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.portfolio:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [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] Capella Studio Root [pom] [INFO] [INFO] ----------< org.polarsys.capella:org.polarsys.capella.studio >---------- [INFO] Building Capella Studio 7.0.0-SNAPSHOT [1/32] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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 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.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.polarsys.capella.studio --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio/7.0.0-SNAPSHOT/org.polarsys.capella.studio-7.0.0-SNAPSHOT.pom [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.targets >--- [INFO] Building org.polarsys.capella.studio.releng.targets 7.0.0-SNAPSHOT [2/32] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.targets --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (generate.target) @ org.polarsys.capella.studio.releng.targets --- [WARNING] p2 repository with URL https://download.eclipse.org/releases/2023-03 is associated with multiple IDs; was 'Eclipse-2023-03', now is 'targetplatform-tp' [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/tpd/nightly/latest [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/ (172B) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (317.8kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.23kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data, -application, org.eclipse.cbi.targetplatform.tpd.converter, capellastudio.targetplatform] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. >> 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/releases/2023-03/ (122B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2023-03/ (122B) >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B) >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B) >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB) >> Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B) >> Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB) >> 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.41kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/ (60.41kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (10.8kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (10.8kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (144.14kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (144.14kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (23.62kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (23.62kB) >> 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.5kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.5kB) >> Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B) >> Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B) >> Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B) >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB) >> 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/milestones/S202401081627/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB) >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB) >> Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B) >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB) >> Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) >> Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB) >> Fetching content.jar from https://download.eclipse.org/modeling/emft/eef/updates/releases/1.5/R201601141612/ (14.28kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/modeling/emft/eef/updates/releases/1.5/R201601141612/ (14.28kB) >> Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (523B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (523B) >> 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/acceleo/updates/releases/3.7/R202311201319/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (14.49kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (14.49kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (14.05kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (14.05kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (14.61kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (14.61kB) >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/ (47.36kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/ (47.36kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (9.27kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (9.27kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (7.05kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (7.05kB) >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB) >> Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB) >> Fetching p2.index from https://download.eclipse.org/nebula/releases/3.0.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/nebula/releases/3.0.0/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB) >> Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (93.87kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (93.87kB) The target platform definition file has been successfully generated. [INFO] [INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.targets --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.target to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.targets/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.targets-7.0.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.targets/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.targets-7.0.0-SNAPSHOT.pom [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model >-- [INFO] Building org.polarsys.capella.extension.genchain.model 7.0.0-SNAPSHOT [3/32] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain.model --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain.model --- [INFO] Resolving class path of org.polarsys.capella.extension.genchain.model... [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (13.13kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.56kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (28.06kB) [INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.16kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.200.v20220710-1223.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.77kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.75kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (251.02kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.92kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (27.41kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (39.29kB) [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_master/extension/plugins/org.polarsys.capella.extension.genchain.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain.model --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain.model --- [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_master/extension/plugins/org.polarsys.capella.extension.genchain.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain.model --- [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 [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.genchain.model --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain.model --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.genchain.model --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.genchain >---- [INFO] Building org.polarsys.capella.extension.genchain 7.0.0-SNAPSHOT [4/32] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain --- [WARNING] Invalid POM for commons-io:commons-io:jar:2.11.0, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain --- [INFO] Resolving class path of org.polarsys.capella.extension.genchain... [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.200.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.11kB) [INFO] Fetching org.polarsys.capella.ui.views_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.98kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.59kB) [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.13.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.78kB) [INFO] Fetching org.eclipse.ui.win32_3.4.600.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.48kB) [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_master/extension/plugins/org.polarsys.capella.extension.genchain/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain --- [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_master/extension/plugins/org.polarsys.capella.extension.genchain/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.genchain --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.genchain --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit >-- [INFO] Building org.polarsys.capella.extension.genchain.model.edit 7.0.0-SNAPSHOT [5/32] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Resolving class path of 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_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain.model.edit --- [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_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-p2:2.7.5: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:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.tools >------ [INFO] Building org.polarsys.capella.extension.tools 7.0.0-SNAPSHOT [6/32] [INFO] from extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.tools --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.tools --- [INFO] Resolving class path of org.polarsys.capella.extension.tools... [INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.24kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (28.48kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.700.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.6kB) [INFO] Fetching org.eclipse.equinox.console.jaas.fragment_1.1.100.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (7.47kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.agent_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.69kB) [INFO] Fetching org.eclipse.core.net.win32_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.48kB) [INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (21.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (754.98kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (733.56kB) [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_master/extension/plugins/org.polarsys.capella.extension.tools/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.tools --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.tools --- [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_master/extension/plugins/org.polarsys.capella.extension.tools/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.tools --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.tools --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.tools --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.tools --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.tools.ui >---- [INFO] Building org.polarsys.capella.extension.tools.ui 7.0.0-SNAPSHOT [7/32] [INFO] from extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.tools.ui --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools.ui --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.tools.ui --- [INFO] Resolving class path of 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_master/extension/plugins/org.polarsys.capella.extension.tools.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.tools.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.tools.ui --- [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_master/extension/plugins/org.polarsys.capella.extension.tools.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.tools.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.tools.ui --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.tools.ui --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.tools.ui --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] ------< org.polarsys.capella:org.polarsys.capella.studio.product >------ [INFO] Building org.polarsys.capella.studio.product 7.0.0-SNAPSHOT [8/32] [INFO] from product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.product --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.product --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.product --- [INFO] Resolving class path of 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_master/product/plugins/org.polarsys.capella.studio.product/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.studio.product --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.studio.product --- [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_master/product/plugins/org.polarsys.capella.studio.product/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.studio.product --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.product --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.product --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.product --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.studio.product --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.product --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui >-- [INFO] Building org.polarsys.capella.ad.viewpoint.dsl.generation.ui 7.0.0-SNAPSHOT [9/32] [INFO] from vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [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_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-p2:2.7.5: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:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] ------------< org.polarsys.capella:org.polarsys.capella.ta >------------ [INFO] Building org.polarsys.capella.ta 7.0.0-SNAPSHOT [10/32] [INFO] from vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ta --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ta --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.ta/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ta --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ta --- [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_master/vpdsl/plugins/org.polarsys.capella.ta/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ta --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ta --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ta --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ta --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ta --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.ta --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.ta --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.extension 7.0.0-SNAPSHOT [11/32] [INFO] from vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [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_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-p2:2.7.5: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:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition >----- [INFO] Building org.polarsys.capella.cdo.ta.definition 7.0.0-SNAPSHOT [12/32] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdo.ta.definition --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.definition --- [INFO] artifact org.eclipse.emf:org.eclipse.emf.common: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.platform:org.eclipse.osgi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.emf:org.eclipse.emf.ecore: checking for updates from eclipse.maven.central.mirror [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdo.ta.definition --- [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_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdo.ta.definition --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdo.ta.definition --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdo.ta.definition --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.cdo.ta.ext >-------- [INFO] Building org.polarsys.capella.cdo.ta.ext 7.0.0-SNAPSHOT [13/32] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdo.ta.ext --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdo.ta.ext --- [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_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdo.ta.ext --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdo.ta.ext --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdo.ta.ext --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model >-- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model 7.0.0-SNAPSHOT [14/32] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-p2:2.7.5: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:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] ---< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio >---- [INFO] Building org.polarsys.capella.cdoxml.ta.portfolio 7.0.0-SNAPSHOT [15/32] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.portfolio --- [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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.portfolio --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain >---- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain 7.0.0-SNAPSHOT [16/32] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain --- [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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.cdoxml.ta >--------- [INFO] Building org.polarsys.capella.cdoxml.ta 7.0.0-SNAPSHOT [17/32] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta --- [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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit >-- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model.edit 7.0.0-SNAPSHOT [18/32] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-p2:2.7.5: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:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.studio.doc >-------- [INFO] Building org.polarsys.capella.studio.doc 7.0.0-SNAPSHOT [19/32] [INFO] from doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.doc --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.doc --- [INFO] Resolving class path of 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_master/doc/plugins/org.polarsys.capella.studio.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ 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_master/doc/plugins/org.polarsys.capella.studio.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.studio.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/target/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/doc/plugins/org.polarsys.capella.studio.doc/target/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.doc --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.studio.doc --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.doc --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/target/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.sdk.feature >--- [INFO] Building org.polarsys.capella.extension.sdk.feature 7.0.0-SNAPSHOT [20/32] [INFO] from extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.extension.sdk.feature --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.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_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.sdk.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.studio.doc.feature >---- [INFO] Building org.polarsys.capella.studio.doc.feature 7.0.0-SNAPSHOT [21/32] [INFO] from doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.doc.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.doc.feature --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/target/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-p2:2.7.5: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_master/doc/features/org.polarsys.capella.studio.doc.feature/target/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.doc.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.doc.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/target/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.product.feature >-- [INFO] Building org.polarsys.capella.studio.product.feature 7.0.0-SNAPSHOT [22/32] [INFO] from product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.product.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.product.feature --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.product.feature --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.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_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.product.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.product.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.feature 7.0.0-SNAPSHOT [23/32] [INFO] from vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.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_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-p2:2.7.5: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:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdo.ta.definition.feature 7.0.0-SNAPSHOT [24/32] [INFO] from vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.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_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.7.5: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:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdoxml.ta.definition.feature 7.0.0-SNAPSHOT [25/32] [INFO] from vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.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_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.7.5: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:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature >-- [INFO] Building org.polarsys.capella.studio.releng.eclipse.feature 7.0.0-SNAPSHOT [26/32] [INFO] from releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Fetching org.eclipse.ocl.ecore_3.18.0.v20221201-0557.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (385.64kB) [INFO] Fetching org.eclipse.ocl_3.18.0.v20221201-0557.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.ocl.common_1.18.0.v20221201-0557.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.89kB) [INFO] Fetching org.eclipse.ocl.source_3.18.0.v20221201-0557.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (906.8kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (112.42kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.36kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (535.07kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (228.7kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.8.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (197.66kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (64.36kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.8.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.79kB) [INFO] Fetching org.apache.commons.cli_1.4.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (66.54kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.77kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202311201319.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/plugins/ (503.27kB) [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.202311201319.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/plugins/ (13.85kB) [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-p2:2.7.5: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_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-p2:2.7.5: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:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.eclipse.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.eclipse.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.eclipse.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.eclipse.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature >-- [INFO] Building org.polarsys.capella.studio.releng.capella.feature 7.0.0-SNAPSHOT [27/32] [INFO] from releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-p2:2.7.5: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_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-p2:2.7.5: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:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.capella.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.capella.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.capella.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.capella.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature >-- [INFO] Building org.polarsys.capella.studio.releng.kitalpha.feature 7.0.0-SNAPSHOT [28/32] [INFO] from releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-p2:2.7.5: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_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-p2:2.7.5: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:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.kitalpha.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.kitalpha.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.kitalpha.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.kitalpha.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite >-- [INFO] Building org.polarsys.capella.studio.releng.updatesite 7.0.0-SNAPSHOT [29/32] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [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_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5: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] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5: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.7.5: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.7.5: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.7.5: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.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (302.99kB) [INFO] Fetching com.sun.el.javax.el_3.0.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (218.76kB) [INFO] Fetching javax.el-api_3.0.3.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (77.95kB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (96.33kB) [INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.93kB) [INFO] Fetching junit-jupiter-api_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (202.89kB) [INFO] Fetching junit-platform-commons_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.63kB) [INFO] Fetching org.opentest4j_1.2.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (7.47kB) [INFO] Fetching junit-jupiter-engine_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (240.83kB) [INFO] Fetching junit-platform-engine_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (184.79kB) [INFO] Fetching junit-platform-launcher_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (165.27kB) [INFO] Fetching junit-jupiter-migrationsupport_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.04kB) [INFO] Fetching junit-jupiter-params_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (566.24kB) [INFO] Fetching junit-platform-runner_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.19kB) [INFO] Fetching junit-platform-suite-api_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.73kB) [INFO] Fetching junit-platform-suite-commons_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.94kB) [INFO] Fetching junit-platform-suite-engine_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.55kB) [INFO] Fetching junit-vintage-engine_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.33kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.24kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.76kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (198.71kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.69kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.36MB) [INFO] Fetching org.apiguardian.api_1.1.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (6.65kB) [INFO] Fetching org.eclipse.acceleo.common_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (102.76kB) [INFO] Fetching org.eclipse.acceleo.engine_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (204.1kB) [INFO] Fetching org.eclipse.acceleo.model_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (161.48kB) [INFO] Fetching org.eclipse.acceleo.profiler_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.21kB) [INFO] Fetching org.eclipse.acceleo.parser_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (361.75kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (284.83kB) [INFO] Fetching org.eclipse.sirius.table.ui_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (585.23kB) [INFO] Fetching org.eclipse.sirius.tree.ui_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (247.89kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (81.09kB) [INFO] Fetching org.eclipse.debug.ui.launchview_1.0.300.v20220811-0741.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (88.88kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (317.81kB) [INFO] Fetching org.eclipse.osgi.util_3.7.200.v20230103-1101.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.42kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (87.79kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (129.01kB) [INFO] Fetching org.eclipse.jface.notifications_0.5.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (32.9kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.3kB) [INFO] Fetching org.eclipse.e4.rcp_4.27.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.84kB) [INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.500.v20230220-1147.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.43MB) [INFO] Fetching org.eclipse.e4.tools.services_4.9.100.v20230220-1147.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.08kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.76kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.71kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (27.83kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.701.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (29.7kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (23.74kB) [INFO] Fetching org.eclipse.egf.application_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (38.36kB) [INFO] Fetching org.eclipse.egf.common.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.79kB) [INFO] Fetching org.eclipse.egf.console_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (43.61kB) [INFO] Fetching org.eclipse.egf.common.ui.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.83kB) [INFO] Fetching org.eclipse.egf.core.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.81kB) [INFO] Fetching org.eclipse.egf.core.ui.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.83kB) [INFO] Fetching org.eclipse.egf.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.76kB) [INFO] Fetching org.eclipse.egf.model.javapattern.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (20.13kB) [INFO] Fetching org.eclipse.egf.model.edit.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.8kB) [INFO] Fetching org.eclipse.egf.model.editor_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (186.41kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (29.33kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (24.66kB) [INFO] Fetching org.eclipse.egf.model.javapattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (24.2kB) [INFO] Fetching org.eclipse.egf.pattern.java_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (30.49kB) [INFO] Fetching org.eclipse.egf.model.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.87kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.78kB) [INFO] Fetching org.eclipse.egf.producer.fprod_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (27.15kB) [INFO] Fetching org.eclipse.egf.model.fprod.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.8kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.8kB) [INFO] Fetching org.eclipse.egf.model.ftask.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.77kB) [INFO] Fetching org.eclipse.egf.task.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (27.81kB) [INFO] Fetching org.eclipse.egf.pattern.ui.java_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.81kB) [INFO] Fetching org.eclipse.egf.pattern.ui.jet_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (13.09kB) [INFO] Fetching org.eclipse.egf.model.ui.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.79kB) [INFO] Fetching org.eclipse.egf.portfolio.ant.javadoc_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (26.89kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (900kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.82kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (28.45kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (22.68kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.81kB) [INFO] Fetching org.eclipse.egf.producer.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.8kB) [INFO] Fetching org.eclipse.egf.producer.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (44.42kB) [INFO] Fetching org.eclipse.egf.producer.ui.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.78kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (192.75kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.9kB) [INFO] Fetching org.eclipse.emf.codegen_2.24.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.92kB) [INFO] Fetching org.eclipse.emf.common_2.29.0.v20230223-0922.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.86kB) [INFO] Fetching org.eclipse.emf.exporter_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.79kB) [INFO] Fetching org.eclipse.emf.importer.java_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (74.42kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (116.51kB) [INFO] Fetching org.eclipse.emf.converter_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.97kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.91kB) [INFO] Fetching org.eclipse.emf.databinding_1.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (98.27kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (111.01kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (63.14kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (28.84kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (62.11kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (44.77kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.9kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.16.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.91kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.19.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.89kB) [INFO] Fetching org.eclipse.emf.ecore_2.31.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.94kB) [INFO] Fetching org.eclipse.emf.edit_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.87kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.25.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.89kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.44kB) [INFO] Fetching org.eclipse.emf.query_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.37kB) [INFO] Fetching org.eclipse.emf.transaction_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.87kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.1.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.85kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.11kB) [INFO] Fetching org.eclipse.emf.validation_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.94kB) [INFO] Fetching org.eclipse.emf.workspace_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.89kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.200.v20221109-0702.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.99kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.400.v20221006-1531.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (236.29kB) [INFO] Fetching org.eclipse.jetty.http_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (243.43kB) [INFO] Fetching org.eclipse.jetty.server_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (777.19kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (161.97kB) [INFO] Fetching org.eclipse.jetty.util_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (554.88kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.3.200.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.35kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.14kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1700.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.49kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.96kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.75kB) [INFO] Fetching org.eclipse.help.webapp_3.10.1000.v20221221-1358.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (738.67kB) [INFO] Fetching org.eclipse.jetty.io_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (211.42kB) [INFO] Fetching org.eclipse.jetty.security_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (118.37kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (62.46kB) [INFO] Fetching org.eclipse.help_2.3.1300.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.34kB) [INFO] Fetching org.eclipse.jdt_3.19.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.74kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.9kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.04kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.7.100.v20221202-1820.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (393.76kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.100.v20221201-1549.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.69kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (71.97kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1700.v20230301-1632.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (7.82MB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.39kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.1.100.v20220907-0450.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.02kB) [INFO] Fetching org.eclipse.jdt_3.19.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.53kB) [INFO] Fetching org.eclipse.jsch.core_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (43.17kB) [INFO] Fetching org.eclipse.jsch.ui_1.4.200.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (95.52kB) [INFO] Fetching org.eclipse.pde.api.tools_1.2.1200.v20230214-1309.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (933.94kB) [INFO] Fetching org.objectweb.asm.tree_9.4.0.v20221107-1714.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (66.98kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.2.0.v20230128-1746.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.37kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.800.v20230128-2205.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (509.83kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.1900.v20230116-1011.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (6.28MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.500.v20220811-0944.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (142.33kB) [INFO] Fetching org.eclipse.pde.ds.core_1.2.500.v20220411-2005.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.78kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.2.300.v20220310-2159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (205.14kB) [INFO] Fetching org.osgi.annotation.versioning_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.72kB) [INFO] Fetching org.osgi.annotation.bundle_2.0.0.202202082230.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.45kB) [INFO] Fetching org.osgi.service.component.annotations_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.33kB) [INFO] Fetching org.osgi.service.metatype.annotations_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.08kB) [INFO] Fetching org.eclipse.pde_3.13.2200.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.55kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.200.v20220523-1051.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.02kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.800.v20230202-1542.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (581.33kB) [INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (112.59kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.2.400.v20220317-0700.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (450.72kB) [INFO] Fetching org.eclipse.ui.trace_1.2.200.v20220310-2159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.39kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.300.v20220810-1011.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.67kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.1.100.v20221111-1233.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.96kB) [INFO] Fetching org.eclipse.pde.spy.core_1.0.300.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.11kB) [INFO] Fetching org.eclipse.pde.spy.model_0.12.500.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.33kB) [INFO] Fetching org.eclipse.pde.spy.css_0.12.400.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (50.75kB) [INFO] Fetching org.eclipse.pde.spy.preferences_0.12.400.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.2kB) [INFO] Fetching org.eclipse.pde.spy.context_1.0.500.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.37kB) [INFO] Fetching org.eclipse.pde.spy.bundle_0.12.300.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.78kB) [INFO] Fetching org.eclipse.pde.spy.event_1.0.200.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (72.98kB) [INFO] Fetching org.eclipse.pde_3.14.1500.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.38kB) [INFO] Fetching org.eclipse.platform_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (689.58kB) [INFO] Fetching org.eclipse.platform.doc.user_4.27.0.v20230301-1632.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.83MB) [INFO] Fetching org.eclipse.text.quicksearch_1.1.500.v20230129-1959.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (97.62kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.300.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.1MB) [INFO] Fetching org.eclipse.ui.monitoring_1.2.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.72kB) [INFO] Fetching org.eclipse.ui.net_1.4.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.76kB) [INFO] Fetching org.eclipse.ui.themes_1.2.2200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.02kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.200.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.59kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.14kB) [INFO] Fetching org.eclipse.platform_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.36kB) [INFO] Fetching org.eclipse.platform_root_4.27.0.v20230302-0300 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (196B) [INFO] Fetching org.eclipse.update.configurator_3.4.1000.v20221114-1512.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.21kB) [INFO] Fetching org.eclipse.rcp_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.91kB) [INFO] Fetching org.eclipse.rcp_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.96kB) [INFO] Fetching org.eclipse.rcp_root_4.27.0.v20230302-0300 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (20.25kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (72.27kB) [INFO] Fetching org.eclipse.sirius.ext.e3_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (9.46kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (9.44kB) [INFO] Fetching org.eclipse.sirius.ext.ide_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (21kB) [INFO] Fetching org.eclipse.sirius.synchronizer_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (38.18kB) [INFO] Fetching org.eclipse.sirius.tree.model_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (156.39kB) [INFO] Fetching org.eclipse.sirius.tree_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (111.93kB) [INFO] Fetching org.eclipse.sirius.runtime_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (21.12kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.18kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.57kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.41MB) [INFO] Fetching org.eclipse.xtext.generator_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (865.46kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (974.52kB) [INFO] Fetching org.polarsys.capella.core.egf.feature_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/features/ (20.76kB) [INFO] Fetching org.polarsys.kitalpha.accuracy_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (58.59kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.92kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (84.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (80kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (41.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.edit_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (79.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.feature_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (83.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (73.28kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.wizards_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (34.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (60.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.desc_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (56.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.action_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.preference_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (858.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.dsl.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (87.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (301.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (79.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (34.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.emf_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (85.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (40.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (63.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.validatation_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (65.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (35.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (82.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (35.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (229.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (120.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (747.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (26.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.validation_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.fc_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.41kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.validation_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.fc_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.validation_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (120.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (79.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (99.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (105.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (91.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.preferences_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (115.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.doc_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (42.92kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (104kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (112.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (109.72kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.project_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (64.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.generators_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (406.6kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.ui_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (129.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (83.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.activityexplorer_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (139.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (93.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.integration_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (84.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.desc_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (232.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.diagram_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (680.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.explorer.contextual_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (157.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.rule_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.action_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.reverse_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (60.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.preference_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.91kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (48.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (43.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.66kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.73kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (86.55kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.52kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.basic.ecore.workflow_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.75kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (65.09kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (90.59kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (18.42kB) [INFO] Fetching org.polarsys.kitalpha.composer.core_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (114.67kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.34kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (120.79kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (35.49kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.edit_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (76.83kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.binding_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.58kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.24kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (122.82kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.98kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.edit_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.8kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.generator_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.9kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (162.85kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.51kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.edit_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (74.78kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.binding_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.21kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (106.71kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.24kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.editor_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (77.05kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.binding_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.46kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.refinery_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.75kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.49kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.ecore_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.91kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (132.7kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.help_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.94kB) [INFO] Fetching org.polarsys.kitalpha.composer.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.06kB) [INFO] Fetching org.polarsys.kitalpha.doc_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (1.07MB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.doc_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (214.48kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (51.38kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (195.92kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.09kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.91kB) [INFO] Fetching org.polarsys.kitalpha.ecore.diagram_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (78.72kB) [INFO] Fetching org.polarsys.kitalpha.emde.diagram_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (54.46kB) [INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (42.29kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (454.55kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.8kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.02kB) [INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.19kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.02kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (26kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (33.75kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.95kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.04kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.78kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.2kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.08kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.19kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.76kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.24kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.66kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (26.81kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.43kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.74kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (69.93kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.representation.egf.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.representation.emde.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.representation.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.79kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (35.68kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (55.13kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.42kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.96kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.4kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (63.16kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (1.41MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.37kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.91kB) [INFO] Fetching org.polarsys.kitalpha.runtime.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.98kB) [INFO] Fetching org.polarsys.kitalpha.sdk.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.93kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.9kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (88.57kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (296.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.86kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (77.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (44.16kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.74kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.69kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.7kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (32.05kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (55.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (216.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.74kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.36kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (78.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (45.4kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.16kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (700.78kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.74kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (86.39kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.3.v20221013-1742.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (29.78kB) [INFO] Fetching org.eclipse.compare.win32_1.2.900.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.19kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.0.501.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.79kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.61kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.5.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.24kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.3.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (60.72kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.14kB) [INFO] [INFO] --- tycho-p2-repository:2.7.5: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_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-7.0.0.202405271539.zip [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-7.0.0.202405271539.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.updatesite/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.updatesite-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.updatesite/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.updatesite-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.updatesite/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.updatesite-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.updatesite/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.updatesite-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator >-- [INFO] Building Capella Sudio Aggregator Module 7.0.0-SNAPSHOT [30/32] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.aggregator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.aggregator/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.aggregator-7.0.0-SNAPSHOT.pom [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.product >--- [INFO] Building Capella studio Product 7.0.0-SNAPSHOT [31/32] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.product --- [INFO] The project's OSGi version is 7.0.0.202405271539 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.product --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [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_master/releng/plugins/org.polarsys.capella.studio.releng.product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5: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] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5: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.2000.v20221201-0912.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (435.93kB) [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.7.5: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.7.5: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.7.5: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.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (938.92kB) [INFO] Fetching ch.qos.logback.classic_1.2.11.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (226.42kB) [INFO] Fetching ch.qos.logback.core_1.2.11.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (438.25kB) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/plugins/ (2.16MB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.55MB) [INFO] Fetching com.sun.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.16MB) [INFO] Fetching jakarta.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (135.86kB) [INFO] Fetching jakarta.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (62.56kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (249kB) [INFO] Fetching javax.activation_2.0.0.v20221203-1659.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (82.95kB) [INFO] Fetching org.apache.commons.compress_1.22.0.v20221207-1049.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.06MB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (323.8kB) [INFO] Fetching org.apache.lucene.lucene-analysis-common_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.82MB) [INFO] Fetching org.apache.lucene.lucene-core_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (3.57MB) [INFO] Fetching org.apache.lucene.lucene-queries_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (490.9kB) [INFO] Fetching org.apache.lucene.lucene-queryparser_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (418.36kB) [INFO] Fetching org.apache.lucene.lucene-sandbox_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (235.15kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (101.69kB) [INFO] Fetching org.eclipse.acceleo.common.ide_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.05kB) [INFO] Fetching org.eclipse.acceleo.common.ui_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (55.97kB) [INFO] Fetching org.eclipse.acceleo.ide.ui_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.32MB) [INFO] Fetching org.eclipse.acceleo.traceability.model_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (93.49kB) [INFO] Fetching org.eclipse.acceleo.traceability_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (68.2kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (172.3kB) [INFO] Fetching org.eclipse.acceleo.query.doc_7.0.0.202311201319.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/plugins/ (2.3MB) [INFO] Fetching org.eclipse.acceleo.query.ide_7.0.0.202311201319.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/plugins/ (11.12kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202311201319.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/features/ (20.72kB) [INFO] Fetching org.eclipse.acceleo.annotations.source_7.0.0.202311201319.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/plugins/ (15.12kB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202311201319.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/plugins/ (323.95kB) [INFO] Fetching org.eclipse.acceleo.query.ide.source_7.0.0.202311201319.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/plugins/ (9.62kB) [INFO] Fetching org.eclipse.acceleo.query.doc.source_7.0.0.202311201319.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/plugins/ (2.31MB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202311201319.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/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-12/202112081000/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.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (40.33kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.14.0.202305031252 from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/binary/ (8.65kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (177.46kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (20.48kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.ui_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (88.93kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (27.1kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (58.96kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.ui.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (50.32kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (39.64kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.ui_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (28.93kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (27.12kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (24.17kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.ui_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (27.64kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (27.13kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (18.95kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.ui.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (20.85kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (39.64kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.ui.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/plugins/ (21.59kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.source_1.14.0.202305031252.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/features/ (39.64kB) [INFO] Fetching org.eclipse.collections_11.0.0.v20211123-1459.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.15MB) [INFO] Fetching org.eclipse.cvs_1.4.2000.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (30.55kB) [INFO] Fetching org.eclipse.team.cvs.core_3.5.0.v20210511-0556.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (577.14kB) [INFO] Fetching org.eclipse.team.cvs.ssh2_3.4.0.v20210426-0837.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (30.42kB) [INFO] Fetching org.eclipse.team.cvs.ui_3.5.0.v20210426-0843.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.49MB) [INFO] Fetching org.eclipse.cvs_1.4.2000.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.97kB) [INFO] Fetching org.eclipse.draw2d.doc.isv_3.12.200.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (66.75kB) [INFO] Fetching org.eclipse.draw2d_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (19.74kB) [INFO] Fetching org.eclipse.draw2d.sdk_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (19.76kB) [INFO] Fetching org.eclipse.draw2d.source_3.14.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (539.94kB) [INFO] Fetching org.eclipse.draw2d.source_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (20.67kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (62.37kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.800.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.84kB) [INFO] Fetching org.eclipse.e4.core.commands.source_1.0.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.12kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.47kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.3.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (377.28kB) [INFO] Fetching org.eclipse.e4.ui.progress.source_0.3.700.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (122.64kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.5.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.21kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.800.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (140.61kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.14.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (172.59kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.500.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (208.18kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.800.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (164kB) [INFO] Fetching org.apache.batik.css.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (321.27kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (52.19kB) [INFO] Fetching org.apache.batik.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (128.49kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (89.33kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.79kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (39.54kB) [INFO] Fetching javax.inject.source_1.0.0.v20220405-0441.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (39.15kB) [INFO] Fetching javax.annotation.source_1.3.5.v20221203-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.74kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.32kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.77kB) [INFO] Fetching org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (22.04kB) [INFO] Fetching org.apache.batik.constants.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (16.56kB) [INFO] Fetching org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (679.43kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.44kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.63kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.4.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.32kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.3.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.34kB) [INFO] Fetching org.eclipse.equinox.common.source_3.17.100.v20230202-1341.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (148.72kB) [INFO] Fetching org.eclipse.equinox.event.source_1.6.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.98kB) [INFO] Fetching org.eclipse.core.commands.source_3.10.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (152.5kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (83.82kB) [INFO] Fetching org.eclipse.core.databinding.source_1.12.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (178.5kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.9.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64.52kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.12.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (210.33kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.9.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.39kB) [INFO] Fetching org.eclipse.core.expressions.source_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (88.69kB) [INFO] Fetching org.eclipse.core.jobs.source_3.13.300.v20230111-0823.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (112.41kB) [INFO] Fetching org.eclipse.core.runtime.source_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (80.15kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (43.81kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (177.96kB) [INFO] Fetching org.eclipse.osgi.source_3.18.300.v20230220-1352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.12MB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (144.82kB) [INFO] Fetching org.eclipse.osgi.services.source_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (80.03kB) [INFO] Fetching org.eclipse.osgi.util.source_3.7.200.v20230103-1101.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.25kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.jface.source_3.29.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.jface.databinding.source_1.14.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (222.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.16.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.56kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.77kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.6.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.4kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.66kB) [INFO] Fetching org.eclipse.equinox.console.source_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (84.65kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.52kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.32kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.3.500.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.55kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.3.200.v20230220-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.2kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.26kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.57kB) [INFO] Fetching org.eclipse.urischeme.source_1.2.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.1kB) [INFO] Fetching org.eclipse.jface.notifications.source_0.5.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.31kB) [INFO] Fetching org.osgi.util.function.source_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (8.44kB) [INFO] Fetching org.osgi.util.promise.source_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.97kB) [INFO] Fetching org.osgi.util.measurement.source_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.96kB) [INFO] Fetching org.osgi.util.position.source_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.58kB) [INFO] Fetching org.osgi.util.xml.source_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (6.47kB) [INFO] Fetching org.osgi.service.cm.source_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.37kB) [INFO] Fetching org.osgi.service.component.source_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.55kB) [INFO] Fetching org.osgi.service.device.source_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.49kB) [INFO] Fetching org.osgi.service.event.source_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.65kB) [INFO] Fetching org.osgi.service.metatype.source_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.76kB) [INFO] Fetching org.osgi.service.provisioning.source_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.88kB) [INFO] Fetching org.osgi.service.upnp.source_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.8kB) [INFO] Fetching org.osgi.service.useradmin.source_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.29kB) [INFO] Fetching org.osgi.service.wireadmin.source_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.26kB) [INFO] Fetching org.eclipse.e4.rcp.source_4.27.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.75kB) [INFO] Fetching org.eclipse.ecf.source_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (104.33kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (53.08kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.6.1.v20211005-1944.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (21.04kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/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-12/202112081000/features/ (21.07kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (76.03kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (86.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (29.23kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.84kB) [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (376.07kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (85.46kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5.source_5.1.3.v20221013-1742.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (615.96kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5.source_5.1.4.v20221013-1742.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (828.19kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2.source_5.1.4.v20221013-1742.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (197.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature.source_1.1.701.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (31.17kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/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-12/202112081000/features/ (25.15kB) [INFO] Fetching org.eclipse.eef_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (215.18kB) [INFO] Fetching org.eclipse.eef.common_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (29.64kB) [INFO] Fetching org.eclipse.eef.common.ui_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (24.44kB) [INFO] Fetching org.eclipse.eef.core_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (86.56kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (20.56kB) [INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/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.4.1-S20240515-112006/2023-03/plugins/ (43.61kB) [INFO] Fetching org.eclipse.eef.ide.ui_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/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.4.1-S20240515-112006/2023-03/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.4.1-S20240515-112006/2023-03/plugins/ (24.21kB) [INFO] Fetching org.eclipse.eef.properties.ui_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/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.4.1-S20240515-112006/2023-03/plugins/ (72.05kB) [INFO] Fetching org.eclipse.egf.common.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (57.64kB) [INFO] Fetching org.eclipse.egf.common.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.39kB) [INFO] Fetching org.eclipse.egf.common.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (36.53kB) [INFO] Fetching org.eclipse.egf.console.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (29.14kB) [INFO] Fetching org.eclipse.egf.common.ui.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.41kB) [INFO] Fetching org.eclipse.egf.core.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (100.76kB) [INFO] Fetching org.eclipse.egf.core.platform.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (60.76kB) [INFO] Fetching org.eclipse.egf.core.producer.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (18.32kB) [INFO] Fetching org.eclipse.egf.core.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.41kB) [INFO] Fetching org.eclipse.egf.core.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (75.39kB) [INFO] Fetching org.eclipse.egf.core.pde.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (51.59kB) [INFO] Fetching org.eclipse.egf.core.ui.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.4kB) [INFO] Fetching org.eclipse.egf.doc.user_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (2.85MB) [INFO] Fetching org.eclipse.egf.engine.doc_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (1.04MB) [INFO] Fetching org.eclipse.egf.engine.doc.pattern_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (222.14kB) [INFO] Fetching org.eclipse.egf.doc.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.81kB) [INFO] Fetching org.eclipse.egf.emf.pattern.cdo_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (92.41kB) [INFO] Fetching org.eclipse.egf.emf.pattern.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (19.39kB) [INFO] Fetching org.eclipse.egf.emf.wrapper_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (22.93kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (18.51kB) [INFO] Fetching org.eclipse.egf.examples.installer_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (702.07kB) [INFO] Fetching org.eclipse.egf.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.41kB) [INFO] Fetching org.eclipse.egf.model.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (218.59kB) [INFO] Fetching org.eclipse.egf.model.javapattern.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.77kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.75kB) [INFO] Fetching org.eclipse.egf.model.edit.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.42kB) [INFO] Fetching org.eclipse.egf.model.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (372.14kB) [INFO] Fetching org.eclipse.egf.model.javapattern.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.45kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.38kB) [INFO] Fetching org.eclipse.egf.pattern.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (98.47kB) [INFO] Fetching org.eclipse.egf.pattern.java.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (24.22kB) [INFO] Fetching org.eclipse.egf.pattern.jet.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (28.25kB) [INFO] Fetching org.eclipse.egf.domain.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (18.1kB) [INFO] Fetching org.eclipse.egf.model.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.42kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (19.21kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.41kB) [INFO] Fetching org.eclipse.egf.model.fprod.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (31.33kB) [INFO] Fetching org.eclipse.egf.producer.fprod.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (23.8kB) [INFO] Fetching org.eclipse.egf.model.fprod.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.4kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (16.72kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.41kB) [INFO] Fetching org.eclipse.egf.model.ftask.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (39.07kB) [INFO] Fetching org.eclipse.egf.task.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (13.88kB) [INFO] Fetching org.eclipse.egf.producer.ftask.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.72kB) [INFO] Fetching org.eclipse.egf.pattern.ftask.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (23.19kB) [INFO] Fetching org.eclipse.egf.model.ftask.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.31kB) [INFO] Fetching org.eclipse.egf.model.editor.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (84.82kB) [INFO] Fetching org.eclipse.egf.task.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.84kB) [INFO] Fetching org.eclipse.egf.pattern.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (166.31kB) [INFO] Fetching org.eclipse.egf.pattern.ui.java.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (13.11kB) [INFO] Fetching org.eclipse.egf.pattern.ui.jet.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (11.84kB) [INFO] Fetching org.eclipse.egf.model.ui.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.32kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (373.62kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.util_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (16kB) [INFO] Fetching org.eclipse.egf.portfolio.egf_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (28.27kB) [INFO] Fetching org.eclipse.egf.portfolio.emf.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.75kB) [INFO] Fetching org.eclipse.egf.emf.pattern.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (720.73kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (49.85kB) [INFO] Fetching org.eclipse.egf.emf.pattern.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.44kB) [INFO] Fetching org.eclipse.egf.emf.pattern.cdo.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (32.89kB) [INFO] Fetching org.eclipse.egf.portfolio.emf.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.32kB) [INFO] Fetching org.eclipse.egf.portfolio.file.resources_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (25.74kB) [INFO] Fetching org.eclipse.egf.portfolio.type_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (13.98kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (13.73kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (17.76kB) [INFO] Fetching org.eclipse.egf.portfolio.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.96kB) [INFO] Fetching org.eclipse.egf.eclipse.resources.mgt.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (27.69kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (36.17kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (17.76kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.9kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.util.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (10.37kB) [INFO] Fetching org.eclipse.egf.portfolio.file.resources.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (19.64kB) [INFO] Fetching org.eclipse.egf.portfolio.type.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (12.43kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (467.08kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (191.51kB) [INFO] Fetching org.eclipse.egf.portfolio.egf.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (16.01kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (12.57kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.23kB) [INFO] Fetching org.eclipse.egf.portfolio.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.5kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (52kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (27.21kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.editor.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (30.29kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (31.7kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (35.38kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (13.09kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (22.97kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.edit.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (15.05kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.33kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (21.61kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (18.12kB) [INFO] Fetching org.eclipse.egf.portfolio.ant.javadoc.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (14.17kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.42kB) [INFO] Fetching org.eclipse.egf.producer.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (51.89kB) [INFO] Fetching org.eclipse.egf.application.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (23.65kB) [INFO] Fetching org.eclipse.egf.producer.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.31kB) [INFO] Fetching org.eclipse.egf.producer.ui.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (26.02kB) [INFO] Fetching org.eclipse.egf.producer.ui.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.4kB) [INFO] Fetching org.eclipse.egf.sdk.feature_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (33.78kB) [INFO] Fetching org.eclipse.egf.examples.installer.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (10.68kB) [INFO] Fetching org.eclipse.egf.sdk.feature.source_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/features/ (20.43kB) [INFO] Fetching org.eclipse.egit.ui_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.91MB) [INFO] Fetching org.eclipse.egit_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.19kB) [INFO] Fetching org.eclipse.egit.doc_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4.49MB) [INFO] Fetching org.eclipse.egit_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.92kB) [INFO] Fetching org.eclipse.egit.core.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (370.28kB) [INFO] Fetching org.eclipse.egit.ui.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.97MB) [INFO] Fetching org.eclipse.egit.gitflow.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.43kB) [INFO] Fetching org.eclipse.egit.gitflow.ui.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (67.08kB) [INFO] Fetching org.eclipse.egit.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.83kB) [INFO] Fetching org.eclipse.emf.ant_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.31kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.41kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.95kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (550.32kB) [INFO] Fetching org.eclipse.emf.ant.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.24kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.27kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (75.06kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.32kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (236.55kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.24.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.18kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.24.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (304.47kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.25.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.92kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.24.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (82.06kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.25.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.26kB) [INFO] Fetching org.eclipse.emf.common.source_2.28.0.v20230223-0922.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (221.35kB) [INFO] Fetching org.eclipse.emf.common.source_2.29.0.v20230223-0922.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.17kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.22kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.20.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.21kB) [INFO] Fetching org.eclipse.emf.converter.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.71kB) [INFO] Fetching org.eclipse.emf.importer.source_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.15kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.92kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.6kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.61kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.56kB) [INFO] Fetching org.eclipse.emf.converter.source_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.33kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.8.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.86kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.32kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.01kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (69.79kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (20.49kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (32.84kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (49.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (564.13kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (58.07kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (23.71kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (83.8kB) [INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/features/ (36.16kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (63.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (16.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (30.39kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (49.87kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (25.51kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (16.71kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (29.54kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (19.49kB) [INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature.source_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/features/ (22.39kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (36.48kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (34.24kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (2.17MB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (26.28kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (86.5kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.92kB) [INFO] Fetching org.eclipse.emf.diffmerge.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (117.07kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (294.91kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (27.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (106.63kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (153.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (68.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.33kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (24.74kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (23.61kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (20.25kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (18.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.2kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (50.19kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (134.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (33.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (97.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (154.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (106.78kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (86.05kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (48.58kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (611.94kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.doc_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (3.95MB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/features/ (36.72kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (96.99kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (103kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (53.79kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (46.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (27.41kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (20.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (55.56kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (37.33kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (98.15kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (141.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (89.53kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (35.84kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (27.12kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (235.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/features/ (22.84kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (33.94kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/features/ (36.01kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (63.35kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/plugins/ (24.21kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature.source_0.15.0.202305040752.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/features/ (22.48kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.37kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (35.89kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (37.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (26.71kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (24.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/plugins/ (26.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.15.0.202305040742.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/features/ (22.25kB) [INFO] Fetching org.eclipse.emf.doc_2.29.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.19MB) [INFO] Fetching org.eclipse.emf.doc_2.31.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.83kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (80.66kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.64kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.16.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.25kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.18.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (43.77kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.19.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.27kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (823.76kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (92.62kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (153.47kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.31.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.24kB) [INFO] Fetching org.eclipse.emf.ecoretools_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (50.05kB) [INFO] Fetching org.eclipse.emf.ecoretools.design_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (194.1kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (36.15kB) [INFO] Fetching org.eclipse.sirius.properties_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (378.31kB) [INFO] Fetching org.eclipse.emf.ecoretools.ui_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (63.72kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.ui_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (113.69kB) [INFO] Fetching org.eclipse.emf.ecoretools.doc_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.04MB) [INFO] Fetching org.eclipse.emf.ecoretools.design_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (27.72kB) [INFO] Fetching org.eclipse.emf.ecoretools.design_root_3.4.0.202201202026 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (8.29kB) [INFO] Fetching org.eclipse.emf.ecoretools.source_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.03kB) [INFO] Fetching org.eclipse.emf.ecoretools.tabbedproperties.source_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.18kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.source_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (55.22kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.properties.source_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (174.46kB) [INFO] Fetching org.eclipse.emf.ecoretools.sdk_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (27.67kB) [INFO] Fetching org.eclipse.emf.ecoretools.sdk_root_3.4.0.202201202026 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (8.29kB) [INFO] Fetching org.eclipse.emf.edit.source_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (211.77kB) [INFO] Fetching org.eclipse.emf.edit.source_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.17kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (159.99kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.25.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.22kB) [INFO] Fetching org.eclipse.emf.eef.codegen_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.34MB) [INFO] Fetching org.eclipse.emf.eef.eefgen_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (43.08kB) [INFO] Fetching org.eclipse.emf.eef.views_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (78.5kB) [INFO] Fetching org.eclipse.emf.eef.views.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (348.68kB) [INFO] Fetching org.eclipse.emf.eef.components_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.09kB) [INFO] Fetching org.eclipse.emf.eef.components.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (230.36kB) [INFO] Fetching org.eclipse.emf.eef.codegen.launcher_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (19.3kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.47MB) [INFO] Fetching org.eclipse.emf.eef.branding_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.39kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.12kB) [INFO] Fetching org.eclipse.emf.eef.codegen.extended_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (96.08kB) [INFO] Fetching org.eclipse.emf.eef.runtime_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (356.68kB) [INFO] Fetching org.eclipse.emf.eef.editor.model_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (451.74kB) [INFO] Fetching org.eclipse.emf.eef.runtime.extended_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (118.56kB) [INFO] Fetching org.eclipse.emf.eef.mapping_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (171.7kB) [INFO] Fetching org.eclipse.emf.eef.mapping.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (779.55kB) [INFO] Fetching org.eclipse.emf.eef.components.editor_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (66.18kB) [INFO] Fetching org.eclipse.emf.eef.doc_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (41.46kB) [INFO] Fetching org.eclipse.emf.eef.views.editor_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (117.6kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (202.24kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.editor_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (65.29kB) [INFO] Fetching org.eclipse.emf.eef.edt-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.3kB) [INFO] Fetching org.eclipse.emf.eef.extended-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.1kB) [INFO] Fetching org.eclipse.emf.eef.runtime-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.03kB) [INFO] Fetching org.eclipse.emf.eef.runtime.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (231.87kB) [INFO] Fetching org.eclipse.emf.eef.runtime.extended.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (67.35kB) [INFO] Fetching org.eclipse.emf.eef.codegen.extended.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (45.35kB) [INFO] Fetching org.eclipse.emf.eef.editor.model.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (247.53kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (201.63kB) [INFO] Fetching org.eclipse.emf.eef.codegen.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (276.8kB) [INFO] Fetching org.eclipse.emf.eef.components.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (31.39kB) [INFO] Fetching org.eclipse.emf.eef.components.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (99.67kB) [INFO] Fetching org.eclipse.emf.eef.components.editor.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (26.58kB) [INFO] Fetching org.eclipse.emf.eef.mapping.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (154.96kB) [INFO] Fetching org.eclipse.emf.eef.mapping.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (380.36kB) [INFO] Fetching org.eclipse.emf.eef.views.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (68.26kB) [INFO] Fetching org.eclipse.emf.eef.views.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (178.96kB) [INFO] Fetching org.eclipse.emf.eef.views.editor.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (43.54kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.95kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (79.68kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.editor.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (26.58kB) [INFO] Fetching org.eclipse.emf.eef.doc.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (39.63kB) [INFO] Fetching org.eclipse.emf.eef.sdk-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.39kB) [INFO] Fetching org.eclipse.emf.example.installer_1.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (363.38kB) [INFO] Fetching org.eclipse.emf_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.01kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (196.83kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.56kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (151.43kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.01kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.33kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.36kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.16.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.99kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.22kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.55kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.77kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.16.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.46kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.96kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.94kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.04kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.28kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.34kB) [INFO] Fetching org.eclipse.emf.mapping_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.87kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.5kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.2kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.89kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.99kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.27kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.16kB) [INFO] Fetching org.eclipse.xsd_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1,002.7kB) [INFO] Fetching org.eclipse.xsd.edit_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (229.01kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.53kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (234.41kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ide_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (92.5kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (68.26kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.32kB) [INFO] Fetching org.eclipse.emf.mwe2.language.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (155.64kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ide.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.92kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.71kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.4kB) [INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.74kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.37kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.21kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.7kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.82kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.83kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.94kB) [INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.47kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.67kB) [INFO] Fetching org.eclipse.emf.query.doc_1.2.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.92kB) [INFO] Fetching org.eclipse.emf.query.examples_1.2.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (169.96kB) [INFO] Fetching org.eclipse.emf.query.doc_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.11kB) [INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.34kB) [INFO] Fetching org.eclipse.emf.query.ocl_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.31kB) [INFO] Fetching org.eclipse.emf.query.ocl.source_2.0.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.09kB) [INFO] Fetching org.eclipse.emf.query.ocl.source_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.02kB) [INFO] Fetching org.eclipse.emf.query.sdk_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.9kB) [INFO] Fetching org.eclipse.emf.query.source_1.7.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (97.83kB) [INFO] Fetching org.eclipse.emf.query.source_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23kB) [INFO] Fetching org.eclipse.emf.sdk_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.87kB) [INFO] Fetching org.eclipse.emf.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.21kB) [INFO] Fetching org.eclipse.emf.source_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.64kB) [INFO] Fetching org.eclipse.emf.transaction.doc_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.02kB) [INFO] Fetching org.eclipse.emf.transaction.examples_1.3.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (170.84kB) [INFO] Fetching org.eclipse.emf.transaction.doc_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.87kB) [INFO] Fetching org.eclipse.emf.transaction.sdk_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.83kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (151.55kB) [INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.87kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.78kB) [INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.39kB) [INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (182.46kB) [INFO] Fetching org.eclipse.emf.validation.doc_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.87kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.85kB) [INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.12kB) [INFO] Fetching org.eclipse.emf.validation.ocl.source_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.78kB) [INFO] Fetching org.eclipse.emf.validation.sdk_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.77kB) [INFO] Fetching org.eclipse.emf.validation.source_1.8.1.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (324.2kB) [INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.1.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.03kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.44kB) [INFO] Fetching org.eclipse.emf.validation.source_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.83kB) [INFO] Fetching org.eclipse.emf.workspace.doc_1.3.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.05kB) [INFO] Fetching org.eclipse.emf.workspace.doc_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.82kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.15kB) [INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.58kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.8kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (35.64kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1700.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.34kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.01kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.97kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.95kB) [INFO] Fetching org.eclipse.gef.doc.isv_3.13.200.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (2.65MB) [INFO] Fetching org.eclipse.gef_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (19.9kB) [INFO] Fetching org.eclipse.gef.sdk_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (19.8kB) [INFO] Fetching org.eclipse.gef.source_3.15.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/plugins/ (829.01kB) [INFO] Fetching org.eclipse.gef.source_3.17.0.202308311129.jar from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/features/ (20.8kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.geoshapes_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (40.28kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (102.27kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (204.62kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model_1.2.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (76.29kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.2.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (68.48kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (95.92kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.editor_1.2.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (73.47kB) [INFO] Fetching org.eclipse.gmf.examples.runtime_1.9.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (15.17kB) [INFO] Fetching org.eclipse.gmf.examples.runtime_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.63kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (341.35kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.54kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (21.1kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (21.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (20.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (31.14kB) [INFO] Fetching org.eclipse.gmf_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (14.98kB) [INFO] Fetching org.eclipse.gmf_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/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.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (15.82kB) [INFO] Fetching org.eclipse.gmf.runtime.sdk_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.62kB) [INFO] Fetching org.apache.batik.shared.resources_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (14.48kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.75kB) [INFO] Fetching org.apache.batik.anim.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (398.36kB) [INFO] Fetching org.apache.batik.awt.util.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (417.71kB) [INFO] Fetching org.apache.batik.bridge.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (516.44kB) [INFO] Fetching org.apache.batik.codec.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (108.62kB) [INFO] Fetching org.apache.batik.constants.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (11.91kB) [INFO] Fetching org.apache.batik.css.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (309.03kB) [INFO] Fetching org.apache.batik.dom.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (171.95kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (236.1kB) [INFO] Fetching org.apache.batik.ext.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (19.69kB) [INFO] Fetching org.apache.batik.gvt.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (215.96kB) [INFO] Fetching org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (17.33kB) [INFO] Fetching org.apache.batik.parser.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (92.99kB) [INFO] Fetching org.apache.batik.script.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (37.32kB) [INFO] Fetching org.apache.batik.shared.resources.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (14.42kB) [INFO] Fetching org.apache.batik.svggen.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (260.27kB) [INFO] Fetching org.apache.batik.transcoder.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (121.21kB) [INFO] Fetching org.apache.batik.util.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (121.66kB) [INFO] Fetching org.apache.batik.xml.source_1.17.0.v20231215-1130.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (28.88kB) [INFO] Fetching org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (661kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.74kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (102.67kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (179.75kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (73.52kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (36.03kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (92.94kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (78.92kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (82.46kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (16.22kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (63.52kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (112.49kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.10.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (845.37kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (133.31kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (17.93kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (72.23kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.9.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (103.42kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (84.64kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (21.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (83.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.8.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (87.69kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (50.2kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.10.2.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (233.92kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (46.76kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.11.1.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (166.21kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (98.3kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (29.33kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (92.36kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.10.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (185.02kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (18.1kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (76.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (51.49kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (91.99kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (23.06kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (15.68kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (14.71kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (60.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.9.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (61.99kB) [INFO] Fetching org.eclipse.gmf.source_1.16.3.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/features/ (23.97kB) [INFO] Fetching javax.el-api.source_3.0.3.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (101.93kB) [INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (177.52kB) [INFO] Fetching javax.servlet.jsp-api.source_2.3.3.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (162.63kB) [INFO] Fetching com.sun.el.javax.el.source_3.0.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (274.06kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (461.73kB) [INFO] Fetching org.apache.lucene.analysis-common.source_9.4.2.v20221211-0752.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.61MB) [INFO] Fetching org.apache.lucene.core.source_9.4.2.v20221211-0752.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.46MB) [INFO] Fetching org.apache.lucene.analysis-smartcn.source_9.4.2.v20221211-0752.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64.23kB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.200.v20221109-0702.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.3.200.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.22kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.400.v20221006-1531.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (142.36kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.700.v20220801-1124.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.97kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.04kB) [INFO] Fetching org.eclipse.help.base.source_4.3.1000.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (309.02kB) [INFO] Fetching org.eclipse.help.ui.source_4.4.100.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (222.75kB) [INFO] Fetching org.eclipse.help.webapp.source_3.10.1000.v20221221-1358.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (204.02kB) [INFO] Fetching org.eclipse.jetty.http.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.37kB) [INFO] Fetching org.eclipse.jetty.io.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.3kB) [INFO] Fetching org.eclipse.jetty.security.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (83.01kB) [INFO] Fetching org.eclipse.jetty.server.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (441.53kB) [INFO] Fetching org.eclipse.jetty.servlet.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.71kB) [INFO] Fetching org.eclipse.jetty.util.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (346.63kB) [INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.13.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.22kB) [INFO] Fetching org.eclipse.core.net.source_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.47kB) [INFO] Fetching org.eclipse.help.source_2.3.1300.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.73kB) [INFO] Fetching org.eclipse.jdt.astview_1.5.200.v20230122-1501.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (139.38kB) [INFO] Fetching org.eclipse.jdt.astview.feature_1.1.15.v20230122-1501.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.57kB) [INFO] Fetching org.eclipse.jdt.bcoview_1.1.0.v20230116-1714.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (159.74kB) [INFO] Fetching org.objectweb.asm.util_9.4.0.v20221107-1714.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (104kB) [INFO] Fetching org.objectweb.asm.tree.analysis_9.4.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (33.53kB) [INFO] Fetching org.eclipse.jdt.bcoview.feature_1.1.0.v20230117-1348.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.65kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1900.v20230301-0615.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (8.01MB) [INFO] Fetching org.eclipse.jdt.jeview_1.4.200.v20230122-1501.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (242.12kB) [INFO] Fetching org.eclipse.jdt.jeview.feature_1.0.14.v20230122-1501.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.56kB) [INFO] Fetching org.eclipse.ant.ui.source_3.8.300.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (612.74kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.7.100.v20221202-1820.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (357.8kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.7.0.v20210620-1751.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (45.9kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.3.100.v20221201-1549.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.68kB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch.source_3.33.0.v20230218-1114.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.2MB) [INFO] Fetching org.eclipse.jdt.core.source_3.33.0.v20230222-1748.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.06MB) [INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.1.0.v20210618-1653.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (10.89kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.86kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.7kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.18.0.v20230209-2203.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.37MB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.1000.v20230207-1058.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (849.4kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.20.100.v20230119-1127.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (776.14kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.15.200.v20230209-1546.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (197.08kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.11.600.v20230209-1546.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (116.07kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.7.100.v20230115-0919.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.7kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.23kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.1.100.v20220907-0450.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.58kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.19.900.v20230209-1222.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (353.42kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.28.0.v20230210-2115.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (5.26MB) [INFO] Fetching org.junit.source_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (261.47kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (51.3kB) [INFO] Fetching junit-jupiter-api.source_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (201.17kB) [INFO] Fetching junit-jupiter-engine.source_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (129.92kB) [INFO] Fetching junit-jupiter-migrationsupport.source_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.02kB) [INFO] Fetching junit-jupiter-params.source_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (73.08kB) [INFO] Fetching junit-platform-commons.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (75.37kB) [INFO] Fetching junit-platform-engine.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.26kB) [INFO] Fetching junit-platform-launcher.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.54kB) [INFO] Fetching junit-platform-runner.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.35kB) [INFO] Fetching junit-platform-suite-api.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.93kB) [INFO] Fetching junit-platform-suite-commons.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.76kB) [INFO] Fetching junit-platform-suite-engine.source_1.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.6kB) [INFO] Fetching junit-vintage-engine.source_5.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.37kB) [INFO] Fetching org.opentest4j.source_1.2.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (8.53kB) [INFO] Fetching org.apiguardian.api.source_1.1.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (6.73kB) [INFO] Fetching org.eclipse.ant.launching.source_1.3.400.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (130.7kB) [INFO] Fetching org.eclipse.jdt.source_3.19.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.91kB) [INFO] Fetching org.eclipse.jgit.archive_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.65kB) [INFO] Fetching org.eclipse.jgit_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (16.17kB) [INFO] Fetching org.eclipse.jgit.gpg.bc_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (16.19kB) [INFO] Fetching org.eclipse.jgit.http.apache_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (16.21kB) [INFO] Fetching org.eclipse.jgit.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.jgit.ant.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.05kB) [INFO] Fetching org.eclipse.jgit.archive.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.jgit.http.apache.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.59kB) [INFO] Fetching org.eclipse.jgit.http.server.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (68.9kB) [INFO] Fetching org.eclipse.jgit.junit.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (44.83kB) [INFO] Fetching org.eclipse.jgit.junit.http.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24kB) [INFO] Fetching org.eclipse.jgit.junit.ssh.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.97kB) [INFO] Fetching org.eclipse.jgit.lfs.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.78kB) [INFO] Fetching org.eclipse.jgit.lfs.server.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.51kB) [INFO] Fetching org.eclipse.jgit.pgm.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (172.78kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (130.68kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.agent.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.76kB) [INFO] Fetching org.eclipse.jgit.ssh.jsch.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.93kB) [INFO] Fetching org.eclipse.jgit.ui.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.41kB) [INFO] Fetching org.eclipse.jgit.gpg.bc.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.39kB) [INFO] Fetching org.eclipse.jgit.source_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (16.44kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (16.21kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (125.23kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (111.39kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (331.04kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (178.66kB) [INFO] Fetching org.eclipse.mylyn.commons_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.82kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_3.26.0.v20230225-1108.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (47kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_3.26.0.v20230225-1108.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (85.77kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (16.02kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_3.26.0.v20230320-1407.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (32.86kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (63.41kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_3.26.0.v20230320-1407.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.89kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (50.21kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_3.26.0.v20230131-2052.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (99.27kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_3.26.0.v20230131-2052.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.87kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (128.15kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (40.67kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (110.97kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (166.97kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (53.46kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (490.83kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.26.0.v20230221-1933.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.98MB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.32kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.86kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (90.78kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (94.03kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.26.0.v20230416-1636.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (34.69kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (31.93kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.8kB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (137.46kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.83kB) [INFO] Fetching org.eclipse.mylyn_feature_3.26.0.v20230416-1636.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (21.48kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.1.0.202303310549.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (2.76MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.1.0.202303310549.jar from https://download.eclipse.org/nattable/releases/2.1.0/repository/plugins/ (142.29kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.5.1.202303072132.jar from https://download.eclipse.org/nebula/releases/3.0.0/plugins/ (1.53MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.5.1.202303072132.jar from https://download.eclipse.org/nebula/releases/3.0.0/features/ (20.34kB) [INFO] Fetching org.eclipse.ocl_3.18.0.v20221201-0557.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.16kB) [INFO] Fetching org.eclipse.pde.build.source_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (319.82kB) [INFO] Fetching org.eclipse.pde.core.source_3.16.100.v20230126-0956.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1,022.46kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.200.v20220523-1051.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.56kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.7.600.v20230128-2205.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.55kB) [INFO] Fetching org.eclipse.pde.ui.source_3.13.800.v20230214-0834.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.06MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.800.v20230202-1542.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (112.8kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.2.1200.v20230214-1309.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (659.62kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.2.0.v20230128-1746.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.47kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.800.v20230128-2205.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (251.99kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.2.500.v20220411-2005.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (50.82kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.300.v20220310-2159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (94.72kB) [INFO] Fetching org.eclipse.pde.launching.source_3.10.300.v20230129-1906.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.45kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.2.300.v20211004-0555.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (104.68kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.400.v20220317-0700.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (272.26kB) [INFO] Fetching org.eclipse.ui.trace.source_1.2.200.v20220310-2159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (51.76kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.500.v20220811-0944.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (77kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.300.v20220810-1011.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.27kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.100.v20221111-1233.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.27kB) [INFO] Fetching org.eclipse.pde.spy.core.source_1.0.300.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.13kB) [INFO] Fetching org.eclipse.pde.spy.model.source_0.12.500.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.77kB) [INFO] Fetching org.eclipse.pde.spy.css.source_0.12.400.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.92kB) [INFO] Fetching org.eclipse.pde.spy.preferences.source_0.12.400.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.24kB) [INFO] Fetching org.eclipse.pde.spy.context.source_1.0.500.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.7kB) [INFO] Fetching org.eclipse.pde.spy.bundle.source_0.12.300.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.2kB) [INFO] Fetching org.eclipse.pde.spy.event.source_1.0.200.v20230210-1609.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.64kB) [INFO] Fetching org.eclipse.pde.source_3.14.1500.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.75kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.27.0.v20230301-1632.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.28MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.27.0.v20230301-1632.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.06MB of 35.28MB at 19.64MB/s) [INFO] Fetching org.apache.ant.source_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.45MB) [INFO] Fetching org.eclipse.ant.core.source_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (99.47kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (296.03kB) [INFO] Fetching org.eclipse.compare.core.source_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64kB) [INFO] Fetching org.eclipse.compare.source_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (424.81kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (87.97kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (94.93kB) [INFO] Fetching org.eclipse.core.net.linux.source_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.24kB) [INFO] Fetching org.eclipse.core.resources.source_3.18.200.v20230209-0754.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (811.88kB) [INFO] Fetching org.eclipse.debug.core.source_3.20.100.v20230124-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (406.82kB) [INFO] Fetching org.eclipse.debug.ui.source_3.17.200.v20230220-1318.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.68MB) [INFO] Fetching org.eclipse.e4.ui.ide.source_3.16.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.13.100.v20230117-1625.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (296.99kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (253.1kB) [INFO] Fetching org.eclipse.platform.source_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.48kB) [INFO] Fetching org.eclipse.search.source_3.14.400.v20230209-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (272.32kB) [INFO] Fetching org.eclipse.text.quicksearch.source_1.1.500.v20230129-1959.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.85kB) [INFO] Fetching org.eclipse.team.core.source_3.9.700.v20221201-0946.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (369.59kB) [INFO] Fetching org.eclipse.team.ui.source_3.9.600.v20230207-1607.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (768.16kB) [INFO] Fetching org.eclipse.text.source_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (281.76kB) [INFO] Fetching org.eclipse.jface.text.source_3.23.0.v20230123-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (821.2kB) [INFO] Fetching org.eclipse.jsch.core.source_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.55kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.4.200.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.72kB) [INFO] Fetching org.eclipse.ui.console.source_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (166.31kB) [INFO] Fetching org.eclipse.ui.intro.source_3.6.600.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (255.55kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.300.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.500.v20220903-1020.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (252.99kB) [INFO] Fetching org.eclipse.ui.browser.source_3.7.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.87kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.400.v20221207-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.41kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.2.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.98kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.11.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (310.89kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.600.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.84kB) [INFO] Fetching org.eclipse.ui.net.source_1.4.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.4kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.700.v20230210-0941.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (445.61kB) [INFO] Fetching org.eclipse.ui.views.source_3.11.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (82.04kB) [INFO] Fetching org.eclipse.ui.editors.source_3.15.0.v20221201-1935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (332.36kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.5.300.v20230126-0801.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.27kB) [INFO] Fetching org.eclipse.ui.ide.source_3.20.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.22MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.4.700.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.core.variables.source_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.7kB) [INFO] Fetching org.eclipse.ui.forms.source_3.11.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (218.97kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.56kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.2.300.v20220618-1805.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.21kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.2200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.200.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.09kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.3.500.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.77kB) [INFO] Fetching org.eclipse.debug.ui.launchview.source_1.0.300.v20220811-0741.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.18kB) [INFO] Fetching org.eclipse.platform.source_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.43kB) [INFO] Fetching org.eclipse.help.source_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (180.01kB) [INFO] Fetching org.eclipse.ui.source_3.202.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (147.59kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.128.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.1000.v20221114-1512.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.22kB) [INFO] Fetching com.ibm.icu.source_72.1.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.43MB) [INFO] Fetching org.eclipse.rcp.source_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.51kB) [INFO] Fetching org.eclipse.sdk_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (416.32kB) [INFO] Fetching org.eclipse.sdk_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (24.7kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (20.77kB) [INFO] Fetching org.eclipse.sirius.aql_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.85kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (21.73kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (13.84kB) [INFO] Fetching org.eclipse.sirius.aql.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.47kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (34.4kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (13.37kB) [INFO] Fetching org.eclipse.sirius.common.ocl_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (25.59kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (11.53kB) [INFO] Fetching org.eclipse.sirius.common.xtext_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (23.09kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (190.83kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (391kB) [INFO] Fetching org.eclipse.sirius.doc_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (11.97MB) [INFO] Fetching org.eclipse.sirius.doc.feature_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.89kB) [INFO] Fetching org.eclipse.sirius.doc.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (11.96MB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.51kB) [INFO] Fetching org.eclipse.sirius.editor_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (1.08MB) [INFO] Fetching org.eclipse.sirius.editor.diagram_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (733.12kB) [INFO] Fetching org.eclipse.sirius.editor.sequence_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (248.62kB) [INFO] Fetching org.eclipse.sirius.editor.table_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (188.33kB) [INFO] Fetching org.eclipse.sirius.editor.tree_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (98.38kB) [INFO] Fetching org.eclipse.sirius.eef.adapters_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (817.59kB) [INFO] Fetching org.eclipse.sirius.interpreter_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (31.95kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.78kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (16.91kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (10.81kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.39kB) [INFO] Fetching org.eclipse.sirius.properties.core_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (168.45kB) [INFO] Fetching org.eclipse.sirius.properties.defaultrules_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (16.79kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (42.61kB) [INFO] Fetching org.eclipse.sirius.properties.edit_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (413.56kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (48.29kB) [INFO] Fetching org.eclipse.sirius.ui.properties_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (73.96kB) [INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (20.62kB) [INFO] Fetching org.eclipse.sirius.properties.feature_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.72kB) [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.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.91kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (53.21kB) [INFO] Fetching org.eclipse.sirius.runtime.acceleo.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.52kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.85kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.94kB) [INFO] Fetching org.eclipse.sirius.eef.adapters.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (19.68kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.55kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.97kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (22.91kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.57kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (11.6kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (11.58kB) [INFO] Fetching org.eclipse.sirius.ui.editor_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (102.95kB) [INFO] Fetching org.eclipse.sirius.ui.ext_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (18.68kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (21.23kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (155.49kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (9.85kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (241.61kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (278.12kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (137.02kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (256.7kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (2.45MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (9.88kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (403.37kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (10.03kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (171.58kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (10.05kB) [INFO] Fetching org.eclipse.sirius.ui.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (888.87kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (54.3kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (9.87kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (10.75kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (10.18kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (23.86kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (33.24kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (13.81kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (97.39kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (13.72kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.66kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.xtext_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.87kB) [INFO] Fetching org.eclipse.sirius.common.xtext.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (15.78kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.xtext.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.runtime.ocl_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.91kB) [INFO] Fetching org.eclipse.sirius.common.ocl.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (16.04kB) [INFO] Fetching org.eclipse.sirius.runtime.ocl.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.51kB) [INFO] Fetching org.eclipse.sirius.common.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (201.8kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (84.19kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.model.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (657.54kB) [INFO] Fetching org.eclipse.sirius.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (696.13kB) [INFO] Fetching org.eclipse.sirius.diagram.model.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (725.78kB) [INFO] Fetching org.eclipse.sirius.diagram.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (498.29kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (54.5kB) [INFO] Fetching org.eclipse.sirius.table.model.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (233.82kB) [INFO] Fetching org.eclipse.sirius.table.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (104.1kB) [INFO] Fetching org.eclipse.sirius.tree.model.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (146.15kB) [INFO] Fetching org.eclipse.sirius.tree.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (84.89kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (27.5kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (8.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (15.69kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (13.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (10.45kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (8.53kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (18.18kB) [INFO] Fetching org.eclipse.sirius.runtime.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.58kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.91kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (22.05kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.52kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.95kB) [INFO] Fetching org.eclipse.sirius.editor.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (722.51kB) [INFO] Fetching org.eclipse.sirius.editor.diagram.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (551.9kB) [INFO] Fetching org.eclipse.sirius.editor.sequence.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (178.09kB) [INFO] Fetching org.eclipse.sirius.editor.table.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (141.33kB) [INFO] Fetching org.eclipse.sirius.editor.tree.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/plugins/ (68.41kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.source_7.4.1.202405151520.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/features/ (20.51kB) [INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.23kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (353.45kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.86kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.2.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.78kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (32.12kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.76kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.74kB) [INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.38kB) [INFO] Fetching org.eclipse.uml2.doc_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.6kB) [INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.73kB) [INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (238.73kB) [INFO] Fetching org.eclipse.uml2.examples_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.67kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (220.23kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (873.19kB) [INFO] Fetching org.eclipse.uml2_5.5.3.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.72kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.25kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.08kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.87kB) [INFO] Fetching org.eclipse.uml2_5.5.3.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.89kB) [INFO] Fetching org.eclipse.uml2.sdk_5.5.3.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.57kB) [INFO] Fetching org.eclipse.uml2.sdk_5.5.3.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.74kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.74kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (138.71kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (259.97kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (33.82kB) [INFO] Fetching org.eclipse.xsd.cheatsheets_2.8.0.v20230204-1018.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.42kB) [INFO] Fetching org.eclipse.xsd.ecore.importer_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.59kB) [INFO] Fetching org.eclipse.xsd.doc_2.26.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.72MB) [INFO] Fetching org.eclipse.xsd.doc_2.28.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.84kB) [INFO] Fetching org.eclipse.xsd.ecore.converter_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.8kB) [INFO] Fetching org.eclipse.xsd.ecore.exporter_2.8.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.68kB) [INFO] Fetching org.eclipse.xsd.ecore.converter_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.93kB) [INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.21kB) [INFO] Fetching org.eclipse.xsd.ecore.importer.source_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.47kB) [INFO] Fetching org.eclipse.xsd.ecore.exporter.source_2.8.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.59kB) [INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.38kB) [INFO] Fetching org.eclipse.xsd.edit_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.88kB) [INFO] Fetching org.eclipse.xsd.edit.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.64kB) [INFO] Fetching org.eclipse.xsd.edit.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.21kB) [INFO] Fetching org.eclipse.xsd.editor_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (106.07kB) [INFO] Fetching org.eclipse.xsd.editor_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.92kB) [INFO] Fetching org.eclipse.xsd.editor.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (33.21kB) [INFO] Fetching org.eclipse.xsd.editor.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.23kB) [INFO] Fetching org.eclipse.xsd.example.installer_1.5.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.39kB) [INFO] Fetching org.eclipse.xsd_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.87kB) [INFO] Fetching org.eclipse.xsd.mapping.editor_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.xsd.mapping.editor_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.91kB) [INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.21kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor.source_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.35kB) [INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.4kB) [INFO] Fetching org.eclipse.xsd.mapping_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.74kB) [INFO] Fetching org.eclipse.xsd.mapping_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.93kB) [INFO] Fetching org.eclipse.xsd.mapping.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.source_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.57kB) [INFO] Fetching org.eclipse.xsd.mapping.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.3kB) [INFO] Fetching org.eclipse.xsd.sdk_2.33.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.94kB) [INFO] Fetching org.eclipse.xsd.source_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (742.12kB) [INFO] Fetching org.eclipse.xsd.source_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.13kB) [INFO] Fetching org.eclipse.xtend.core_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.35MB) [INFO] Fetching org.eclipse.xtend.doc_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (495.93kB) [INFO] Fetching org.eclipse.xtend.examples_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (217.97kB) [INFO] Fetching org.eclipse.xtend.ide_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (618.77kB) [INFO] Fetching org.eclipse.xtend.ide.common_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (587.16kB) [INFO] Fetching org.eclipse.xtend.m2e_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.48kB) [INFO] Fetching org.eclipse.xtend.lib.source_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (120.96kB) [INFO] Fetching org.eclipse.xtend.lib.macro.source_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (91.68kB) [INFO] Fetching org.eclipse.xtend.standalone_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.27kB) [INFO] Fetching org.eclipse.xtend.core.source_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.21MB) [INFO] Fetching org.eclipse.xtend.ide.common.source_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (281.86kB) [INFO] Fetching org.eclipse.xtend.ide.source_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (456.51kB) [INFO] Fetching org.eclipse.xtend.m2e.source_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.94kB) [INFO] Fetching org.eclipse.xtend.standalone.source_2.30.0.v20230227-1300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.15kB) [INFO] Fetching org.eclipse.xtext.junit4_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (247.52kB) [INFO] Fetching org.eclipse.xtext.junit4.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (122.93kB) [INFO] Fetching org.eclipse.xtext.testing_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (202.76kB) [INFO] Fetching org.eclipse.xtext.testing.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (138.29kB) [INFO] Fetching org.eclipse.xtext.xbase.junit_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (183.64kB) [INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.84kB) [INFO] Fetching org.eclipse.xtext.xbase.testing_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (158.05kB) [INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (95.69kB) [INFO] Fetching org.eclipse.xtext.ui.testing_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (133.73kB) [INFO] Fetching org.eclipse.xtext.ui.testing.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (68.33kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.52kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.93kB) [INFO] Fetching org.eclipse.xtend.sdk_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21kB) [INFO] Fetching org.eclipse.xtext.activities_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.23kB) [INFO] Fetching org.eclipse.xtext.doc_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (7.23MB) [INFO] Fetching org.eclipse.xtext.docs_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.46kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.07MB) [INFO] Fetching org.eclipse.xtext.examples_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.51kB) [INFO] Fetching org.eclipse.xtext.purexbase_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (234.7kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (264.3kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.36kB) [INFO] Fetching org.eclipse.xtext.logging.source_1.2.24.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.88kB) [INFO] Fetching org.eclipse.xtext.redist_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.32kB) [INFO] Fetching org.eclipse.xtext.runtime_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.96kB) [INFO] Fetching org.eclipse.xtext.purexbase.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (159.24kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (171.3kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.04kB) [INFO] Fetching org.eclipse.xtext.sdk_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.85kB) [INFO] Fetching org.eclipse.xtext.ui_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.84kB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.8MB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (280.26kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (374.36kB) [INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.58kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (103.48kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.30.0.v20230227-1114.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.5kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (255.12kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (231.03kB) [INFO] Fetching org.eclipse.xtext.activities.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.19kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (919.92kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (175.96kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.71kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (77.34kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.8kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.30.0.v20230227-1344.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.5kB) [INFO] Fetching org.kohsuke.args4j_2.33.0.v20160323-2218.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (171.99kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.cdo_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.51kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.67kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.18kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.cdo_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.7kB) [INFO] Fetching org.polarsys.capella.common.re.gen.cdo_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.83kB) [INFO] Fetching org.polarsys.capella.core.data.gen.cdo_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.cdo_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.43kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.36kB) [INFO] Fetching org.polarsys.capella.cdo.mock.feature_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (66.19kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (42.25kB) [INFO] Fetching org.polarsys.capella.common.id.handler_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.25kB) [INFO] Fetching org.polarsys.capella.common.re_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (253.93kB) [INFO] Fetching org.polarsys.capella.common.transition_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (276.89kB) [INFO] Fetching org.polarsys.capella.common.feature_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.19kB) [INFO] Fetching org.polarsys.capella.common.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (69.11kB) [INFO] Fetching org.polarsys.capella.shared.id.handler.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.85kB) [INFO] Fetching org.polarsys.capella.common.model.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.81kB) [INFO] Fetching org.polarsys.capella.common.helpers.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.73kB) [INFO] Fetching org.polarsys.capella.common.tools.report.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.57kB) [INFO] Fetching org.polarsys.capella.common.ef.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (28.28kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.15kB) [INFO] Fetching org.polarsys.capella.common.queries.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.92kB) [INFO] Fetching org.polarsys.capella.common.model.helpers.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.56kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.69kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (39.64kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (137.21kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (57.05kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.24kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.69kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (96.47kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.51kB) [INFO] Fetching org.polarsys.capella.common.re.gen.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (60.88kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.1kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.15kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.81kB) [INFO] Fetching org.polarsys.capella.common.id.handler.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.89kB) [INFO] Fetching org.polarsys.capella.common.data.helpers.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.98kB) [INFO] Fetching org.polarsys.capella.common.libraries.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.7kB) [INFO] Fetching org.polarsys.capella.common.re.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (189.84kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (44.56kB) [INFO] Fetching org.polarsys.capella.common.transition.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (197.32kB) [INFO] Fetching org.polarsys.capella.common.feature.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.77kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.85kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.78kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.89kB) [INFO] Fetching org.polarsys.capella.common.re.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (135.23kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (58.85kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (111.03kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (314.62kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.23kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.3kB) [INFO] Fetching org.polarsys.capella.core.compare_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (64.16kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.1kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.82kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.61kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (82.32kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.83kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.46kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.47kB) [INFO] Fetching org.polarsys.capella.common.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (158.27kB) [INFO] Fetching org.polarsys.capella.common.ui.services.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.59kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.21kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.19kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.5kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui.source_7.0.0.202405210941.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.menu.dynamic.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17kB) [INFO] Fetching org.polarsys.capella.common.re.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (78.72kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (96.92kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.29kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.56kB) [INFO] Fetching org.polarsys.capella.common.ui.feature.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.45kB) [INFO] Fetching org.polarsys.kitalpha.massactions_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (38.91kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (66.1kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (27.2kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (66.04kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (82.69kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (194.54kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.48kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.32kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.1kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.84kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (546.89kB) [INFO] Fetching org.polarsys.capella.core.common.feature_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (326.38kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (92.33kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (35.08kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.51kB) [INFO] Fetching org.polarsys.capella.core.model.preferences.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.76kB) [INFO] Fetching org.polarsys.capella.core.model.semantic.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.13kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.69kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (483.24kB) [INFO] Fetching org.polarsys.capella.core.application.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11kB) [INFO] Fetching org.polarsys.capella.core.af.integration.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.6kB) [INFO] Fetching org.polarsys.capella.core.data.helpers.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (311.17kB) [INFO] Fetching org.polarsys.capella.core.data.gen.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (2.07MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (921.43kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (71.12kB) [INFO] Fetching org.polarsys.capella.core.common.feature.source_7.0.0.202405210941.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.editor_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (68.08kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.38MB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.96kB) [INFO] Fetching org.polarsys.capella.common.ui.resources.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.1kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (98.36kB) [INFO] Fetching org.polarsys.capella.core.ui.resources.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.46kB) [INFO] Fetching org.polarsys.capella.core.preferences.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (162.27kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.26kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.52kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (402.31kB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (291.46kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (39.94kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (177.13kB) [INFO] Fetching org.polarsys.capella.core.compare.feature.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (469.9kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_7.0.0.202405210941.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.explorer.activity.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (141.44kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.11kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.31kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (61.85kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.49kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (54.8kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (108.7kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (142.83kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (63.18kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (120.62kB) [INFO] Fetching org.polarsys.capella.core.tiger_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.53kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (264.31kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.19kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (47.1kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.69kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.18kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (139.47kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (146.09kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.01kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.92kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.5kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (137.13kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.74kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (67.48kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (92.76kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.34kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.25kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.85kB) [INFO] Fetching org.polarsys.capella.core.data.migration_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (163.05kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.28kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.53kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.51kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.17kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.06kB) [INFO] Fetching org.polarsys.capella.core.egf.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/plugins/ (131.01kB) [INFO] Fetching org.polarsys.capella.core.egf.feature.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (63.06kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.45kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (65.31kB) [INFO] Fetching org.polarsys.capella.core.feature_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.15kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.13kB) [INFO] Fetching org.polarsys.capella.core.git.feature_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.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.libraries.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.18kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.49kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature.source_7.0.0.202405210941.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.platform.sirius.ui.project_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (114.45kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (94.7kB) [INFO] Fetching org.polarsys.capella.core.migration.feature.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (52.54kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.71kB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.22MB) [INFO] Fetching org.polarsys.capella.core.mylyn.feature_7.0.0.202405210941.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.platform.eclipse.ui.trace_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (127.18kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.21kB) [INFO] Fetching org.polarsys.capella.core.services_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.65kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (89.6kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.46kB) [INFO] Fetching org.polarsys.capella.core.projection.common_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (86.83kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.61kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (57.64kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.26kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (167.2kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.05kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (152.64kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.04kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (58.26kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (54.09kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.01kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (134.93kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties.source_7.0.0.202405210941.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.data.information.datavalue.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (49.2kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.09kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.17kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.45kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.14kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.69kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.53kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (45.77kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.65kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.39kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24kB) [INFO] Fetching org.polarsys.capella.core.properties.feature.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.31kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_7.0.0.202405210941.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.ui.properties.richtext.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (39.29kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.11kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature.source_7.0.0.202405210941.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.re_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (121.67kB) [INFO] Fetching org.polarsys.capella.core.transition.system_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (263.7kB) [INFO] Fetching org.polarsys.capella.core.re.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.83kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (62.24kB) [INFO] Fetching org.polarsys.capella.core.re.project_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.74kB) [INFO] Fetching org.polarsys.capella.core.re.feature_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.81kB) [INFO] Fetching org.polarsys.capella.core.re.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.13kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.13kB) [INFO] Fetching org.polarsys.capella.core.re.project.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.12kB) [INFO] Fetching org.polarsys.capella.core.re.feature.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.12kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (264.31kB) [INFO] Fetching org.polarsys.capella.core.re.validation_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.37kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.45kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.32kB) [INFO] Fetching org.polarsys.capella.core.projection.common.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (62.62kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.8kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.15kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (117.89kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (45.1kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature.source_7.0.0.202405210941.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.transition.system.ui_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.13kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_7.0.0.202405210941.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.transition.common.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.85kB) [INFO] Fetching org.polarsys.capella.core.transition.system.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (180.52kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.8kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.58kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_7.0.0.202405210941.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.transition.system.topdown.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (176.65kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (35.11kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.38kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.17kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (81.05kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.36kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.96kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (56.89kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.24kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.41kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (78.06kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.81kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (35.33kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.86kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (190.41kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (57.06kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (571.37kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (126.96kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.46kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.83kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (159.43kB) [INFO] Fetching org.polarsys.capella.core.ui.metric.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (44.7kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.55kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.83kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.38kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.05kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (81.1kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.41kB) [INFO] Fetching org.polarsys.capella.core.ui.feature.source_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.57kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.85kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (90.93kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.61kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.7kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.6kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.15kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.27kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.88kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.1kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.2kB) [INFO] Fetching org.polarsys.capella.core.ui.search_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (131.15kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.83kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.39kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.2kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature.source_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.03kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.07kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature.source_7.0.0.202405210941.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.ui.wizards.feature_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.55kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.3kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.63kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.63kB) [INFO] Fetching org.polarsys.capella.core.ui.search.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.83kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature.source_7.0.0.202405210941.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.validation.feature_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.8kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (88.37kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.42kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.87kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (109.64kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (106.36kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (64.49kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.35kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.66kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.92kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (74.86kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.75kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.03kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.56kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.43kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.05kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.26kB) [INFO] Fetching org.polarsys.capella.core.re.validation.source_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.27kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.05kB) [INFO] Fetching org.polarsys.capella.detachment.feature_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.28kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition.source_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (375.8kB) [INFO] Fetching org.polarsys.capella.diagrams.doc_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.46kB) [INFO] Fetching org.polarsys.capella.doc_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (604.13kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.68kB) [INFO] Fetching org.polarsys.capella.preferences.doc_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (991.04kB) [INFO] Fetching org.polarsys.capella.properties.doc_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (89.54kB) [INFO] Fetching org.polarsys.capella.re.doc_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.41MB) [INFO] Fetching org.polarsys.capella.glossary.doc_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (423.29kB) [INFO] Fetching org.polarsys.capella.validation.doc_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (92.96kB) [INFO] Fetching org.polarsys.capella.th.doc_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.18MB) [INFO] Fetching org.polarsys.capella.git.doc_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.07kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (8.32kB) [INFO] Fetching org.polarsys.capella.commandline.doc.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.07kB) [INFO] Fetching org.polarsys.capella.diffmerge.doc.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.07kB) [INFO] Fetching org.polarsys.capella.properties.doc.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.05kB) [INFO] Fetching org.polarsys.capella.re.doc.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.99kB) [INFO] Fetching org.polarsys.capella.transitions.doc.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.07kB) [INFO] Fetching org.polarsys.capella.ui.doc.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.84kB) [INFO] Fetching org.polarsys.capella.diagrams.doc.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.validation.doc.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.05kB) [INFO] Fetching org.polarsys.capella.developer.doc.source_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.79kB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.09kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc.source_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202405210941.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_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (553.94kB) [INFO] Fetching org.polarsys.capella.docgen.preference_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (22.22kB) [INFO] Fetching org.polarsys.capella.docgen.commandline_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (25.59kB) [INFO] Fetching org.polarsys.capella.docgen.configuration_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (34.65kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.commandline_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (27.86kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.ui_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (95.52kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.edit_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (24.8kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.editor_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (82.39kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.feature_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/features/ (20.94kB) [INFO] Fetching org.polarsys.capella.docgen.doc_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (216.33kB) [INFO] Fetching org.polarsys.capella.docgen.ui_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (43.94kB) [INFO] Fetching org.polarsys.capella.docgen.feature_7.0.0.202403181356.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/features/ (20.98kB) [INFO] Fetching org.polarsys.capella.rcp_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.89kB) [INFO] Fetching org.polarsys.capella.rcp_7.0.0.202405210941.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_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (8.5kB) [INFO] Fetching org.polarsys.capella.rcp.source_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (45.79kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.ui.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.55kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.feature.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (58.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (53.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.dsl.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (49.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (50.97kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (33.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (22.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (22.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.emf.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.feature.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (124.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (45.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.edit.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (49.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.edit.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (72.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.editor.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (46.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.edit.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (58.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.edit.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (192.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (9.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.41kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (118.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (57.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (67.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.ui.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (288.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (85.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (58.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.feature.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.common.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (104.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (37.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.56kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (39.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (225.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (32.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (58.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.activityexplorer.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (52.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.71kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (22.07kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (38.83kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.common.ui.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.59kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.24kB) [INFO] Fetching org.polarsys.kitalpha.common.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.83kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.68kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.14kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.52kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.85kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.12kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.consonant.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.55kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.69kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.89kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.composergen.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.13kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.44kB) [INFO] Fetching org.polarsys.kitalpha.composer.core.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (84.7kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.85kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (73.18kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.help.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.2kB) [INFO] Fetching org.polarsys.kitalpha.composer.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (161.11kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.99kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.25kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.doc.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (81.46kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.78kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.41kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (44.84kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.59kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.45kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.17kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (22.91kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (22.68kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.edit.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (16.65kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (147.69kB) [INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (10.09kB) [INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (118.03kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (468.99kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.71kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (109.23kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (468.23kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.49kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (52.28kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (17.37kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.62kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.65kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.38kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.45kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.42kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (34.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.feature_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.26kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.42kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (14.4kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.89kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.75kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.66kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.18kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.25kB) [INFO] Fetching org.polarsys.kitalpha.report.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.09kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (28.32kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.49kB) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (34.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.ecore.diagram.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (40.51kB) [INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.6kB) [INFO] Fetching org.polarsys.kitalpha.representation.egf.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.emde.diagram.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (30.65kB) [INFO] Fetching org.polarsys.kitalpha.representation.emde.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.representation.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.15kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.95kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (13.91kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (12.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (19.81kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (33.47kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (25.84kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (24.8kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (34.18kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (22.54kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (21.83kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.strategies_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.25kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.feature_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.runtime.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.14kB) [INFO] Fetching org.polarsys.kitalpha.sdk.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.14kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.86kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.source_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.44kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.extended.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (15.63kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (48.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (20.2kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.36kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.58kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (18.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (163.81kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (37.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (68.38kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.79kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (17.09kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (23.62kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_7.0.0.202405210817.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_7.0.0.202405210817.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_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (29.33kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.25kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/plugins/ (11.69kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature.source_7.0.0.202405210817.jar from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/features/ (11.21kB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (35.52kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64.source_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.23kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.99MB) [INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.200.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.23kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source_1.0.501.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.65kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win.source_5.1.3.v20221013-1742.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (29.16kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (270.24kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (16.59kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.900.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.9kB) [INFO] Fetching org.eclipse.core.net.win32.source_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.71kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.700.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.21kB) [INFO] Fetching org.eclipse.ui.win32.source_3.4.600.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.43kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.13.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.69kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (17.02kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (29.48kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.5.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.42kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.3.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.92kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.3.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.72kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (16.44kB) [INFO] [INFO] --- tycho-p2-repository:2.7.5: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_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2-director:2.7.5: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_master/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 7.0.0.202405271539. Operation completed in 65541 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/aarch64 Installing org.polarsys.capella.studio.releng.product 7.0.0.202405271539. Operation completed in 59526 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0.202405271539. Operation completed in 59124 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/Capella-Studio.app Installing org.polarsys.capella.studio.releng.product 7.0.0.202405271539. Operation completed in 57352 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/aarch64/Capella-Studio.app Installing org.polarsys.capella.studio.releng.product 7.0.0.202405271539. Operation completed in 53998 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_master/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_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/aarch64/dropins/.empty [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/Capella-Studio.app/Contents/Eclipse/dropins/.empty [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/aarch64/Capella-Studio.app/Contents/Eclipse/dropins/.empty [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/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.7.5:archive-products (archive-products) @ org.polarsys.capella.studio.releng.product --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-linux.gtk.aarch64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-macosx.cocoa.aarch64.zip [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.product --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/extraArtifacts/org.polarsys.capella.studio.releng.product.executable.win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-org.polarsys.capella.studio.releng.product.executable.win32.win32.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/extraArtifacts/org.polarsys.capella.studio.releng.product.executable.gtk.linux.aarch64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-org.polarsys.capella.studio.releng.product.executable.gtk.linux.aarch64.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/extraArtifacts/org.polarsys.capella.studio.releng.product.executable.cocoa.macosx.aarch64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-org.polarsys.capella.studio.releng.product.executable.cocoa.macosx.aarch64.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/extraArtifacts/org.polarsys.capella.studio.releng.product.executable.cocoa.macosx.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-org.polarsys.capella.studio.releng.product.executable.cocoa.macosx.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/extraArtifacts/org.polarsys.capella.studio.releng.product.executable.gtk.linux.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-org.polarsys.capella.studio.releng.product.executable.gtk.linux.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-linux.gtk.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-linux.gtk.aarch64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.aarch64.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-win32.win32.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-macosx.cocoa.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-macosx.cocoa.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-macosx.cocoa.aarch64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-macosx.cocoa.aarch64.zip [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >-- [INFO] Building Capella Studio Root 7.0.0-SNAPSHOT [32/32] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.polarsys.capella.studio.releng.root --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_master/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/root/org.polarsys.capella.studio.releng.root/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.root-7.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Studio Root 7.0.0-SNAPSHOT: [INFO] [INFO] Capella Studio ..................................... SUCCESS [ 2.740 s] [INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [ 14.381 s] [INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [ 24.193 s] [INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [ 23.663 s] [INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [ 18.001 s] [INFO] org.polarsys.capella.extension.tools ............... SUCCESS [ 21.737 s] [INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [ 20.652 s] [INFO] org.polarsys.capella.studio.product ................ SUCCESS [ 18.637 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SUCCESS [ 18.228 s] [INFO] org.polarsys.capella.ta ............................ SUCCESS [ 16.207 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [ 15.337 s] [INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [ 21.016 s] [INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [ 17.887 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [ 16.178 s] [INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [ 18.073 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [ 41.779 s] [INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [ 23.332 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [ 25.844 s] [INFO] org.polarsys.capella.studio.doc .................... SUCCESS [ 8.952 s] [INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [ 22.998 s] [INFO] org.polarsys.capella.studio.doc.feature ............ SUCCESS [ 10.921 s] [INFO] org.polarsys.capella.studio.product.feature ........ SUCCESS [ 28.802 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SUCCESS [ 19.106 s] [INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SUCCESS [ 18.065 s] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SUCCESS [ 21.357 s] [INFO] org.polarsys.capella.studio.releng.eclipse.feature . SUCCESS [ 7.363 s] [INFO] org.polarsys.capella.studio.releng.capella.feature . SUCCESS [ 8.332 s] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature SUCCESS [ 7.857 s] [INFO] org.polarsys.capella.studio.releng.updatesite ...... SUCCESS [ 15.324 s] [INFO] Capella Sudio Aggregator Module .................... SUCCESS [ 0.004 s] [INFO] Capella studio Product ............................. SUCCESS [14:57 min] [INFO] Capella Studio Root ................................ SUCCESS [ 0.087 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25:40 min [INFO] Finished at: 2024-05-27T16:04:56Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [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-iDA9HOoC5wiK/agent.2016 SSH_AGENT_PID=2018 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Capella-studio_master@tmp/private_key_16381087583992095257.key (/home/jenkins/agent/workspace/Capella-studio_master@tmp/private_key_16381087583992095257.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/master [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/master [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/master [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/master [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/products/nightly/master [Pipeline] sh + scp -r releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-linux.gtk.aarch64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-linux.gtk.x86_64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-macosx.cocoa.aarch64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-macosx.cocoa.x86_64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271539-win32.win32.x86_64.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/studio/products/nightly/master [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2018 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run RCPTT Tests) [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_master] $ Xvnc -help Starting xvnc [Capella-studio_master] $ Xvnc :85 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.8.0 - built Jan 10 2024 16:20:34 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 Mon May 27 16:07:09 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5985 vncext: created VNC server for screen 0 [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Dmaven.test.failure.ignore=true -Dtycho.localArtifacts=ignore -Djacoco.destFile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec -Djacoco.append=true org.jacoco:jacoco-maven-plugin:0.8.10:prepare-agent verify -P rcptt -e Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [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.21 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 commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Studio [pom] [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] capellastudio.vpdsl.qualityassessment.reverse.tests [rcpttTest] [INFO] Capella Studio RCPTT tests Aggregator Module [pom] [INFO] Capella Studio Root [pom] [INFO] [INFO] ----------< org.polarsys.capella:org.polarsys.capella.studio >---------- [INFO] Building Capella Studio 7.0.0-SNAPSHOT [1/8] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio --- [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 [INFO] [INFO] --- tycho-source-feature:2.7.5: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] -----< org.polarsys.capella:org.polarsys.capella.extension.rcptt >------ [INFO] Building org.polarsys.capella.extension.rcptt 7.0.0-SNAPSHOT [2/8] [INFO] from extension/tests/org.polarsys.capella.extension.rcptt/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO: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:7.0.0-SNAPSHOT, this may take a while ... [INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT is resolved to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip [INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO, this may take a while ... [INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-MO/rcptt.runner-2.5.5-MO.zip [INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:execute (default-execute) @ org.polarsys.capella.extension.rcptt --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java' '-Xmx3g' '-XX:MaxMetaspaceSize=1024m' '-jar' '/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/surefire-reports/TEST-org.polarsys.capella.extension.rcptt.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt' '-injection:site' 'https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '9384' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-05-27 16:07:33.353 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=17.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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/surefire-reports/TEST-org.polarsys.capella.extension.rcptt.xml -import /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9384 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/surefire-reports/TEST-org.polarsys.capella.extension.rcptt.xml -import /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9384 [INFO] [INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-05-27 16:07:35.240 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient5 [68] [INFO] Unresolved requirement: Import-Package: org.apache.hc.client5.http; version="[5.1.3,6.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.equinox.http.jetty 4 0 2024-05-27 16:07:35.242 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [87] [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.400.v20221006-1531"; version="1.2.0" [INFO] org.eclipse.equinox.http.servlet [89] [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; 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.100.v20221006-1531"; 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] 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.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,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 2024-05-27 16:07:35.243 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [89] [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; 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.100.v20221006-1531"; 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] 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.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,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 2024-05-27 16:07:35.243 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [90] [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.100.v20221006-1531"; 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 2024-05-27 16:07:35.244 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [91] [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 [90] [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.100.v20221006-1531"; 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 2024-05-27 16:07:35.250 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [133] [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 2024-05-27 16:07:35.251 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [135] [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 2024-05-27 16:07:35.253 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [140] [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 2024-05-27 16:07:35.254 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [141] [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 2024-05-27 16:07:35.256 [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.202.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 2024-05-27 16:07:35.257 [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 Mon May 27 16:07:35 UTC 2024 [INFO] RCPTT Runner version: 2.5.5 [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 2024-05-27 16:07:41.846 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_master/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: 1716826056058.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.846 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.846 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:07:41.846 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:07:41.847 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.847 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.847 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.847 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.847 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.847 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.847 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.847 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.847 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.847 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.847 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.848 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.849 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:07:41.850 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.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 2024-05-27 16:07:41.971 [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 2024-05-27 16:07:41.974 [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/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB) [INFO] progress: Downloading org.antlr.runtime [INFO] progress: Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (209.56kB) [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 2024-05-27 16:07:51.279 [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 2024-05-27 16:07:51.280 [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 2024-05-27 16:07:51.360 [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 2024-05-27 16:07:51.361 [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 2024-05-27 16:07:52.011 [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 2024-05-27 16:07:52.016 [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.weaver [INFO] progress: Downloading org.aspectj.runtime [INFO] progress: Downloading org.eclipse.equinox.weaving.hook [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.188 [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 2024-05-27 16:07:52.211 [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 2024-05-27 16:07:52.220 [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 2024-05-27 16:07:52.220 [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 2024-05-27 16:07:52.220 [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 2024-05-27 16:07:52.220 [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 2024-05-27 16:07:52.229 [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 2024-05-27 16:07:52.237 [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.repository 2 0 2024-05-27 16:07:52.237 [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.artifact.repository 2 0 2024-05-27 16:07:52.238 [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] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.243 [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 2024-05-27 16:07:52.244 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.247 [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] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.318 [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 2024-05-27 16:07:52.318 [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 2024-05-27 16:07:52.319 [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.ui [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.341 [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 2024-05-27 16:07:52.341 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.344 [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 2024-05-27 16:07:52.353 [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 2024-05-27 16:07:52.353 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.353 [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] progress: Downloading org.eclipse.emf.databinding [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.420 [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 2024-05-27 16:07:52.421 [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 2024-05-27 16:07:52.424 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.429 [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] progress: Downloading org.eclipse.emf.validation.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.436 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.436 [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] progress: Downloading org.eclipse.emf.transaction [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-27 16:07:52.518 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.518 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.519 [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.codegen.ecore [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.530 [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 2024-05-27 16:07:52.530 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.536 [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] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.541 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.542 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.546 [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.mapping [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.551 [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 2024-05-27 16:07:52.551 [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 2024-05-27 16:07:52.622 [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 2024-05-27 16:07:52.627 [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 2024-05-27 16:07:52.628 [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] progress: Downloading org.eclipse.emf.databinding.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-27 16:07:52.636 [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 2024-05-27 16:07:52.636 [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.artifact.repository 2 0 2024-05-27 16:07:52.636 [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.ecore.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.640 [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] progress: Downloading org.eclipse.emf.importer.rose [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 2024-05-27 16:07:52.648 [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 2024-05-27 16:07:52.648 [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 2024-05-27 16:07:52.648 [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 2024-05-27 16:07:52.649 [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.importer.java [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.655 [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] progress: Downloading org.eclipse.emf.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.725 [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 2024-05-27 16:07:52.725 [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 2024-05-27 16:07:52.733 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.734 [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] 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 2024-05-27 16:07:52.746 [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 2024-05-27 16:07:52.746 [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 2024-05-27 16:07:52.746 [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] progress: Downloading org.eclipse.emf.validation.ui.ide [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:52.753 [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 2024-05-27 16:07:52.753 [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.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 2024-05-27 16:07:52.825 [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 2024-05-27 16:07:52.825 [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 2024-05-27 16:07:52.825 [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 2024-05-27 16:07:52.832 [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 2024-05-27 16:07:52.836 [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 2024-05-27 16:07:53.046 [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 2024-05-27 16:07:53.051 [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 2024-05-27 16:07:53.074 [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 2024-05-27 16:07:53.077 [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 2024-05-27 16:07:53.127 [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 2024-05-27 16:07:53.133 [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.xmlbeans [INFO] progress: Downloading org.apache.poi.ooxml [INFO] progress: Downloading org.apache.poi.ooxml.schemas [INFO] progress: Downloading org.dom4j [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:53.136 [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 2024-05-27 16:07:53.136 [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 2024-05-27 16:07:53.136 [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 2024-05-27 16:07:53.137 [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] progress: Downloading org.apache.poi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:53.224 [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/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) [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 2024-05-27 16:07:54.163 [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 2024-05-27 16:07:54.164 [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 2024-05-27 16:07:54.204 [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 2024-05-27 16:07:54.217 [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 2024-05-27 16:07:54.237 [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 2024-05-27 16:07:54.241 [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 2024-05-27 16:07:54.245 [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 2024-05-27 16:07:54.358 [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 2024-05-27 16:07:54.359 [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 2024-05-27 16:07:54.368 [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 2024-05-27 16:07:54.373 [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 2024-05-27 16:07:54.377 [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] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:07:54.435 [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 2024-05-27 16:07:54.438 [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.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.rcptt.core.ecl.formatter [INFO] progress: Installing org.eclipse.rcptt.platform.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.testrail [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.rcptt.updates.runtime.e4x [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.ui [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.updates.feature.group [INFO] progress: Installing MO.rcptt [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula.ecl [INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.rcptt.launching.rap.ui [INFO] progress: Installing org.eclipse.rcptt.zephyr.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.core [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.group [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.launching.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [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.jface.text.aspects [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.rcptt.module.testrail.updates [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.eclipse.rcptt.resources.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.ui [INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.reporting.html [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.rcptt.ui.report [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.ui [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [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.reporting.util [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing org.eclipse.rcptt.verifications.text.ui [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.eclipse.rcptt.launching.multiaut [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.rcptt.launching.multiaut.ui [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.launching.remote.ui [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.nebula.updates [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.rcptt.zephyr [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.eclipse.rcptt.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.ecl.scanner [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.rap [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.rcptt.testrail.ui [INFO] progress: Installing org.eclipse.rcptt.core.ecl.highlighter [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.ui [INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.script.ui [INFO] progress: Installing org.eclipse.rcptt.ui.activities [INFO] progress: Installing org.eclipse.rcptt.updates.feature.jar [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.eclipse.rcptt.launching.configuration [INFO] progress: Installing org.eclipse.rcptt.launching.ext.ui [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.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.updates.aspectj.e44x [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.group [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.launching [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.jar [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.jar [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.ui [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.launching.remote [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.launching.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.launching.p2utils [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl.rap [INFO] progress: Installing org.eclipse.rcptt.updates.kepler [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.rcptt.verifications.log.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.ui [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.rcptt.verifications.time.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.search [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ctx.group.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.rcptt.ctx.capability [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.rcptt.updates.extra [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.updates.runtime.rap [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.emf.transaction_root [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.extensions [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.updates.external.dependencies.rap [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.ui [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.query_root [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.capability.ui [INFO] progress: Installing org.eclipse.emf.query.feature.group [INFO] progress: Installing org.eclipse.rcptt.launching.rap [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.rcptt.launching.common [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.rcptt.core.builder [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.rcptt.platform [INFO] progress: Installing org.eclipse.rcptt.core.search [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.rcptt.launching.ext [INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.group [INFO] progress: Installing MO.Default [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.emf.query.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.rcptt.launching.injection [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.expandbar.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.emf.query [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.ui [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.testing.ecl [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.ui [INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.super [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.super.ui [INFO] progress: Installing org.eclipse.emf.ecore.editor [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_master/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 2024-05-27 16:07:59.635 [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] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws-0: AUT VM arguments: -Dosgi.requiredJavaVersion=17 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:08:03.947 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:08:03.950 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /opt/tools/java/openjdk/jdk-17/17.0.2+8 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:08:03.950 [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 2024-05-27 16:08:25.407 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=112a72b4-d478-475e-824e-397cade03833, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/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.3.100.v20211021-1418.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Declipse.vmargs=-Dosgi.requiredJavaVersion=17 [INFO] -Dosgi.dataAreaRequiresExplicitInit=true [INFO] -Xms512m [INFO] -Xmx2048m [INFO] -Dq7id=112a72b4-d478-475e-824e-397cade03833 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/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.3.100.v20211021-1418.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:08:25.470 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_master/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_master/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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, -vm, /opt/tools/java/openjdk/jdk-17/17.0.2+8] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-05-27 16:09:07.775 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:09:08.037 [INFO] !MESSAGE [AUT-0] Starting: genchain_01.test (0 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:09:39.735 [INFO] !MESSAGE [AUT-0] Finished: genchain_01.test in 31242 (0 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:09:39.737 [INFO] !MESSAGE [AUT-0] Starting: genchain_02.test (1 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-27 16:09:39.773 [INFO] !MESSAGE Pass 1 (4) processed. 0 failed. spent: 0:31, 0:20 mins remaining. genchain_01. time: 31242ms [INFO] Pass 1 (4) processed. 0 failed. spent: 0:31, 0:20 mins remaining. genchain_01. time: 31242ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:10:20.930 [INFO] !MESSAGE [AUT-0] Finished: genchain_02.test in 40541 (1 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:10:20.933 [INFO] !MESSAGE [AUT-0] Starting: genchain_03.test (2 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-27 16:10:20.936 [INFO] !MESSAGE Pass 2 (4) processed. 0 failed. spent: 1:12, 0:18 mins remaining. genchain_02. time: 40541ms [INFO] Pass 2 (4) processed. 0 failed. spent: 1:12, 0:18 mins remaining. genchain_02. time: 40541ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:11:23.604 [INFO] !MESSAGE [AUT-0] Finished: genchain_03.test in 61999 (2 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:11:23.607 [INFO] !MESSAGE [AUT-0] Starting: genchain_04.test (3 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-27 16:11:23.612 [INFO] !MESSAGE Pass 3 (4) processed. 0 failed. spent: 2:15, 0:00 mins remaining. genchain_03. time: 61999ms [INFO] Pass 3 (4) processed. 0 failed. spent: 2:15, 0:00 mins remaining. genchain_03. time: 61999ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:12:08.258 [INFO] !MESSAGE [AUT-0] Finished: genchain_04.test in 44243 (3 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-27 16:12:08.291 [INFO] !MESSAGE Pass 4 (4) processed. 0 failed. spent: 3:00, 0:00 mins remaining. genchain_04. time: 44243ms [INFO] Pass 4 (4) processed. 0 failed. spent: 3:00, 0:00 mins remaining. genchain_04. time: 44243ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:12:08.292 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] Finished at Mon May 27 16:12:09 UTC 2024 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-05-27 16:12:10.371 [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.5-MO:package (default-package) @ org.polarsys.capella.extension.rcptt --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/projects/org.polarsys.capella.extension.rcptt-7.0.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt/target/org.polarsys.capella-org.polarsys.capella.extension.rcptt-7.0.0-SNAPSHOT-result.zip [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.rcptt --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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] ------< org.polarsys.capella:org.polarsys.capella.gen.doc.tests >------- [INFO] Building org.polarsys.capella.gen.doc.tests 7.0.0-SNAPSHOT [3/8] [INFO] from gendoc/tests/org.polarsys.capella.gen.doc.tests/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO: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:7.0.0-SNAPSHOT, this may take a while ... [INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT is resolved to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip [INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO, this may take a while ... [INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-MO/rcptt.runner-2.5.5-MO.zip [INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:execute (default-execute) @ org.polarsys.capella.gen.doc.tests --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java' '-Xmx3g' '-XX:MaxMetaspaceSize=1024m' '-jar' '/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests' '-injection:site' 'https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '9287' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-05-27 16:12:22.046 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=17.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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9287 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9287 [INFO] [INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-05-27 16:12:23.769 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient5 [68] [INFO] Unresolved requirement: Import-Package: org.apache.hc.client5.http; version="[5.1.3,6.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.equinox.http.jetty 4 0 2024-05-27 16:12:23.771 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [87] [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.400.v20221006-1531"; version="1.2.0" [INFO] org.eclipse.equinox.http.servlet [89] [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; 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.100.v20221006-1531"; 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] 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.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,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 2024-05-27 16:12:23.815 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [89] [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; 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.100.v20221006-1531"; 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] 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.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,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 2024-05-27 16:12:23.815 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [90] [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.100.v20221006-1531"; 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 2024-05-27 16:12:23.816 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [91] [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 [90] [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.100.v20221006-1531"; 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 2024-05-27 16:12:23.816 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [133] [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 2024-05-27 16:12:23.817 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [135] [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 2024-05-27 16:12:23.818 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [140] [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 2024-05-27 16:12:23.819 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [141] [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 2024-05-27 16:12:23.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.202.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 2024-05-27 16:12:23.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 Mon May 27 16:12:24 UTC 2024 [INFO] RCPTT Runner version: 2.5.5 [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 2024-05-27 16:12:30.316 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_master/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: 1716826344558.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.317 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.317 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:12:30.317 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:12:30.317 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.317 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.317 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.317 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.317 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.317 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.317 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.318 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.318 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.318 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.318 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.318 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.318 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.318 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:12:30.318 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:12:30.318 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.318 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.318 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.318 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.318 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.319 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.320 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.321 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.321 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:12:30.321 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.321 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.321 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.321 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:12:30.321 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.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 2024-05-27 16:12:30.432 [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 2024-05-27 16:12:30.435 [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/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB) [INFO] progress: Downloading org.antlr.runtime [INFO] progress: Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (209.56kB) [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 2024-05-27 16:12:38.372 [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 2024-05-27 16:12:38.373 [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 2024-05-27 16:12:38.420 [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 2024-05-27 16:12:38.421 [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 2024-05-27 16:12:39.089 [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 2024-05-27 16:12:39.094 [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.weaver [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] progress: Downloading org.aspectj.runtime [INFO] progress: Downloading org.eclipse.equinox.weaving.hook [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:39.267 [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 2024-05-27 16:12:39.295 [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 2024-05-27 16:12:39.316 [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 2024-05-27 16:12:39.316 [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 2024-05-27 16:12:39.316 [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 2024-05-27 16:12:39.316 [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] 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 2024-05-27 16:12:39.330 [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 2024-05-27 16:12:39.331 [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 2024-05-27 16:12:39.331 [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.validation_root [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 2024-05-27 16:12:39.343 [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.artifact.repository 2 0 2024-05-27 16:12:39.343 [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 2024-05-27 16:12:39.343 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:39.347 [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] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:39.415 [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 2024-05-27 16:12:39.416 [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 2024-05-27 16:12:39.419 [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 2024-05-27 16:12:39.425 [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 2024-05-27 16:12:39.425 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:39.433 [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 2024-05-27 16:12:39.437 [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] progress: Downloading org.eclipse.emf.importer [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:39.444 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:39.514 [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 2024-05-27 16:12:39.521 [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 2024-05-27 16:12:39.526 [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 2024-05-27 16:12:39.530 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:39.534 [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 2024-05-27 16:12:39.537 [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 2024-05-27 16:12:39.541 [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 2024-05-27 16:12:39.545 [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 2024-05-27 16:12:39.616 [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 2024-05-27 16:12:39.623 [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 2024-05-27 16:12:39.623 [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 2024-05-27 16:12:39.636 [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 2024-05-27 16:12:39.636 [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 2024-05-27 16:12:39.636 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:39.647 [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 2024-05-27 16:12:39.648 [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 2024-05-27 16:12:39.648 [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.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:39.721 [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 2024-05-27 16:12:39.725 [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 2024-05-27 16:12:39.731 [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 2024-05-27 16:12:39.731 [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 2024-05-27 16:12:39.736 [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 2024-05-27 16:12:39.736 [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 2024-05-27 16:12:39.740 [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 2024-05-27 16:12:39.740 [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 2024-05-27 16:12:39.743 [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] progress: Downloading org.eclipse.emf.edit.ui [INFO] progress: Downloading org.eclipse.emf.ant [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:39.752 [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 2024-05-27 16:12:39.752 [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 2024-05-27 16:12:39.752 [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.importer.java [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:39.822 [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 2024-05-27 16:12:39.828 [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 2024-05-27 16:12:39.833 [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 2024-05-27 16:12:39.838 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:39.842 [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] 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 2024-05-27 16:12:39.851 [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 2024-05-27 16:12:39.851 [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 2024-05-27 16:12:39.851 [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 2024-05-27 16:12:39.920 [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 2024-05-27 16:12:39.923 [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] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:39.932 [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 2024-05-27 16:12:39.932 [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 2024-05-27 16:12:39.932 [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.query_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-27 16:12:39.942 [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 2024-05-27 16:12:39.948 [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 2024-05-27 16:12:40.171 [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 2024-05-27 16:12:40.176 [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 2024-05-27 16:12:40.217 [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 2024-05-27 16:12:40.222 [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 2024-05-27 16:12:40.237 [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 2024-05-27 16:12:40.243 [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 2024-05-27 16:12:40.247 [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 2024-05-27 16:12:40.247 [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 2024-05-27 16:12:40.247 [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 2024-05-27 16:12:40.247 [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] progress: Downloading org.apache.poi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:40.324 [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/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) [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 2024-05-27 16:12:41.350 [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 2024-05-27 16:12:41.352 [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 2024-05-27 16:12:41.392 [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 2024-05-27 16:12:41.396 [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 2024-05-27 16:12:41.422 [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 2024-05-27 16:12:41.426 [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 2024-05-27 16:12:41.430 [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 2024-05-27 16:12:41.551 [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 2024-05-27 16:12:41.552 [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 2024-05-27 16:12:41.559 [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 2024-05-27 16:12:41.562 [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 2024-05-27 16:12:41.566 [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] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:12:41.622 [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 2024-05-27 16:12:41.625 [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.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.rcptt.core.ecl.formatter [INFO] progress: Installing org.eclipse.rcptt.platform.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.testrail [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.rcptt.updates.runtime.e4x [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.ui [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.updates.feature.group [INFO] progress: Installing MO.rcptt [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula.ecl [INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.rcptt.launching.rap.ui [INFO] progress: Installing org.eclipse.rcptt.zephyr.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.core [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.group [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.launching.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [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.jface.text.aspects [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.rcptt.module.testrail.updates [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.eclipse.rcptt.resources.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.ui [INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.reporting.html [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.rcptt.ui.report [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.ui [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [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.reporting.util [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing org.eclipse.rcptt.verifications.text.ui [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.eclipse.rcptt.launching.multiaut [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.rcptt.launching.multiaut.ui [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.launching.remote.ui [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.nebula.updates [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.rcptt.zephyr [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.eclipse.rcptt.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.ecl.scanner [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.rap [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.rcptt.testrail.ui [INFO] progress: Installing org.eclipse.rcptt.core.ecl.highlighter [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.ui [INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.script.ui [INFO] progress: Installing org.eclipse.rcptt.ui.activities [INFO] progress: Installing org.eclipse.rcptt.updates.feature.jar [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.eclipse.rcptt.launching.configuration [INFO] progress: Installing org.eclipse.rcptt.launching.ext.ui [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.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.updates.aspectj.e44x [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.group [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.launching [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.jar [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.jar [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.ui [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.launching.remote [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.launching.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.launching.p2utils [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl.rap [INFO] progress: Installing org.eclipse.rcptt.updates.kepler [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.rcptt.verifications.log.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.ui [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.rcptt.verifications.time.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.search [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ctx.group.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.rcptt.ctx.capability [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.rcptt.updates.extra [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.updates.runtime.rap [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.emf.transaction_root [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.extensions [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.updates.external.dependencies.rap [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.ui [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.query_root [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.capability.ui [INFO] progress: Installing org.eclipse.emf.query.feature.group [INFO] progress: Installing org.eclipse.rcptt.launching.rap [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.rcptt.launching.common [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.rcptt.core.builder [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.rcptt.platform [INFO] progress: Installing org.eclipse.rcptt.core.search [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.rcptt.launching.ext [INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.group [INFO] progress: Installing MO.Default [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.emf.query.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.rcptt.launching.injection [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.expandbar.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.emf.query [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.ui [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.testing.ecl [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.ui [INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.super [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.super.ui [INFO] progress: Installing org.eclipse.emf.ecore.editor [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_master/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 2024-05-27 16:12:47.094 [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] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-0: AUT VM arguments: -Dosgi.requiredJavaVersion=17 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:12:51.851 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:12:51.854 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /opt/tools/java/openjdk/jdk-17/17.0.2+8 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:12:51.855 [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 2024-05-27 16:13:14.318 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=3ac1986d-1f83-49f3-a2b9-1ca534cf9b97, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/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.3.100.v20211021-1418.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Declipse.vmargs=-Dosgi.requiredJavaVersion=17 [INFO] -Dosgi.dataAreaRequiresExplicitInit=true [INFO] -Xms512m [INFO] -Xmx2048m [INFO] -Dq7id=3ac1986d-1f83-49f3-a2b9-1ca534cf9b97 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/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.3.100.v20211021-1418.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:13:14.391 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_master/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_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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, -vm, /opt/tools/java/openjdk/jdk-17/17.0.2+8] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-05-27 16:13:54.817 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:13:55.049 [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 2024-05-27 16:14:36.772 [INFO] !MESSAGE [AUT-0] Finished: Export Diagram with special characters in name.test in 40894 (0 from 2) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:14:36.775 [INFO] !MESSAGE [AUT-0] Starting: Export Images.test (1 from 2) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-27 16:14:36.821 [INFO] !MESSAGE Pass 1 (2) processed. 0 failed. spent: 0:41, 0:00 mins remaining. Export Diagram with special characters in name. time: 40894ms [INFO] Pass 1 (2) processed. 0 failed. spent: 0:41, 0:00 mins remaining. Export Diagram with special characters in name. time: 40894ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:15:01.009 [INFO] !MESSAGE [AUT-0] Finished: Export Images.test in 23501, Cannot execute command on the required control aut-ws-0 - capellastudio - Capella Studio Product because there is still the active modal dialog "Error". (1 from 2) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-27 16:15:01.050 [INFO] !MESSAGE Fail 2 (2) processed. 1 failed. spent: 1:06, 0:00 mins remaining. Export Images. time: 23501ms Cause: Cannot execute command on the required control aut-ws-0 - capellastudio - Capella Studio Product because there is still the active modal dialog "Error". [INFO] Fail 2 (2) processed. 1 failed. spent: 1:06, 0:00 mins remaining. Export Images. time: 23501ms Cause: Cannot execute command on the required control aut-ws-0 - capellastudio - Capella Studio Product because there is still the active modal dialog "Error". [INFO] Failed Tests: [INFO] Export Images [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:15:01.050 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-05-27 16:15:02.700 [INFO] !MESSAGE The workspace will exit with unsaved changes in this session. [INFO] Runner exit code is: 56 [ERROR] There are test failures [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:package (default-package) @ org.polarsys.capella.gen.doc.tests --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests-7.0.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/org.polarsys.capella-org.polarsys.capella.gen.doc.tests-7.0.0-SNAPSHOT-result.zip [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.gen.doc.tests --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --< org.polarsys.capella:org.polarsys.capella.studio.ad.viewpoint.rcptt >-- [INFO] Building org.polarsys.capella.studio.ad.viewpoint.rcptt 7.0.0-SNAPSHOT [4/8] [INFO] from vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO: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:7.0.0-SNAPSHOT, this may take a while ... [INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT is resolved to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip [INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO, this may take a while ... [INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-MO/rcptt.runner-2.5.5-MO.zip [INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_master/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.5-MO: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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java' '-Xmx3g' '-XX:MaxMetaspaceSize=1024m' '-jar' '/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_master/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_master/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_master/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_master/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/7.0.0.20240319/' '-injection:site' 'https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '9774' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-05-27 16:15:13.128 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=17.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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/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_master/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_master/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_master/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/7.0.0.20240319/ -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9774 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/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_master/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_master/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_master/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/7.0.0.20240319/ -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9774 [INFO] [INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-05-27 16:15:14.822 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient5 [68] [INFO] Unresolved requirement: Import-Package: org.apache.hc.client5.http; version="[5.1.3,6.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.equinox.http.jetty 4 0 2024-05-27 16:15:14.825 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [87] [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.400.v20221006-1531"; version="1.2.0" [INFO] org.eclipse.equinox.http.servlet [89] [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; 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.100.v20221006-1531"; 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] 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.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,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 2024-05-27 16:15:14.825 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [89] [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; 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.100.v20221006-1531"; 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] 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.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,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 2024-05-27 16:15:14.826 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [90] [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.100.v20221006-1531"; 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 2024-05-27 16:15:14.826 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [91] [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 [90] [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.100.v20221006-1531"; 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 2024-05-27 16:15:14.830 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [133] [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 2024-05-27 16:15:14.831 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [135] [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 2024-05-27 16:15:14.833 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [140] [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 2024-05-27 16:15:14.834 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [141] [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 2024-05-27 16:15:14.835 [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.202.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 2024-05-27 16:15:14.837 [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 Mon May 27 16:15:15 UTC 2024 [INFO] RCPTT Runner version: 2.5.5 [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 2024-05-27 16:15:21.162 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_master/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: 1716826515728.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.162 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.162 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:15:21.162 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:15:21.162 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.162 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.162 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.162 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.162 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.163 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.163 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.163 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.163 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.163 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.163 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.163 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.163 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.163 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:15:21.163 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:15:21.163 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.163 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.163 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.164 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.165 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.166 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:21.166 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.166 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.166 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.166 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:21.166 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.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 2024-05-27 16:15:21.318 [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 2024-05-27 16:15:21.322 [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/7.0.0.20240319/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (19.02kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (15.01kB) [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.componentsample.rules.validation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.76kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.76kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.example.installer.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.83kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.39kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.generation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.73kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.73kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.68kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.22kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.68kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.22kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (15.02kB) [INFO] progress: Downloading org.polarsys.kitalpha.af.componentsamplearchitectureframework [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.76kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.22kB) [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.17kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.22kB) [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.17kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.71kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.71kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (31.5kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.71kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.editor.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.82kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.82kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.editor.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (30.76kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.62kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.22kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.22kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.design [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (23.85kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (23.85kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.7kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.design_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (20.62kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.analysis [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.vpdsl [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.design.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (38.84kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.computation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (20.04kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.design.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (11.79kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.generation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.vpdsl [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.22kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.71kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.22kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.71kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (42.75kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation.source [INFO] progress: Downloading org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.5kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.design.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (18.46kB) [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.25kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.source [INFO] progress: Downloading org.polarsys.kitalpha.transposer.componentsample.installer.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.78kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.design.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (13.11kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.78kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.design.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (13.11kB) [INFO] progress: Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.design.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.example.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.17kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.design.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (11.68kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.17kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.design.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (11.68kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.83kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.design [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.edit [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.14kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (38.9kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (38.59kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.14kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (38.9kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (38.59kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.design_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.6kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (18.49kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (22.04kB) [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (18.49kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (22.04kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (13.61kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.design [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.04kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.design_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (25.21kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (65.19kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (42.79kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (34.16kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (42.79kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.wizard.project [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.25kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (29.58kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.transformation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (15.89kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.76kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.wizard.project_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (24.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (12.79kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.wizard.project_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (24.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (12.79kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.27kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.77kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (20.53kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.77kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (20.53kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.76kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.28kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.ui [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.ui_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (16.89kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.56kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.validation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.edit.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (25.62kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (20kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (19.14kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (19.14kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (19.13kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.25kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (56.01kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.16kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (15.62kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.21kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (15.62kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.21kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.design [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.design_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.01kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.representation.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (18.34kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.edit [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (31.47kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.design.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature [INFO] progress: Downloading org.polarsys.kitalpha.transposer.componentsample.importer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.design.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (13.02kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.analysis.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.78kB) [INFO] progress: Fetching org.polarsys.kitalpha.transposer.componentsample.importer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (44.17kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (18.47kB) [INFO] progress: Fetching org.polarsys.kitalpha.transposer.componentsample.importer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (44.17kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (18.47kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.22kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.wizard.project.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.wizard.project.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.79kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.af.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.73kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (80.8kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.16kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.16kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.79kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.19kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.77kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.21kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.08kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.19kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.77kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.21kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.08kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.73kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.computation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.25kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.22kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.computation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.computation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.design [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (13.73kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.design_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (26.68kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.06kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (32kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.27kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.27kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.example.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.7kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (11.11kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.generation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (13.12kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model.edit.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.25kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.9kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (60.17kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.importer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.importer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (700.77kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.82kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model.edit.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.77kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.43kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.vpdsl [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (48.11kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.activity.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (41.05kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.25kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.activity.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (41.05kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (16.6kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.edit [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.26kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.87kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.26kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.87kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.ui.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (73.04kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.08kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.02kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.ui.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.08kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (10.02kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.activity.explorer.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.contextual.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.89kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.88kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.89kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.88kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.25kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.72kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.72kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.19kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.84kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source [INFO] progress: Downloading org.polarsys.kitalpha.composer.componentsample.importer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.composer.componentsample.importer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (90.59kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (19.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (16.83kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.21kB) [INFO] progress: Downloading org.polarsys.kitalpha.composer.componentsample.installer.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (60.64kB) [INFO] progress: Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (18.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (17.59kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.validation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.validation.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.22kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (11.95kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (11.17kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (11.61kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.79kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.67kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.79kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (14.67kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (12.36kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.representation.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.editor [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.representation.feature_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/features/ (21.78kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.editor_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (112.72kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (21.19kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model.edit [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model.edit_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (15.4kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (8.75kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB) [INFO] progress: Downloading org.antlr.runtime [INFO] progress: Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (209.56kB) [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 2024-05-27 16:15:31.933 [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 2024-05-27 16:15:31.934 [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 2024-05-27 16:15:31.972 [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 2024-05-27 16:15:31.973 [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 2024-05-27 16:15:32.662 [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 2024-05-27 16:15:32.667 [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.weaver [INFO] progress: Downloading org.aspectj.runtime [INFO] progress: Downloading org.eclipse.equinox.weaving.hook [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:32.824 [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 2024-05-27 16:15:32.845 [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.mapping.ecore2ecore [INFO] progress: Downloading org.eclipse.emf.converter [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 2024-05-27 16:15:32.852 [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 2024-05-27 16:15:32.853 [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 2024-05-27 16:15:32.853 [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 2024-05-27 16:15:32.853 [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 2024-05-27 16:15:32.861 [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 2024-05-27 16:15:32.867 [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 2024-05-27 16:15:32.868 [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] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-27 16:15:32.877 [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 2024-05-27 16:15:32.879 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:32.917 [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 2024-05-27 16:15:32.918 [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 2024-05-27 16:15:32.922 [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 2024-05-27 16:15:32.939 [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 2024-05-27 16:15:32.939 [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 2024-05-27 16:15:32.940 [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 2024-05-27 16:15:32.951 [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 2024-05-27 16:15:32.952 [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 2024-05-27 16:15:33.020 [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 2024-05-27 16:15:33.020 [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 2024-05-27 16:15:33.020 [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] progress: Downloading org.eclipse.emf.databinding [INFO] progress: Downloading org.eclipse.emf [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.040 [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 2024-05-27 16:15:33.040 [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 2024-05-27 16:15:33.040 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.047 [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] progress: Downloading org.eclipse.emf.validation.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.058 [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 2024-05-27 16:15:33.058 [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 2024-05-27 16:15:33.116 [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] 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 2024-05-27 16:15:33.130 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.130 [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 2024-05-27 16:15:33.130 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.142 [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 2024-05-27 16:15:33.142 [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] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] progress: Downloading org.eclipse.emf.query [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.155 [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 2024-05-27 16:15:33.156 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.156 [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] progress: Downloading org.eclipse.emf.exporter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.228 [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 2024-05-27 16:15:33.229 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.229 [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 2024-05-27 16:15:33.232 [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] progress: Downloading org.eclipse.emf.transaction [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-27 16:15:33.240 [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 2024-05-27 16:15:33.240 [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_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.repository 2 0 2024-05-27 16:15:33.257 [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 2024-05-27 16:15:33.258 [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 2024-05-27 16:15:33.258 [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.artifact.repository 2 0 2024-05-27 16:15:33.258 [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.importer.rose [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.263 [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] progress: Downloading org.eclipse.emf.ant [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.322 [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 2024-05-27 16:15:33.322 [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] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.332 [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 2024-05-27 16:15:33.333 [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.edit [INFO] progress: Downloading org.eclipse.emf.codegen [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 2024-05-27 16:15:33.353 [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 2024-05-27 16:15:33.354 [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 2024-05-27 16:15:33.354 [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 2024-05-27 16:15:33.354 [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.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.416 [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 2024-05-27 16:15:33.420 [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] progress: Downloading org.eclipse.emf.validation.ui.ide [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.428 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.429 [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 2024-05-27 16:15:33.432 [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] progress: Downloading org.eclipse.emf.query_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.442 [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 2024-05-27 16:15:33.442 [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 2024-05-27 16:15:33.442 [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.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:33.446 [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 2024-05-27 16:15:33.658 [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 2024-05-27 16:15:33.663 [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 2024-05-27 16:15:33.691 [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 2024-05-27 16:15:33.696 [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 2024-05-27 16:15:33.725 [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 2024-05-27 16:15:33.730 [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 2024-05-27 16:15:33.733 [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 2024-05-27 16:15:33.733 [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 2024-05-27 16:15:33.733 [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 2024-05-27 16:15:33.733 [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 2024-05-27 16:15:33.819 [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/7.0.0.20240319/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (19.02kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) [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 2024-05-27 16:15:34.917 [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 2024-05-27 16:15:34.918 [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 2024-05-27 16:15:34.967 [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 2024-05-27 16:15:34.972 [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 2024-05-27 16:15:34.995 [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 2024-05-27 16:15:35.000 [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 2024-05-27 16:15:35.025 [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 2024-05-27 16:15:35.178 [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 2024-05-27 16:15:35.179 [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 2024-05-27 16:15:35.187 [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 2024-05-27 16:15:35.190 [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 2024-05-27 16:15:35.193 [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] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:15:35.242 [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 2024-05-27 16:15:35.245 [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: Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/ (15.01kB) [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af [INFO] progress: Installing org.eclipse.rcptt.testrail [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [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.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.transposer.componentsample.installer.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.ui [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.installer.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.generation [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.composer.componentsample.installer.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.rcptt.zephyr.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer.source [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.launching.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.source [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.source [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis [INFO] progress: Installing org.eclipse.rcptt.core.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation [INFO] progress: Installing org.eclipse.rcptt.module.testrail.updates [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.eclipse.rcptt.resources.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.reporting.html [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.analysis [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.vpdsl [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.design.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.computation [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.vpdsl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [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.polarsys.kitalpha.vp.componentsampleframework.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation.source [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source.feature.jar [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.source [INFO] progress: Installing org.eclipse.rcptt.verifications.text.ui [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.launching.multiaut [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.feature.jar [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.polarsys.kitalpha.vp.componentsamplesafety.design [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model.edit [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.nebula.updates [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af [INFO] progress: Installing org.eclipse.rcptt.core.ecl.scanner [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.rap [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.design [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.source [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.wizard.project [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.updates.feature.jar [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.validation [INFO] progress: Installing org.eclipse.rcptt.launching.ext.ui [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.core.swt [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.edit.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer.source [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.updates.aspectj.e44x [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.group [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.launching [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation.source [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation [INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.ui [INFO] progress: Installing org.eclipse.rcptt.launching.remote [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model.edit [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.updates.kepler [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.feature.jar [INFO] progress: Installing 202403192238.SampleComponent [INFO] progress: Installing org.eclipse.rcptt.verifications.time.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ctx.group.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.computation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.updates.extra [INFO] progress: Installing org.eclipse.rcptt.updates.runtime.rap [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.computation [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.emf.transaction_root [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model.source [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.updates.external.dependencies.rap [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.ui [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.query_root [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source.feature.group [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.model.edit.source [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.source [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.core.builder [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.source [INFO] progress: Installing org.eclipse.rcptt.core.search [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.rcptt.launching.ext [INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.group [INFO] progress: Installing MO.Default [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.query.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.activity.explorer.source [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.expandbar.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.ctx.super [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.feature.jar [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.super.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.model.edit [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.validation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.transformation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.ecl.formatter [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source [INFO] progress: Installing org.eclipse.rcptt.platform.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.rcptt.updates.runtime.e4x [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.rcptt.updates.feature.group [INFO] progress: Installing MO.rcptt [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula.ecl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.launching.rap.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.core [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.source [INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [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.componentsample.model.editor.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.design [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.jar [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.rcptt.core.ecl.parser [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.feature.group [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.ui.report [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.generation.source [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.ui [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.model [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ecore [INFO] progress: Installing org.eclipse.rcptt.reporting.util [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.design.source [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 org.polarsys.kitalpha.vp.componentsampleperformance.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.polarsys.kitalpha.transposer.componentsample.installer.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.rcptt.launching.multiaut.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source [INFO] progress: Installing org.eclipse.rcptt.launching.remote.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation [INFO] progress: Installing org.eclipse.rcptt.zephyr [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.rcptt.testrail.ui [INFO] progress: Installing org.eclipse.rcptt.core.ecl.highlighter [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.transformation.source [INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer [INFO] progress: Installing org.eclipse.rcptt.ctx.script.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation [INFO] progress: Installing org.eclipse.rcptt.ui.activities [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.rcptt.launching.configuration [INFO] progress: Installing org.eclipse.emf.mapping.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.design [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.jar [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.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.ui [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.design.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.transposer.componentsample.importer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.analysis.source [INFO] progress: Installing org.eclipse.rcptt.launching.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.launching.p2utils [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.wizard.project.source [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl.rap [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model [INFO] progress: Installing org.eclipse.rcptt.verifications.log.ui [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.rcptt.search [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.source [INFO] progress: Installing org.eclipse.rcptt.ctx.capability [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.feature.jar [INFO] progress: Installing 202403192238.SampleComponentSource [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.design [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.extensions [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer.source [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.generation [INFO] progress: Installing org.eclipse.rcptt.ctx.capability.ui [INFO] progress: Installing org.eclipse.emf.query.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.source [INFO] progress: Installing org.eclipse.rcptt.launching.rap [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source [INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.launching.common [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.importer [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.source.feature.group [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.rcptt.platform [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.vpdsl [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.activity.explorer [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.group [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.installer.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.edit [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.ui.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.contextual.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.launching.injection [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.emf.query [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.testing.ecl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.polarsys.kitalpha.composer.componentsample.importer [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety [INFO] progress: Installing org.polarsys.kitalpha.composer.componentsample.installer.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.validation.source [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.ui [INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.source [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.editor [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.platform.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.editor [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl [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_master/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 2024-05-27 16:15:40.783 [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 2024-05-27 16:15:40.790 [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 2024-05-27 16:15:40.802 [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 2024-05-27 16:15:40.805 [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 2024-05-27 16:15:40.816 [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 2024-05-27 16:15:40.818 [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 Mon May 27 16:15:40 UTC 2024 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-05-27 16:15:41.352 [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.5-MO:package (default-package) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/projects/org.polarsys.capella.studio.ad.viewpoint.rcptt-7.0.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/org.polarsys.capella-org.polarsys.capella.studio.ad.viewpoint.rcptt-7.0.0-SNAPSHOT-result.zip [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --< org.polarsys.capella:capellastudio.vpdsl.qualityassessment.tests >-- [INFO] Building capellastudio.vpdsl.qualityassessment.tests 7.0.0-SNAPSHOT [5/8] [INFO] from vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO: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:7.0.0-SNAPSHOT, this may take a while ... [INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT is resolved to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip [INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO, this may take a while ... [INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-MO/rcptt.runner-2.5.5-MO.zip [INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:execute (default-execute) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java' '-Xmx3g' '-XX:MaxMetaspaceSize=1024m' '-jar' '/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.tests.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests' '-injection:site' 'https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository' '-testOptions' 'execTimeout=1200;testExecTimeout=900' '-timeout' '1200' '-shutdownListenerPort' '9887' [INFO] The execution timeout is set to 1200 seconds [INFO] !SESSION 2024-05-27 16:15:49.860 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=17.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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions execTimeout=1200;testExecTimeout=900 -timeout 1200 -shutdownListenerPort 9887 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions execTimeout=1200;testExecTimeout=900 -timeout 1200 -shutdownListenerPort 9887 [INFO] [INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-05-27 16:15:51.624 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient5 [68] [INFO] Unresolved requirement: Import-Package: org.apache.hc.client5.http; version="[5.1.3,6.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.equinox.http.jetty 4 0 2024-05-27 16:15:51.626 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [87] [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.400.v20221006-1531"; version="1.2.0" [INFO] org.eclipse.equinox.http.servlet [89] [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; 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.100.v20221006-1531"; 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] 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.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,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 2024-05-27 16:15:51.627 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [89] [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; 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.100.v20221006-1531"; 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] 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.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,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 2024-05-27 16:15:51.627 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [90] [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.100.v20221006-1531"; 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 2024-05-27 16:15:51.628 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [91] [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 [90] [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.100.v20221006-1531"; 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 2024-05-27 16:15:51.628 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [133] [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 2024-05-27 16:15:51.629 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [135] [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 2024-05-27 16:15:51.629 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [140] [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 2024-05-27 16:15:51.630 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [141] [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 2024-05-27 16:15:51.631 [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.202.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 2024-05-27 16:15:51.633 [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 Mon May 27 16:15:51 UTC 2024 [INFO] RCPTT Runner version: 2.5.5 [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 2024-05-27 16:15:57.960 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_master/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: 1716826552365.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.961 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.961 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:15:57.961 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:15:57.961 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.961 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.961 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.961 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.961 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.961 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.961 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.962 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.962 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.962 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.962 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.962 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.962 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.962 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:15:57.962 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:15:57.962 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.962 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.962 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.962 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.962 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.963 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.964 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.965 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/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 2024-05-27 16:15:57.965 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.965 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.965 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.965 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:15:57.965 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.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 2024-05-27 16:15:58.076 [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 2024-05-27 16:15:58.080 [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/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB) [INFO] progress: Downloading org.antlr.runtime [INFO] progress: Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (209.56kB) [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 2024-05-27 16:16:06.493 [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 2024-05-27 16:16:06.495 [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 2024-05-27 16:16:06.537 [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 2024-05-27 16:16:06.538 [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 2024-05-27 16:16:07.181 [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 2024-05-27 16:16:07.186 [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.weaver [INFO] progress: Downloading org.aspectj.runtime [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] progress: Downloading org.eclipse.equinox.weaving.hook [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.358 [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 2024-05-27 16:16:07.377 [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.mapping.ecore2ecore [INFO] progress: Downloading org.eclipse.emf.converter [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 2024-05-27 16:16:07.384 [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 2024-05-27 16:16:07.384 [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 2024-05-27 16:16:07.385 [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 2024-05-27 16:16:07.385 [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 2024-05-27 16:16:07.392 [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 2024-05-27 16:16:07.398 [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 2024-05-27 16:16:07.398 [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] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-27 16:16:07.422 [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 2024-05-27 16:16:07.423 [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 2024-05-27 16:16:07.423 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.426 [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] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.432 [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 2024-05-27 16:16:07.432 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.432 [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 2024-05-27 16:16:07.445 [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 2024-05-27 16:16:07.445 [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 2024-05-27 16:16:07.515 [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 2024-05-27 16:16:07.516 [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 2024-05-27 16:16:07.521 [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 2024-05-27 16:16:07.523 [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 2024-05-27 16:16:07.529 [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 2024-05-27 16:16:07.534 [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 2024-05-27 16:16:07.543 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.545 [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] progress: Downloading org.eclipse.emf.validation.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.618 [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 2024-05-27 16:16:07.618 [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] progress: Downloading org.eclipse.emf.transaction [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-27 16:16:07.631 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.query,1.7.0.201306111332. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.631 [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 2024-05-27 16:16:07.631 [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.codegen.ecore [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.642 [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 2024-05-27 16:16:07.642 [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.mapping.ecore2xml [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.652 [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] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.714 [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 2024-05-27 16:16:07.715 [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 2024-05-27 16:16:07.724 [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.mapping [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.728 [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 2024-05-27 16:16:07.729 [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 2024-05-27 16:16:07.736 [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 2024-05-27 16:16:07.739 [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 2024-05-27 16:16:07.742 [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 2024-05-27 16:16:07.746 [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] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-27 16:16:07.750 [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 2024-05-27 16:16:07.750 [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] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.821 [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 2024-05-27 16:16:07.821 [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 2024-05-27 16:16:07.821 [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 2024-05-27 16:16:07.822 [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.ant [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.829 [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] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.837 [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 2024-05-27 16:16:07.838 [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.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.842 [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 2024-05-27 16:16:07.847 [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 2024-05-27 16:16:07.921 [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 2024-05-27 16:16:07.922 [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 2024-05-27 16:16:07.922 [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 2024-05-27 16:16:07.922 [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 2024-05-27 16:16:07.927 [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 2024-05-27 16:16:07.938 [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 2024-05-27 16:16:07.938 [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 2024-05-27 16:16:07.938 [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] progress: Downloading org.eclipse.emf.query_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:07.946 [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 2024-05-27 16:16:07.946 [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 2024-05-27 16:16:07.952 [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 2024-05-27 16:16:08.154 [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 2024-05-27 16:16:08.160 [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 2024-05-27 16:16:08.182 [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 2024-05-27 16:16:08.186 [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 2024-05-27 16:16:08.217 [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 2024-05-27 16:16:08.221 [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 2024-05-27 16:16:08.224 [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 2024-05-27 16:16:08.224 [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 2024-05-27 16:16:08.224 [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 2024-05-27 16:16:08.224 [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] progress: Downloading org.apache.poi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:08.251 [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/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) [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 2024-05-27 16:16:09.283 [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 2024-05-27 16:16:09.284 [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 2024-05-27 16:16:09.327 [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 2024-05-27 16:16:09.331 [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 2024-05-27 16:16:09.352 [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 2024-05-27 16:16:09.357 [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 2024-05-27 16:16:09.360 [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 2024-05-27 16:16:09.460 [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 2024-05-27 16:16:09.461 [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 2024-05-27 16:16:09.467 [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 2024-05-27 16:16:09.470 [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 2024-05-27 16:16:09.473 [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] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:16:09.521 [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 2024-05-27 16:16:09.524 [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.query_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.rcptt.core.ecl.formatter [INFO] progress: Installing org.eclipse.rcptt.platform.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.testrail [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.rcptt.updates.runtime.e4x [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.ui [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.updates.feature.group [INFO] progress: Installing MO.rcptt [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula.ecl [INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.rcptt.launching.rap.ui [INFO] progress: Installing org.eclipse.rcptt.zephyr.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.core [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.group [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.launching.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [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.jface.text.aspects [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.rcptt.module.testrail.updates [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.eclipse.rcptt.resources.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.ui [INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.reporting.html [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.rcptt.ui.report [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.ui [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [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.reporting.util [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing org.eclipse.rcptt.verifications.text.ui [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.eclipse.rcptt.launching.multiaut [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.rcptt.launching.multiaut.ui [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.launching.remote.ui [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.nebula.updates [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.rcptt.zephyr [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.eclipse.rcptt.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.ecl.scanner [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.rap [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.rcptt.testrail.ui [INFO] progress: Installing org.eclipse.rcptt.core.ecl.highlighter [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.ui [INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.script.ui [INFO] progress: Installing org.eclipse.rcptt.ui.activities [INFO] progress: Installing org.eclipse.rcptt.updates.feature.jar [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.eclipse.rcptt.launching.configuration [INFO] progress: Installing org.eclipse.rcptt.launching.ext.ui [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.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.updates.aspectj.e44x [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.group [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.launching [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.jar [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.jar [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.ui [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.launching.remote [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.launching.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.launching.p2utils [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl.rap [INFO] progress: Installing org.eclipse.rcptt.updates.kepler [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.rcptt.verifications.log.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.ui [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.rcptt.verifications.time.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.search [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ctx.group.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.rcptt.ctx.capability [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.rcptt.updates.extra [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.updates.runtime.rap [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.emf.transaction_root [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.extensions [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.updates.external.dependencies.rap [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.ui [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.query_root [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.capability.ui [INFO] progress: Installing org.eclipse.emf.query.feature.group [INFO] progress: Installing org.eclipse.rcptt.launching.rap [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.rcptt.launching.common [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.rcptt.core.builder [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.rcptt.platform [INFO] progress: Installing org.eclipse.rcptt.core.search [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.rcptt.launching.ext [INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.group [INFO] progress: Installing MO.Default [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.emf.query.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.rcptt.launching.injection [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.expandbar.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.emf.query [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.ui [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.testing.ecl [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.ui [INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.super [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.super.ui [INFO] progress: Installing org.eclipse.emf.ecore.editor [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_master/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 2024-05-27 16:16:15.266 [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] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0: AUT VM arguments: -Dosgi.requiredJavaVersion=17 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:16:19.706 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:16:19.715 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /opt/tools/java/openjdk/jdk-17/17.0.2+8 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:16:19.715 [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 2024-05-27 16:16:42.586 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=93fdd0d1-9e98-4c55-8b8d-325ce9b464cf, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Declipse.vmargs=-Dosgi.requiredJavaVersion=17 [INFO] -Dosgi.dataAreaRequiresExplicitInit=true [INFO] -Xms512m [INFO] -Xmx2048m [INFO] -Dq7id=93fdd0d1-9e98-4c55-8b8d-325ce9b464cf [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:16:42.653 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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, -vm, /opt/tools/java/openjdk/jdk-17/17.0.2+8] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-05-27 16:17:24.621 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:17:24.923 [INFO] !MESSAGE [AUT-0] Starting: Aspect - Data.test (0 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:18:06.264 [INFO] !MESSAGE [AUT-0] Finished: Aspect - Data.test in 40127 (0 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:18:06.267 [INFO] !MESSAGE [AUT-0] Starting: Aspect - Diagram.test (1 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-27 16:18:06.317 [INFO] !MESSAGE Pass 1 (10) processed. 0 failed. spent: 0:41, 1:49 mins remaining. Aspect - Data. time: 40127ms [INFO] Pass 1 (10) processed. 0 failed. spent: 0:41, 1:49 mins remaining. Aspect - Data. time: 40127ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:18:41.502 [INFO] !MESSAGE [AUT-0] Finished: Aspect - Diagram.test in 34549 (1 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:18:41.504 [INFO] !MESSAGE [AUT-0] Starting: Aspect - Releng.test (2 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-27 16:18:41.559 [INFO] !MESSAGE Pass 2 (10) processed. 0 failed. spent: 1:16, 2:13 mins remaining. Aspect - Diagram. time: 34549ms [INFO] Pass 2 (10) processed. 0 failed. spent: 1:16, 2:13 mins remaining. Aspect - Diagram. time: 34549ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:19:04.678 [INFO] !MESSAGE [AUT-0] Finished: Aspect - Releng.test in 22414 (2 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:19:04.681 [INFO] !MESSAGE [AUT-0] Starting: Aspect - Service.test (3 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-27 16:19:04.721 [INFO] !MESSAGE Pass 3 (10) processed. 0 failed. spent: 1:39, 1:58 mins remaining. Aspect - Releng. time: 22414ms [INFO] Pass 3 (10) processed. 0 failed. spent: 1:39, 1:58 mins remaining. Aspect - Releng. time: 22414ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:19:30.375 [INFO] !MESSAGE [AUT-0] Finished: Aspect - Service.test in 24750 (3 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:19:30.377 [INFO] !MESSAGE [AUT-0] Starting: Aspect - UI.test (4 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-27 16:19:30.453 [INFO] !MESSAGE Pass 4 (10) processed. 0 failed. spent: 2:05, 1:44 mins remaining. Aspect - Service. time: 24750ms [INFO] Pass 4 (10) processed. 0 failed. spent: 2:05, 1:44 mins remaining. Aspect - Service. time: 24750ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:19:53.033 [INFO] !MESSAGE [AUT-0] Finished: Aspect - UI.test in 21709 (4 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:19:53.035 [INFO] !MESSAGE [AUT-0] Starting: Bug - vpui-1275.test (5 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-27 16:19:53.080 [INFO] !MESSAGE Pass 5 (10) processed. 0 failed. spent: 2:28, 1:24 mins remaining. Aspect - UI. time: 21709ms [INFO] Pass 5 (10) processed. 0 failed. spent: 2:28, 1:24 mins remaining. Aspect - UI. time: 21709ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 4 0 2024-05-27 16:20:26.078 [INFO] !MESSAGE error getting interpreter state [INFO] !SUBENTRY 1 org.eclipse.rcptt.ecl.core 4 0 2024-05-27 16:20:26.078 [INFO] !MESSAGE Failed to write org.eclipse.rcptt.ecl.core.impl.SaveStateImpl@3b9fb24a (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:1035) [INFO] at java.base/java.net.Socket$SocketOutputStream.write(Socket.java:1031) [INFO] at java.base/java.io.DataOutputStream.writeByte(DataOutputStream.java:158) [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:833) [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 4 0 2024-05-27 16:20:26.080 [INFO] !MESSAGE Failed to execute command org.eclipse.rcptt.tesla.ecl.model.impl.ShoutdownPlayerImpl@347f6896 (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:833) [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:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1066) [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:579) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:568) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) [INFO] at java.base/java.net.Socket.connect(Socket.java:633) [INFO] at java.base/java.net.Socket.connect(Socket.java:583) [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:1068) [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:579) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:568) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) [INFO] at java.base/java.net.Socket.connect(Socket.java:633) [INFO] at java.base/java.net.Socket.connect(Socket.java:583) [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:1068) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1066) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching 4 0 2024-05-27 16:20:26.081 [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:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1066) [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:579) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:568) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) [INFO] at java.base/java.net.Socket.connect(Socket.java:633) [INFO] at java.base/java.net.Socket.connect(Socket.java:583) [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:1068) [INFO] ... 2 more [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2024-05-27 16:20:26.081 [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:579) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:568) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) [INFO] at java.base/java.net.Socket.connect(Socket.java:633) [INFO] at java.base/java.net.Socket.connect(Socket.java:583) [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:1068) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1066) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2024-05-27 16:20:26.081 [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:579) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:568) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) [INFO] at java.base/java.net.Socket.connect(Socket.java:633) [INFO] at java.base/java.net.Socket.connect(Socket.java:583) [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:1068) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1066) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching 4 0 2024-05-27 16:20:26.081 [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:1070) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1066) [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:579) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:568) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) [INFO] at java.base/java.net.Socket.connect(Socket.java:633) [INFO] at java.base/java.net.Socket.connect(Socket.java:583) [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:1068) [INFO] ... 2 more [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2024-05-27 16:20:26.081 [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:579) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:568) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) [INFO] at java.base/java.net.Socket.connect(Socket.java:633) [INFO] at java.base/java.net.Socket.connect(Socket.java:583) [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:1068) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1066) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] !SUBENTRY 2 org.eclipse.rcptt.launching 4 0 2024-05-27 16:20:26.081 [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:579) [INFO] at java.base/sun.nio.ch.Net.connect(Net.java:568) [INFO] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588) [INFO] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) [INFO] at java.base/java.net.Socket.connect(Socket.java:633) [INFO] at java.base/java.net.Socket.connect(Socket.java:583) [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:1068) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch.access$3(BaseAutLaunch.java:1066) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAutLaunch$1.run(BaseAutLaunch.java:265) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-27 16:20:26.567 [INFO] !MESSAGE [INFO] Retry 1 of 3 [INFO] [INFO] [INFO] Retry 1 of 3 [INFO] [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:20:26.569 [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] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0_restarted_1: AUT VM arguments: -Dosgi.requiredJavaVersion=17 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:20:32.822 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: Detected AUT architecture is x86_64.x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:20:32.826 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: Selected JVM is /opt/tools/java/openjdk/jdk-17/17.0.2+8 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:20:32.826 [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 2024-05-27 16:20:54.959 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=9d1ca016-f3cb-4aaf-9c3c-b69b7495f939, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Declipse.vmargs=-Dosgi.requiredJavaVersion=17 [INFO] -Dosgi.dataAreaRequiresExplicitInit=true [INFO] -Xms512m [INFO] -Xmx2048m [INFO] -Dq7id=9d1ca016-f3cb-4aaf-9c3c-b69b7495f939 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:20:55.002 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0_restarted_1, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_master/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_master/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, -vm, /opt/tools/java/openjdk/jdk-17/17.0.2+8] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 4 0 2024-05-27 16:21:12.017 [INFO] !MESSAGE RCPTT: Failed to Launch AUT: AUT_1 cause Process was terminated while waiting for AUT startup data [INFO] !STACK 1 [INFO] org.eclipse.core.runtime.CoreException: Process was terminated while waiting for AUT startup data [INFO] at org.eclipse.rcptt.internal.launching.ext.Q7ExtLaunchMonitor.doWait(Q7ExtLaunchMonitor.java:138) [INFO] at org.eclipse.rcptt.internal.launching.ext.Q7ExtLaunchMonitor.wait(Q7ExtLaunchMonitor.java:93) [INFO] at org.eclipse.rcptt.launching.ext.Q7ExternalLaunchDelegate.launch(Q7ExternalLaunchDelegate.java:128) [INFO] at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:806) [INFO] at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:717) [INFO] at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:712) [INFO] at org.eclipse.rcptt.internal.launching.ext.ExternalLaunchExecutor.launch(ExternalLaunchExecutor.java:30) [INFO] at org.eclipse.rcptt.internal.launching.aut.BaseAut.launch(BaseAut.java:47) [INFO] at org.eclipse.rcptt.runner.util.AutThread.launchAut(AutThread.java:417) [INFO] at org.eclipse.rcptt.runner.util.AutThread.restart(AutThread.java:471) [INFO] at org.eclipse.rcptt.runner.util.ResultsHandler.testCompleted(ResultsHandler.java:54) [INFO] at org.eclipse.rcptt.runner.ScenarioRunnable.run(ScenarioRunnable.java:102) [INFO] at org.eclipse.rcptt.runner.util.AutThread.run(AutThread.java:141) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 4 7788 2024-05-27 16:21:12.017 [INFO] !MESSAGE Process was terminated while waiting for AUT startup data [INFO] AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] AUT-0: For more information check AUT output at '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console-0_console.log' [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:21:12.018 [INFO] !MESSAGE AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [ERROR] Exception in thread "AUT-Worker-0" java.lang.RuntimeException: AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [ERROR] at org.eclipse.rcptt.runner.util.AutThread.launchAut(AutThread.java:436) [ERROR] at org.eclipse.rcptt.runner.util.AutThread.restart(AutThread.java:471) [ERROR] at org.eclipse.rcptt.runner.util.ResultsHandler.testCompleted(ResultsHandler.java:54) [ERROR] at org.eclipse.rcptt.runner.ScenarioRunnable.run(ScenarioRunnable.java:102) [ERROR] at org.eclipse.rcptt.runner.util.AutThread.run(AutThread.java:141) [ERROR] Caused by: org.eclipse.core.runtime.CoreException: Process was terminated while waiting for AUT startup data [ERROR] at org.eclipse.rcptt.internal.launching.ext.Q7ExtLaunchMonitor.doWait(Q7ExtLaunchMonitor.java:138) [ERROR] at org.eclipse.rcptt.internal.launching.ext.Q7ExtLaunchMonitor.wait(Q7ExtLaunchMonitor.java:93) [ERROR] at org.eclipse.rcptt.launching.ext.Q7ExternalLaunchDelegate.launch(Q7ExternalLaunchDelegate.java:128) [ERROR] at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:806) [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:417) [ERROR] ... 4 more [INFO] Skip remaining: AUT is not available [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:21:12.119 [INFO] !MESSAGE Skip remaining: AUT is not available [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:21:12.123 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] Finished at Mon May 27 16:21:13 UTC 2024 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-05-27 16:21:14.103 [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.5-MO:package (default-package) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests-7.0.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/org.polarsys.capella-capellastudio.vpdsl.qualityassessment.tests-7.0.0-SNAPSHOT-result.zip [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --< org.polarsys.capella:capellastudio.vpdsl.qualityassessment.reverse.tests >-- [INFO] Building capellastudio.vpdsl.qualityassessment.reverse.tests 7.0.0-SNAPSHOT [6/8] [INFO] from vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ capellastudio.vpdsl.qualityassessment.reverse.tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:resources (default-resources) @ capellastudio.vpdsl.qualityassessment.reverse.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:7.0.0-SNAPSHOT, this may take a while ... [INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT is resolved to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip [INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO, this may take a while ... [INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-MO/rcptt.runner-2.5.5-MO.zip [INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:execute (default-execute) @ capellastudio.vpdsl.qualityassessment.reverse.tests --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java' '-Xmx3g' '-XX:MaxMetaspaceSize=1024m' '-jar' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.reverse.tests.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/projects/capellastudio.vpdsl.qualityassessment.reverse.tests;../capellastudio.vpdsl.qualityassessment.tests' '-injection:site' 'https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '8308' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-05-27 16:21:25.374 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=17.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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.reverse.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/projects/capellastudio.vpdsl.qualityassessment.reverse.tests;../capellastudio.vpdsl.qualityassessment.tests -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8308 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.reverse.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/projects/capellastudio.vpdsl.qualityassessment.reverse.tests;../capellastudio.vpdsl.qualityassessment.tests -injection:site https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8308 [INFO] [INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-05-27 16:21:27.072 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient5 [68] [INFO] Unresolved requirement: Import-Package: org.apache.hc.client5.http; version="[5.1.3,6.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.equinox.http.jetty 4 0 2024-05-27 16:21:27.073 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.jetty [87] [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.400.v20221006-1531"; version="1.2.0" [INFO] org.eclipse.equinox.http.servlet [89] [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; 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.100.v20221006-1531"; 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] 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.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,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 2024-05-27 16:21:27.074 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.http.servlet [89] [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; 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.100.v20221006-1531"; 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] 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.100.v20221006-1531"; version="1.1.0"; uses:="org.osgi.framework,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 2024-05-27 16:21:27.075 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper [90] [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.100.v20221006-1531"; 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 2024-05-27 16:21:27.115 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.jsp.jasper.registry [91] [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 [90] [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.100.v20221006-1531"; 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 2024-05-27 16:21:27.115 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.core.manipulation [133] [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 2024-05-27 16:21:27.116 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.junit [135] [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 2024-05-27 16:21:27.116 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [140] [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 2024-05-27 16:21:27.116 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [141] [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 2024-05-27 16:21:27.117 [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.202.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 2024-05-27 16:21:27.117 [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 Mon May 27 16:21:27 UTC 2024 [INFO] RCPTT Runner version: 2.5.5 [INFO] Invalid project location in '-import' arg: ../capellastudio.vpdsl.qualityassessment.tests [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 2024-05-27 16:21:33.656 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins [INFO] Env: null/null/null/null [INFO] JRE: null [INFO] Args: null/null [INFO] Implicit: null [INFO] Handle: 1716826887839.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.657 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.657 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.657 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.657 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.657 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.657 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.657 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.657 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.657 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.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 2024-05-27 16:21:33.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.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 2024-05-27 16:21:33.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.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 2024-05-27 16:21:33.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.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 2024-05-27 16:21:33.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.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 2024-05-27 16:21:33.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.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 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.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 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.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 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-27 16:21:33.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.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 2024-05-27 16:21:33.781 [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 2024-05-27 16:21:33.785 [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/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB) [INFO] progress: Downloading org.antlr.runtime [INFO] progress: Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (209.56kB) [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 2024-05-27 16:21:43.563 [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 2024-05-27 16:21:43.564 [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 2024-05-27 16:21:43.603 [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 2024-05-27 16:21:43.604 [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 2024-05-27 16:21:44.259 [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 2024-05-27 16:21:44.264 [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.weaver [INFO] progress: Downloading org.aspectj.runtime [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] progress: Downloading org.eclipse.equinox.weaving.hook [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.425 [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 2024-05-27 16:21:44.445 [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 2024-05-27 16:21:44.452 [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 2024-05-27 16:21:44.453 [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 2024-05-27 16:21:44.453 [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 2024-05-27 16:21:44.453 [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 2024-05-27 16:21:44.462 [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 2024-05-27 16:21:44.469 [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.repository 2 0 2024-05-27 16:21:44.469 [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.validation_root [INFO] progress: Downloading org.eclipse.emf [INFO] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-27 16:21:44.522 [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 2024-05-27 16:21:44.523 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.523 [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 2024-05-27 16:21:44.527 [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] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.535 [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 2024-05-27 16:21:44.535 [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 2024-05-27 16:21:44.536 [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.ui [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.547 [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 2024-05-27 16:21:44.548 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.620 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.625 [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 2024-05-27 16:21:44.625 [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 2024-05-27 16:21:44.629 [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 2024-05-27 16:21:44.633 [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 2024-05-27 16:21:44.640 [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] progress: Downloading org.eclipse.emf.ecore.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.646 [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 2024-05-27 16:21:44.646 [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.databinding [INFO] progress: Downloading org.eclipse.emf.validation.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.716 [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 2024-05-27 16:21:44.716 [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 2024-05-27 16:21:44.724 [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] progress: Downloading org.eclipse.emf.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.729 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.729 [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.codegen.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.732 [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 2024-05-27 16:21:44.736 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.740 [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] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.746 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.818 [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 2024-05-27 16:21:44.819 [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 2024-05-27 16:21:44.819 [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.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.829 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.839 [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 2024-05-27 16:21:44.839 [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 2024-05-27 16:21:44.841 [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] progress: Downloading org.eclipse.emf.databinding.edit [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-05-27 16:21:44.854 [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 2024-05-27 16:21:44.855 [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.artifact.repository 2 0 2024-05-27 16:21:44.855 [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 2024-05-27 16:21:44.855 [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.validation [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.919 [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] progress: Downloading org.eclipse.emf.edit.ui [INFO] progress: Downloading org.eclipse.emf.ant [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.927 [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 2024-05-27 16:21:44.928 [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 2024-05-27 16:21:44.928 [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 2024-05-27 16:21:44.935 [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 2024-05-27 16:21:44.942 [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 2024-05-27 16:21:44.945 [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 2024-05-27 16:21:44.949 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:44.953 [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] progress: Downloading org.eclipse.emf.common [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:45.020 [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] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:45.025 [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 2024-05-27 16:21:45.025 [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 2024-05-27 16:21:45.031 [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 2024-05-27 16:21:45.040 [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] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:45.048 [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 2024-05-27 16:21:45.048 [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 2024-05-27 16:21:45.048 [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.repository 2 0 2024-05-27 16:21:45.116 [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.artifact.repository 2 0 2024-05-27 16:21:45.116 [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 2024-05-27 16:21:45.278 [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 2024-05-27 16:21:45.283 [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 2024-05-27 16:21:45.326 [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 2024-05-27 16:21:45.331 [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 2024-05-27 16:21:45.344 [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 2024-05-27 16:21:45.349 [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.poi.ooxml.schemas [INFO] progress: Downloading org.apache.xmlbeans [INFO] progress: Downloading org.dom4j [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:45.352 [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 2024-05-27 16:21:45.352 [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 2024-05-27 16:21:45.352 [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 2024-05-27 16:21:45.353 [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] progress: Downloading org.apache.poi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:45.432 [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/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) [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 2024-05-27 16:21:46.478 [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 2024-05-27 16:21:46.479 [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 2024-05-27 16:21:46.531 [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 2024-05-27 16:21:46.536 [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 2024-05-27 16:21:46.561 [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 2024-05-27 16:21:46.565 [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 2024-05-27 16:21:46.569 [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 2024-05-27 16:21:46.690 [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 2024-05-27 16:21:46.715 [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 2024-05-27 16:21:46.722 [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 2024-05-27 16:21:46.725 [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 2024-05-27 16:21:46.729 [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] progress: Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (13.32kB) [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-27 16:21:46.776 [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 2024-05-27 16:21:46.779 [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.query_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.rcptt.core.ecl.formatter [INFO] progress: Installing org.eclipse.rcptt.platform.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.testrail [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.rcptt.updates.runtime.e4x [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.ui [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.updates.feature.group [INFO] progress: Installing MO.rcptt [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula.ecl [INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.rcptt.launching.rap.ui [INFO] progress: Installing org.eclipse.rcptt.zephyr.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.core [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.group [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.launching.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [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.jface.text.aspects [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.rcptt.module.testrail.updates [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.eclipse.rcptt.resources.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.ui [INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.reporting.html [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.rcptt.ui.report [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.ui [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [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.reporting.util [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing org.eclipse.rcptt.verifications.text.ui [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.eclipse.rcptt.launching.multiaut [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.rcptt.launching.multiaut.ui [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.launching.remote.ui [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.nebula.updates [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.eclipse.rcptt.zephyr [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.eclipse.rcptt.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.core.ecl.scanner [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.rap [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.rcptt.testrail.ui [INFO] progress: Installing org.eclipse.rcptt.core.ecl.highlighter [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.ui [INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.script.ui [INFO] progress: Installing org.eclipse.rcptt.ui.activities [INFO] progress: Installing org.eclipse.rcptt.updates.feature.jar [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.eclipse.rcptt.launching.configuration [INFO] progress: Installing org.eclipse.rcptt.launching.ext.ui [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.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.rcptt.updates.aspectj.e44x [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.rcptt.module.nebula.feature.group [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.launching [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.rcptt.external.dependencies.feature.feature.jar [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.module.testrail.feature.jar [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.ui [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.launching.remote [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.launching.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.rcptt.launching.p2utils [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl.rap [INFO] progress: Installing org.eclipse.rcptt.updates.kepler [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.rcptt.verifications.log.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.ui [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.rcptt.verifications.time.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.search [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.ctx.group.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.rcptt.ctx.capability [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.rcptt.updates.extra [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing org.eclipse.rcptt.updates.runtime.rap [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.emf.transaction_root [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.extensions [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.updates.external.dependencies.rap [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.ui [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.query_root [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.capability.ui [INFO] progress: Installing org.eclipse.emf.query.feature.group [INFO] progress: Installing org.eclipse.rcptt.launching.rap [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.zephyr.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.rcptt.launching.common [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.rcptt.core.builder [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.rcptt.platform [INFO] progress: Installing org.eclipse.rcptt.core.search [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.rcptt.launching.ext [INFO] progress: Installing org.eclipse.rcptt.ecl.ide.feature.group [INFO] progress: Installing MO.Default [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.emf.query.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.rcptt.launching.injection [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.expandbar.ide [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.emf.query [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.ui [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.testing.ecl [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.eclipse.rcptt.ui [INFO] progress: Installing org.eclipse.rcptt.rap.ui.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.super [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.super.ui [INFO] progress: Installing org.eclipse.emf.ecore.editor [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_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/projects/capellastudio.vpdsl.qualityassessment.reverse.tests... OK [INFO] Refreshing projects: [INFO] capellastudio.vpdsl.qualityassessment.reverse.tests... OK [INFO] Searching for tests in projects: [INFO] capellastudio.vpdsl.qualityassessment.reverse.tests... [INFO] Complete OK [INFO] Testcase Artifacts:1 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:21:52.431 [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] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT VM arguments: -Dosgi.requiredJavaVersion=17 -Dosgi.dataAreaRequiresExplicitInit=true -Xms512m -Xmx2048m [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:21:57.094 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Detected AUT architecture is x86_64.x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:21:57.098 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: Selected JVM is /opt/tools/java/openjdk/jdk-17/17.0.2+8 detected architecture is x86_64 [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:21:57.098 [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 2024-05-27 16:22:19.362 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=c3dad49f-60fc-47ea-8261-f90ae66ced11, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar, --add-opens, java.base/java.lang=ALL-UNNAMED, --add-modules=ALL-SYSTEM, -Declipse.vmargs=-Dosgi.requiredJavaVersion=17 [INFO] -Dosgi.dataAreaRequiresExplicitInit=true [INFO] -Xms512m [INFO] -Xmx2048m [INFO] -Dq7id=c3dad49f-60fc-47ea-8261-f90ae66ced11 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar [INFO] --add-opens [INFO] java.base/java.lang=ALL-UNNAMED [INFO] --add-modules=ALL-SYSTEM [INFO] ] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-27 16:22:19.446 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/dev.properties, -ws, gtk, -os, linux, -arch, x86_64, -consoleLog, -vm, /opt/tools/java/openjdk/jdk-17/17.0.2+8] [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-05-27 16:22:58.977 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:22:59.167 [INFO] !MESSAGE [AUT-0] Starting: Reverse from Ecore.test (0 from 1) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:23:30.444 [INFO] !MESSAGE [AUT-0] Finished: Reverse from Ecore.test in 30346 (0 from 1) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-27 16:23:30.452 [INFO] !MESSAGE Pass 1 (1) processed. 0 failed. spent: 0:31, 0:00 mins remaining. Reverse from Ecore. time: 30346ms [INFO] Pass 1 (1) processed. 0 failed. spent: 0:31, 0:00 mins remaining. Reverse from Ecore. time: 30346ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-27 16:23:30.453 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] Finished at Mon May 27 16:23:31 UTC 2024 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-05-27 16:23:31.671 [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.5-MO:package (default-package) @ capellastudio.vpdsl.qualityassessment.reverse.tests --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/projects/capellastudio.vpdsl.qualityassessment.reverse.tests-7.0.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/org.polarsys.capella-capellastudio.vpdsl.qualityassessment.reverse.tests-7.0.0-SNAPSHOT-result.zip [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ capellastudio.vpdsl.qualityassessment.reverse.tests --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ capellastudio.vpdsl.qualityassessment.reverse.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] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator.tests.rcptt >-- [INFO] Building Capella Studio RCPTT tests Aggregator Module 7.0.0-SNAPSHOT [7/8] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests.rcptt/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.aggregator.tests.rcptt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator.tests.rcptt --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.aggregator.tests.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] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >-- [INFO] Building Capella Studio Root 7.0.0-SNAPSHOT [8/8] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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] Reactor Summary for Capella Studio Root 7.0.0-SNAPSHOT: [INFO] [INFO] Capella Studio ..................................... SUCCESS [ 1.840 s] [INFO] org.polarsys.capella.extension.rcptt ............... SUCCESS [04:52 min] [INFO] org.polarsys.capella.gen.doc.tests ................. SUCCESS [02:52 min] [INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt ..... SUCCESS [ 37.458 s] [INFO] capellastudio.vpdsl.qualityassessment.tests ........ SUCCESS [05:34 min] [INFO] capellastudio.vpdsl.qualityassessment.reverse.tests SUCCESS [02:16 min] [INFO] Capella Studio RCPTT tests Aggregator Module ...... SUCCESS [ 0.006 s] [INFO] Capella Studio Root ................................ SUCCESS [ 0.003 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:19 min [INFO] Finished at: 2024-05-27T16:23:32Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } Taking screenshot. [Capella-studio_master] $ echo $XAUTHORITY /home/jenkins/agent/workspace/Capella-studio_master/.Xauthority-14468045578490068528 [Capella-studio_master] $ ls -l $XAUTHORITY -rw-r--r--. 1 jenkins 1001800000 0 May 27 16:07 /home/jenkins/agent/workspace/Capella-studio_master/.Xauthority-14468045578490068528 [Capella-studio_master] $ import -window root -display :85 screenshot.jpg Terminating xvnc. [Pipeline] // xvnc [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run JUnit Tests) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] xvnc [Capella-studio_master] $ Xvnc -help Starting xvnc [Capella-studio_master] $ Xvnc :92 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.8.0 - built Jan 10 2024 16:20:34 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 [Pipeline] withEnv Mon May 27 16:23:39 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5992 vncext: created VNC server for screen 0 [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Dmaven.test.failure.ignore=true -Dtycho.localArtifacts=ignore -Djacoco.destFile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec -Djacoco.append=true org.jacoco:jacoco-maven-plugin:0.8.10:prepare-agent verify -P full -P product -P test -e Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [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.21 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-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 org.apache.commons:commons-lang3:jar:3.12.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:sources:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/../org.polarsys.capella.studio.releng.targets/capellastudio.target for environments=[linux/gtk/x86_64, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@15d2ea6b... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.portfolio:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Fetching org.polarsys.capella.test.framework_7.0.0.202405210941.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/plugins/ (158.52kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [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.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 7.0.0-SNAPSHOT [1/36] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --< org.polarsys.capella:org.polarsys.capella.studio.releng.targets >--- [INFO] Building org.polarsys.capella.studio.releng.targets 7.0.0-SNAPSHOT [2/36] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (generate.target) @ org.polarsys.capella.studio.releng.targets --- [WARNING] p2 repository with URL https://download.eclipse.org/releases/2023-03 is associated with multiple IDs; was 'Eclipse-2023-03', now is 'targetplatform-tp' [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/tpd/nightly/latest [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/ (172B) [INFO] Fetching 202303151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-03/ (63B) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (317.8kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.23kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data, -application, org.eclipse.cbi.targetplatform.tpd.converter, capellastudio.targetplatform] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. >> 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/releases/2023-03/ (122B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2023-03/ (122B) >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B) >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B) >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB) >> Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B) >> Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB) >> 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.41kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/nightly/sdk/master/ (60.41kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (10.8kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (10.8kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (144.14kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (144.14kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (23.62kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (23.62kB) >> 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.5kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.5kB) >> Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B) >> Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B) >> Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B) >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB) >> 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/milestones/S202401081627/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/ (19.63kB) >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.17.0/ (10.12kB) >> Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2021-12/ (122B) >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-12/ (478B) >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-12/ (442B) >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-12/202112021200/ (77.43kB) >> Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/releases/2021-12/202112081000/ (140B) >> Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/releases/2021-12/202112081000/ (816.62kB) >> Fetching content.jar from https://download.eclipse.org/modeling/emft/eef/updates/releases/1.5/R201601141612/ (14.28kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/modeling/emft/eef/updates/releases/1.5/R201601141612/ (14.28kB) >> Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (523B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (523B) >> 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/acceleo/updates/releases/3.7/R202311201319/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (14.49kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202311201319/ (14.49kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (14.05kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202304041222/ (14.05kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (14.61kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/ (14.61kB) >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/ (47.36kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240515-112006/2023-03/ (47.36kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/emf-diffmerge-site/ (8.62kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (9.27kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-patterns-site/ (9.27kB) >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (7.05kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/ (7.05kB) >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.14.0-S20230503/capella/ (9.45kB) >> Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/1.6.4/2023-03/ (20.42kB) >> Fetching p2.index from https://download.eclipse.org/nebula/releases/3.0.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/nebula/releases/3.0.0/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/3.0.0/ (26.05kB) >> Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/nattable/releases/2.1.0/repository/ (14.96kB) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (93.87kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/ (93.87kB) The target platform definition file has been successfully generated. [INFO] [INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.targets --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model >-- [INFO] Building org.polarsys.capella.extension.genchain.model 7.0.0-SNAPSHOT [3/36] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain.model --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain.model --- [INFO] Resolving class path of 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_master/extension/plugins/org.polarsys.capella.extension.genchain.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain.model --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain.model --- [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_master/extension/plugins/org.polarsys.capella.extension.genchain.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain.model --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain.model --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.genchain >---- [INFO] Building org.polarsys.capella.extension.genchain 7.0.0-SNAPSHOT [4/36] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [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 [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain --- [WARNING] Invalid POM for commons-io:commons-io:jar:2.11.0, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain --- [INFO] Resolving class path of 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_master/extension/plugins/org.polarsys.capella.extension.genchain/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain --- [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_master/extension/plugins/org.polarsys.capella.extension.genchain/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit >-- [INFO] Building org.polarsys.capella.extension.genchain.model.edit 7.0.0-SNAPSHOT [5/36] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Resolving class path of 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_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain.model.edit --- [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_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] No tests to run. [INFO] [INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.tools >------ [INFO] Building org.polarsys.capella.extension.tools 7.0.0-SNAPSHOT [6/36] [INFO] from extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.tools --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.tools --- [INFO] Resolving class path of 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_master/extension/plugins/org.polarsys.capella.extension.tools/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.tools --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.tools --- [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_master/extension/plugins/org.polarsys.capella.extension.tools/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.tools --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.tools --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.tools.ui >---- [INFO] Building org.polarsys.capella.extension.tools.ui 7.0.0-SNAPSHOT [7/36] [INFO] from extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.tools.ui --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools.ui --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.tools.ui --- [INFO] Resolving class path of 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_master/extension/plugins/org.polarsys.capella.extension.tools.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.tools.ui --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.tools.ui --- [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_master/extension/plugins/org.polarsys.capella.extension.tools.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.tools.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.tools.ui --- [INFO] No tests to run. [INFO] [INFO] ------< org.polarsys.capella:org.polarsys.capella.studio.product >------ [INFO] Building org.polarsys.capella.studio.product 7.0.0-SNAPSHOT [8/36] [INFO] from product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.product --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.product --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.product --- [INFO] Resolving class path of 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_master/product/plugins/org.polarsys.capella.studio.product/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.studio.product --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.studio.product --- [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_master/product/plugins/org.polarsys.capella.studio.product/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.studio.product --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.product --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.product --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.studio.product --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui >-- [INFO] Building org.polarsys.capella.ad.viewpoint.dsl.generation.ui 7.0.0-SNAPSHOT [9/36] [INFO] from vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [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_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] No tests to run. [INFO] [INFO] ------------< org.polarsys.capella:org.polarsys.capella.ta >------------ [INFO] Building org.polarsys.capella.ta 7.0.0-SNAPSHOT [10/36] [INFO] from vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.ta --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ta --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ta --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.ta/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ta --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ta --- [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_master/vpdsl/plugins/org.polarsys.capella.ta/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ta --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ta --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ta --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ta --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.extension 7.0.0-SNAPSHOT [11/36] [INFO] from vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [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_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition >----- [INFO] Building org.polarsys.capella.cdo.ta.definition 7.0.0-SNAPSHOT [12/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdo.ta.definition --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdo.ta.definition --- [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_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdo.ta.definition --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdo.ta.definition --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.cdo.ta.ext >-------- [INFO] Building org.polarsys.capella.cdo.ta.ext 7.0.0-SNAPSHOT [13/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdo.ta.ext --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdo.ta.ext --- [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_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdo.ta.ext --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdo.ta.ext --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model >-- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model 7.0.0-SNAPSHOT [14/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] No tests to run. [INFO] [INFO] ---< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio >---- [INFO] Building org.polarsys.capella.cdoxml.ta.portfolio 7.0.0-SNAPSHOT [15/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.portfolio --- [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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] No tests to run. [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain >---- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain 7.0.0-SNAPSHOT [16/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain --- [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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.cdoxml.ta >--------- [INFO] Building org.polarsys.capella.cdoxml.ta 7.0.0-SNAPSHOT [17/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta --- [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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit >-- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model.edit 7.0.0-SNAPSHOT [18/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Resolving class path of 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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [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_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] No tests to run. [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.studio.doc >-------- [INFO] Building org.polarsys.capella.studio.doc 7.0.0-SNAPSHOT [19/36] [INFO] from doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.doc --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.doc --- [INFO] Resolving class path of 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_master/doc/plugins/org.polarsys.capella.studio.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ 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_master/doc/plugins/org.polarsys.capella.studio.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.studio.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/target/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.studio.doc --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.sdk.feature >--- [INFO] Building org.polarsys.capella.extension.sdk.feature 7.0.0-SNAPSHOT [20/36] [INFO] from extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.extension.sdk.feature --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.studio.doc.feature >---- [INFO] Building org.polarsys.capella.studio.doc.feature 7.0.0-SNAPSHOT [21/36] [INFO] from doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.doc.feature --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/target/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.product.feature >-- [INFO] Building org.polarsys.capella.studio.product.feature 7.0.0-SNAPSHOT [22/36] [INFO] from product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.product.feature --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.product.feature --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.feature 7.0.0-SNAPSHOT [23/36] [INFO] from vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdo.ta.definition.feature 7.0.0-SNAPSHOT [24/36] [INFO] from vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdoxml.ta.definition.feature 7.0.0-SNAPSHOT [25/36] [INFO] from vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature >-- [INFO] Building org.polarsys.capella.studio.releng.eclipse.feature 7.0.0-SNAPSHOT [26/36] [INFO] from releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature >-- [INFO] Building org.polarsys.capella.studio.releng.capella.feature 7.0.0-SNAPSHOT [27/36] [INFO] from releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature >-- [INFO] Building org.polarsys.capella.studio.releng.kitalpha.feature 7.0.0-SNAPSHOT [28/36] [INFO] from releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite >-- [INFO] Building org.polarsys.capella.studio.releng.updatesite 7.0.0-SNAPSHOT [29/36] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [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_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5: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] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5: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.7.5: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.7.5: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.7.5: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 202112081000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-12/ (63B) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.24kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (317.81kB) [INFO] [INFO] --- tycho-p2-repository:2.7.5: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_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-7.0.0.202405271623.zip [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (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 7.0.0-SNAPSHOT [30/36] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --< org.polarsys.capella:org.polarsys.capella.studio.releng.product >--- [INFO] Building Capella studio Product 7.0.0-SNAPSHOT [31/36] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.product --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.product --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.product --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [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_master/releng/plugins/org.polarsys.capella.studio.releng.product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5: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] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5: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] 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.7.5: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.7.5: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.7.5: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] [INFO] --- tycho-p2-repository:2.7.5: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_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2-director:2.7.5: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_master/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 7.0.0.202405271623. Operation completed in 60172 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/aarch64 Installing org.polarsys.capella.studio.releng.product 7.0.0.202405271623. Operation completed in 55783 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0.202405271623. Operation completed in 59469 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/Capella-Studio.app Installing org.polarsys.capella.studio.releng.product 7.0.0.202405271623. Operation completed in 57534 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/aarch64/Capella-Studio.app Installing org.polarsys.capella.studio.releng.product 7.0.0.202405271623. Operation completed in 56512 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_master/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_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/aarch64/dropins/.empty [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/Capella-Studio.app/Contents/Eclipse/dropins/.empty [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/aarch64/Capella-Studio.app/Contents/Eclipse/dropins/.empty [touch] Creating /home/jenkins/agent/workspace/Capella-studio_master/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:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2-director:2.7.5:archive-products (archive-products) @ org.polarsys.capella.studio.releng.product --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271623-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271623-linux.gtk.aarch64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271623-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271623-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202405271623-macosx.cocoa.aarch64.zip [INFO] [INFO] -------< org.polarsys.capella:org.polarsys.capella.studio.test >-------- [INFO] Building org.polarsys.capella.studio.test 7.0.0-SNAPSHOT [32/36] [INFO] from tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.test --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.test --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.test --- [INFO] Resolving class path of 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_master/tests/plugins/org.polarsys.capella.studio.test/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.studio.test --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.studio.test --- [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_master/tests/plugins/org.polarsys.capella.studio.test/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.studio.test --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.studio.test --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests >-- [INFO] Building org.polarsys.capella.ad.viewpoint.dsl.tests 7.0.0-SNAPSHOT [33/36] [INFO] from vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Resolving class path of 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_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_master/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_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/org.polarsys.capella.ad.viewpoint.dsl.tests-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/org.polarsys.capella.ad.viewpoint.dsl.tests-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Publishing 2 bundles to /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java, -jar, /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/2.7.5/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime891129423350146840.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles/, -metadataRepository, file:/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles/, -compress, -publishArtifacts, -source, /home/jenkins/agent/workspace/Capella-studio_master/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] to /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0.202405271623. Installing org.eclipse.tycho.surefire.osgibooter 2.7.5. Installing org.eclipse.tycho.surefire.junit4 2.7.5. Operation completed in 8778 ms. [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Capella-studio_master/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.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/work/data, -install, /home/jenkins/agent/workspace/Capella-studio_master/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_master/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_master/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.064 s - in org.polarsys.capella.ad.viewpoint.dsl.tests.suite.AllTests checkCapellaTAExistence(org.polarsys.capella.ad.viewpoint.dsl.tests.ta.CapellaTargetApplicationTests) Time elapsed: 0.017 s testGetGenerationExtensionHelpers(org.polarsys.capella.ad.viewpoint.dsl.tests.ta.CapellaTargetApplicationTests) Time elapsed: 0.005 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:9159): Gdk-CRITICAL **: 16:40:06.736: 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.studio.test.feature >---- [INFO] Building org.polarsys.capella.studio.test.feature 7.0.0-SNAPSHOT [34/36] [INFO] from tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.test.feature --- [INFO] The project's OSGi version is 7.0.0.202405271623 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.test.feature --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.test.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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_master/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator.tests >-- [INFO] Building Capella Sudio tests Aggregator Module 7.0.0-SNAPSHOT [35/36] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >-- [INFO] Building Capella Studio Root 7.0.0-SNAPSHOT [36/36] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10: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.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec,append=true [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-source-feature:2.7.5: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] Reactor Summary for Capella Studio Root 7.0.0-SNAPSHOT: [INFO] [INFO] Capella Studio ..................................... SUCCESS [ 0.138 s] [INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [ 12.936 s] [INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [ 1.665 s] [INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [ 0.880 s] [INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [ 0.463 s] [INFO] org.polarsys.capella.extension.tools ............... SUCCESS [ 2.679 s] [INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [ 2.176 s] [INFO] org.polarsys.capella.studio.product ................ SUCCESS [ 1.071 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SUCCESS [ 0.725 s] [INFO] org.polarsys.capella.ta ............................ SUCCESS [ 1.041 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [ 0.231 s] [INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [ 1.431 s] [INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [ 0.557 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [ 0.302 s] [INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [ 0.320 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [ 0.380 s] [INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [ 1.081 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [ 0.334 s] [INFO] org.polarsys.capella.studio.doc .................... SUCCESS [ 0.086 s] [INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [ 0.564 s] [INFO] org.polarsys.capella.studio.doc.feature ............ SUCCESS [ 0.067 s] [INFO] org.polarsys.capella.studio.product.feature ........ SUCCESS [ 0.374 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SUCCESS [ 0.383 s] [INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SUCCESS [ 0.490 s] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SUCCESS [ 0.584 s] [INFO] org.polarsys.capella.studio.releng.eclipse.feature . SUCCESS [ 0.332 s] [INFO] org.polarsys.capella.studio.releng.capella.feature . SUCCESS [ 0.484 s] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature SUCCESS [ 0.112 s] [INFO] org.polarsys.capella.studio.releng.updatesite ...... SUCCESS [ 5.438 s] [INFO] Capella Sudio Aggregator Module .................... SUCCESS [ 0.002 s] [INFO] Capella studio Product ............................. SUCCESS [12:56 min] [INFO] org.polarsys.capella.studio.test ................... SUCCESS [ 3.687 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests ........ SUCCESS [01:10 min] [INFO] org.polarsys.capella.studio.test.feature ........... SUCCESS [ 0.328 s] [INFO] Capella Sudio tests Aggregator Module .............. SUCCESS [ 0.002 s] [INFO] Capella Studio Root ................................ SUCCESS [ 0.002 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:27 min [INFO] Finished at: 2024-05-27T16:40:08Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } Terminating xvnc. [Pipeline] // xvnc [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_master/jacoco.exec org.jacoco:jacoco-maven-plugin:0.8.10:report -P full -P test -P rcptt -e -f pom.xml Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [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.21 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 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 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-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 org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/../org.polarsys.capella.studio.releng.targets/capellastudio.target for environments=[linux/gtk/x86_64, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@123426a9... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.portfolio:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [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.studio.test.feature [eclipse-feature] [INFO] Capella Sudio tests Aggregator Module [pom] [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] capellastudio.vpdsl.qualityassessment.reverse.tests [rcpttTest] [INFO] Capella Studio RCPTT tests Aggregator Module [pom] [INFO] Capella Studio Root [pom] [INFO] [INFO] ----------< org.polarsys.capella:org.polarsys.capella.studio >---------- [INFO] Building Capella Studio 7.0.0-SNAPSHOT [1/41] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 [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 7.0.0-SNAPSHOT [2/41] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [3/41] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.genchain.model --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [4/41] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.genchain --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [5/41] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [6/41] [INFO] from extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.tools --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [7/41] [INFO] from extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.tools.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [8/41] [INFO] from product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.product --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [9/41] [INFO] from vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [10/41] [INFO] from vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ta --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [11/41] [INFO] from vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [12/41] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [13/41] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [14/41] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [15/41] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [16/41] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [17/41] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [18/41] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/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 7.0.0-SNAPSHOT [19/41] [INFO] from doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [20/41] [INFO] from extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [21/41] [INFO] from doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [22/41] [INFO] from product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [23/41] [INFO] from vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [24/41] [INFO] from vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [25/41] [INFO] from vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [26/41] [INFO] from releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [27/41] [INFO] from releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [28/41] [INFO] from releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [29/41] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [30/41] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [31/41] [INFO] from tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.studio.test' with 7 classes [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests >-- [INFO] Building org.polarsys.capella.ad.viewpoint.dsl.tests 7.0.0-SNAPSHOT [32/41] [INFO] from vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_master/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.ad.viewpoint.dsl.tests' with 3 classes [INFO] [INFO] ---< org.polarsys.capella:org.polarsys.capella.studio.test.feature >---- [INFO] Building org.polarsys.capella.studio.test.feature 7.0.0-SNAPSHOT [33/41] [INFO] from tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [34/41] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.rcptt >------ [INFO] Building org.polarsys.capella.extension.rcptt 7.0.0-SNAPSHOT [35/41] [INFO] from extension/tests/org.polarsys.capella.extension.rcptt/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [36/41] [INFO] from gendoc/tests/org.polarsys.capella.gen.doc.tests/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [37/41] [INFO] from vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT [38/41] [INFO] from vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ capellastudio.vpdsl.qualityassessment.tests --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:capellastudio.vpdsl.qualityassessment.reverse.tests >-- [INFO] Building capellastudio.vpdsl.qualityassessment.reverse.tests 7.0.0-SNAPSHOT [39/41] [INFO] from vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ capellastudio.vpdsl.qualityassessment.reverse.tests --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator.tests.rcptt >-- [INFO] Building Capella Studio RCPTT tests Aggregator Module 7.0.0-SNAPSHOT [40/41] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests.rcptt/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.aggregator.tests.rcptt --- [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 7.0.0-SNAPSHOT [41/41] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10: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 7.0.0-SNAPSHOT: [INFO] [INFO] Capella Studio ..................................... SUCCESS [ 0.119 s] [INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [ 0.261 s] [INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [ 0.147 s] [INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [ 0.105 s] [INFO] org.polarsys.capella.extension.tools ............... SUCCESS [ 0.184 s] [INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [ 0.134 s] [INFO] org.polarsys.capella.studio.product ................ SUCCESS [ 0.123 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SUCCESS [ 0.209 s] [INFO] org.polarsys.capella.ta ............................ SUCCESS [ 0.097 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [ 0.104 s] [INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [ 0.112 s] [INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [ 0.095 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [ 0.121 s] [INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [ 0.093 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [ 0.088 s] [INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [ 0.088 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [ 0.088 s] [INFO] org.polarsys.capella.studio.doc .................... SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.doc.feature ............ SUCCESS [ 0.001 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.001 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.095 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests ........ SUCCESS [ 0.084 s] [INFO] org.polarsys.capella.studio.test.feature ........... SUCCESS [ 0.003 s] [INFO] Capella Sudio tests Aggregator Module .............. SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.extension.rcptt ............... SUCCESS [ 0.203 s] [INFO] org.polarsys.capella.gen.doc.tests ................. SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt ..... SUCCESS [ 0.001 s] [INFO] capellastudio.vpdsl.qualityassessment.tests ........ SUCCESS [ 0.001 s] [INFO] capellastudio.vpdsl.qualityassessment.reverse.tests SUCCESS [ 0.001 s] [INFO] Capella Studio RCPTT tests Aggregator Module ...... SUCCESS [ 0.001 s] [INFO] Capella Studio Root ................................ SUCCESS [ 0.001 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:33 min [INFO] Finished at: 2024-05-27T16:41:59Z [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_capella-studio -Dsonar.organization=eclipse-capella -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=master -P full -P test -P rcptt -e -f pom.xml Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [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.21 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 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 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-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 org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets/../org.polarsys.capella.studio.releng.targets/capellastudio.target for environments=[linux/gtk/x86_64, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@55300b93... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/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.portfolio:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [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.studio.test.feature [eclipse-feature] [INFO] Capella Sudio tests Aggregator Module [pom] [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] capellastudio.vpdsl.qualityassessment.reverse.tests [rcpttTest] [INFO] Capella Studio RCPTT 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.11.0.3922 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:3.11.0.3922: SonarQube plugin was moved to SonarSource organisation [INFO] [INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >-- [INFO] Building Capella Studio Root 7.0.0-SNAPSHOT [1/41] [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 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 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:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- sonar:3.11.0.3922: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] 16:43:38.490 Java 17.0.2 Oracle Corporation (64-bit) [INFO] 16:43:38.490 Linux 6.2.9-300.fc38.x86_64 (amd64) [INFO] 16:43:38.490 MAVEN_OPTS= -Xmx3g [INFO] 16:43:38.534 User cache: /home/jenkins/.sonar/cache [INFO] 16:43:39.793 Communicating with SonarCloud [INFO] 16:43:39.951 Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent) [INFO] 16:43:40.657 Load global settings [INFO] 16:43:40.906 Load global settings (done) | time=251ms [INFO] 16:43:40.909 Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] 16:43:41.032 Loading required plugins [INFO] 16:43:41.032 Load plugins index [INFO] 16:43:41.398 Load plugins index (done) | time=366ms [INFO] 16:43:41.398 Load/download plugins [INFO] 16:43:42.075 Load/download plugins (done) | time=677ms [INFO] 16:43:42.588 Found an active CI vendor: 'Jenkins' [INFO] 16:43:42.593 Load project settings for component key: 'eclipse-capella_capella-studio' [INFO] 16:43:42.915 Load project settings for component key: 'eclipse-capella_capella-studio' (done) | time=322ms [INFO] 16:43:42.919 Process project properties [INFO] 16:43:42.953 Project key: eclipse-capella_capella-studio [INFO] 16:43:42.953 Base dir: /home/jenkins/agent/workspace/Capella-studio_master [INFO] 16:43:42.953 Working dir: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar [INFO] 16:43:42.963 Load project branches [INFO] 16:43:43.296 Load project branches (done) | time=333ms [INFO] 16:43:43.299 Check ALM binding of project 'eclipse-capella_capella-studio' [INFO] 16:43:43.418 Detected project binding: BOUND [INFO] 16:43:43.419 Check ALM binding of project 'eclipse-capella_capella-studio' (done) | time=120ms [INFO] 16:43:43.420 Load project pull requests [INFO] 16:43:43.566 Load project pull requests (done) | time=146ms [INFO] 16:43:43.568 Load branch configuration [INFO] 16:43:43.569 Load branch configuration (done) | time=1ms [INFO] 16:43:43.574 Load quality profiles [INFO] 16:43:43.984 Load quality profiles (done) | time=410ms [INFO] 16:43:43.988 Load active rules [INFO] 16:43:50.931 Load active rules (done) | time=6943ms [INFO] 16:43:51.096 Organization key: eclipse-capella [INFO] 16:43:51.097 Branch name: master, type: long-lived [WARNING] 16:43:51.099 The property 'sonar.login' is deprecated and will be removed in the future. Please use the 'sonar.token' property instead when passing a token. [INFO] 16:43:51.107 Preprocessing files... [INFO] 16:43:51.425 2 languages detected in 85 preprocessed files [INFO] 16:43:51.425 1 file ignored because of inclusion/exclusion patterns [INFO] 16:43:51.426 25 files ignored because of scm ignore settings [INFO] 16:43:51.432 Loading plugins for detected languages [INFO] 16:43:51.432 Load/download plugins [INFO] 16:43:51.908 Load/download plugins (done) | time=476ms [INFO] 16:43:52.093 Load project repositories [INFO] 16:43:52.273 Load project repositories (done) | time=180ms [INFO] 16:43:52.275 Indexing files... [INFO] 16:43:52.276 Project configuration: [INFO] 16:43:52.276 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.276 Included tests: **/tests/* [INFO] 16:43:52.278 Indexing files of module 'org.polarsys.capella.ad.viewpoint.dsl.generation.ui' [INFO] 16:43:52.278 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui [INFO] 16:43:52.278 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.278 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.279 Included tests: **/tests/* [INFO] 16:43:52.284 Indexing files of module 'org.polarsys.capella.cdo.ta.definition' [INFO] 16:43:52.284 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition [INFO] 16:43:52.284 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.284 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.284 Included tests: **/tests/* [INFO] 16:43:52.285 Indexing files of module 'org.polarsys.capella.cdo.ta.definition.feature' [INFO] 16:43:52.285 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature [INFO] 16:43:52.285 Source paths: .polyglot.build.properties [INFO] 16:43:52.285 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.285 Included tests: **/tests/* [INFO] 16:43:52.285 Indexing files of module 'org.polarsys.capella.cdo.ta.ext' [INFO] 16:43:52.286 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext [INFO] 16:43:52.286 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.286 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.286 Included tests: **/tests/* [INFO] 16:43:52.286 Indexing files of module 'org.polarsys.capella.cdoxml.ta' [INFO] 16:43:52.286 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta [INFO] 16:43:52.286 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.286 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.287 Included tests: **/tests/* [INFO] 16:43:52.287 Indexing files of module 'org.polarsys.capella.cdoxml.ta.definition.feature' [INFO] 16:43:52.287 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature [INFO] 16:43:52.287 Source paths: .polyglot.build.properties [INFO] 16:43:52.287 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.287 Included tests: **/tests/* [INFO] 16:43:52.288 Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain' [INFO] 16:43:52.288 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain [INFO] 16:43:52.288 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.288 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.288 Included tests: **/tests/* [INFO] 16:43:52.288 Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain.model' [INFO] 16:43:52.289 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model [INFO] 16:43:52.289 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.289 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.289 Included tests: **/tests/* [INFO] 16:43:52.289 Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain.model.edit' [INFO] 16:43:52.289 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit [INFO] 16:43:52.290 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.290 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.290 Included tests: **/tests/* [INFO] 16:43:52.290 Indexing files of module 'org.polarsys.capella.cdoxml.ta.portfolio' [INFO] 16:43:52.290 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio [INFO] 16:43:52.290 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.290 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.290 Included tests: **/tests/* [INFO] 16:43:52.291 Indexing files of module 'org.polarsys.capella.extension.genchain' [INFO] 16:43:52.291 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain [INFO] 16:43:52.291 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.291 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.291 Included tests: **/tests/* [INFO] 16:43:52.291 Indexing files of module 'org.polarsys.capella.extension.genchain.model' [INFO] 16:43:52.292 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model [INFO] 16:43:52.292 Source paths: .polyglot.build.properties [INFO] 16:43:52.292 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.292 Included tests: **/tests/* [INFO] 16:43:52.292 Indexing files of module 'org.polarsys.capella.extension.genchain.model.edit' [INFO] 16:43:52.292 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain.model.edit [INFO] 16:43:52.292 Source paths: .polyglot.build.properties [INFO] 16:43:52.292 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.292 Included tests: **/tests/* [INFO] 16:43:52.293 Indexing files of module 'org.polarsys.capella.extension.sdk.feature' [INFO] 16:43:52.293 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/features/org.polarsys.capella.extension.sdk.feature [INFO] 16:43:52.293 Source paths: .polyglot.build.properties [INFO] 16:43:52.293 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.293 Included tests: **/tests/* [INFO] 16:43:52.293 Indexing files of module 'org.polarsys.capella.extension.tools' [INFO] 16:43:52.293 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools [INFO] 16:43:52.293 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.293 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.293 Included tests: **/tests/* [INFO] 16:43:52.294 Indexing files of module 'org.polarsys.capella.extension.tools.ui' [INFO] 16:43:52.294 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui [INFO] 16:43:52.294 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.294 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.294 Included tests: **/tests/* [INFO] 16:43:52.295 Indexing files of module 'org.polarsys.capella.studio.doc' [INFO] 16:43:52.295 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/doc/plugins/org.polarsys.capella.studio.doc [INFO] 16:43:52.295 Source paths: .polyglot.build.properties [INFO] 16:43:52.295 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.295 Included tests: **/tests/* [INFO] 16:43:52.295 Indexing files of module 'org.polarsys.capella.studio.doc.feature' [INFO] 16:43:52.296 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/doc/features/org.polarsys.capella.studio.doc.feature [INFO] 16:43:52.296 Source paths: pom.xml [INFO] 16:43:52.296 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.296 Included tests: **/tests/* [INFO] 16:43:52.296 Indexing files of module 'org.polarsys.capella.studio.product' [INFO] 16:43:52.296 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product [INFO] 16:43:52.296 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.296 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.296 Included tests: **/tests/* [INFO] 16:43:52.297 Indexing files of module 'org.polarsys.capella.studio.product.feature' [INFO] 16:43:52.297 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/product/features/org.polarsys.capella.studio.product.feature [INFO] 16:43:52.297 Source paths: .polyglot.build.properties [INFO] 16:43:52.297 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.297 Included tests: **/tests/* [INFO] 16:43:52.297 Indexing files of module 'org.polarsys.capella.studio.releng.capella.feature' [INFO] 16:43:52.297 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.capella.feature [INFO] 16:43:52.297 Source paths: pom.xml [INFO] 16:43:52.298 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.298 Included tests: **/tests/* [INFO] 16:43:52.298 Indexing files of module 'org.polarsys.capella.studio.releng.eclipse.feature' [INFO] 16:43:52.298 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.eclipse.feature [INFO] 16:43:52.298 Source paths: pom.xml [INFO] 16:43:52.298 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.298 Included tests: **/tests/* [INFO] 16:43:52.298 Indexing files of module 'org.polarsys.capella.studio.releng.kitalpha.feature' [INFO] 16:43:52.299 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature [INFO] 16:43:52.299 Source paths: pom.xml [INFO] 16:43:52.299 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.299 Included tests: **/tests/* [INFO] 16:43:52.299 Indexing files of module 'org.polarsys.capella.studio.releng.updatesite' [INFO] 16:43:52.299 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.updatesite [INFO] 16:43:52.299 Source paths: pom.xml [INFO] 16:43:52.299 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.299 Included tests: **/tests/* [INFO] 16:43:52.300 Indexing files of module 'org.polarsys.capella.ta' [INFO] 16:43:52.300 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta [INFO] 16:43:52.300 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.300 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.300 Included tests: **/tests/* [INFO] 16:43:52.300 Indexing files of module 'org.polarsys.capella.ta.viewpoint.dsl.extension' [INFO] 16:43:52.300 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension [INFO] 16:43:52.300 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.301 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.301 Included tests: **/tests/* [INFO] 16:43:52.301 Indexing files of module 'org.polarsys.capella.ta.viewpoint.dsl.feature' [INFO] 16:43:52.301 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature [INFO] 16:43:52.301 Source paths: .polyglot.build.properties [INFO] 16:43:52.301 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.301 Included tests: **/tests/* [INFO] 16:43:52.302 Indexing files of module 'Capella Sudio Aggregator Module' [INFO] 16:43:52.302 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.aggregator [INFO] 16:43:52.302 Source paths: pom.xml [INFO] 16:43:52.302 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.302 Included tests: **/tests/* [INFO] 16:43:52.302 Indexing files of module 'org.polarsys.capella.ad.viewpoint.dsl.tests' [INFO] 16:43:52.302 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests [INFO] 16:43:52.302 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.302 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.302 Included tests: **/tests/* [INFO] 16:43:52.310 Indexing files of module 'org.polarsys.capella.studio.test' [INFO] 16:43:52.310 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test [INFO] 16:43:52.311 Source paths: .polyglot.build.properties, src [INFO] 16:43:52.311 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.311 Included tests: **/tests/* [INFO] 16:43:52.312 Indexing files of module 'org.polarsys.capella.studio.test.feature' [INFO] 16:43:52.312 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/tests/features/org.polarsys.capella.studio.test.feature [INFO] 16:43:52.313 Source paths: .polyglot.build.properties [INFO] 16:43:52.313 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.313 Included tests: **/tests/* [INFO] 16:43:52.313 Indexing files of module 'Capella Sudio tests Aggregator Module' [INFO] 16:43:52.313 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests [INFO] 16:43:52.313 Source paths: pom.xml [INFO] 16:43:52.313 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.313 Included tests: **/tests/* [INFO] 16:43:52.314 Indexing files of module 'capellastudio.vpdsl.qualityassessment.reverse.tests' [INFO] 16:43:52.314 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests [INFO] 16:43:52.314 Source paths: pom.xml [INFO] 16:43:52.314 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.314 Included tests: **/tests/* [INFO] 16:43:52.314 Indexing files of module 'capellastudio.vpdsl.qualityassessment.tests' [INFO] 16:43:52.314 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests [INFO] 16:43:52.314 Source paths: pom.xml [INFO] 16:43:52.314 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.314 Included tests: **/tests/* [INFO] 16:43:52.315 Indexing files of module 'org.polarsys.capella.extension.rcptt' [INFO] 16:43:52.315 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/extension/tests/org.polarsys.capella.extension.rcptt [INFO] 16:43:52.315 Source paths: pom.xml [INFO] 16:43:52.315 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.315 Included tests: **/tests/* [INFO] 16:43:52.315 Indexing files of module 'org.polarsys.capella.gen.doc.tests' [INFO] 16:43:52.315 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/gendoc/tests/org.polarsys.capella.gen.doc.tests [INFO] 16:43:52.315 Source paths: pom.xml [INFO] 16:43:52.316 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.316 Included tests: **/tests/* [INFO] 16:43:52.316 Indexing files of module 'org.polarsys.capella.studio.ad.viewpoint.rcptt' [INFO] 16:43:52.316 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt [INFO] 16:43:52.316 Source paths: pom.xml [INFO] 16:43:52.316 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.316 Included tests: **/tests/* [INFO] 16:43:52.317 Indexing files of module 'Capella Studio RCPTT tests Aggregator Module' [INFO] 16:43:52.317 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests.rcptt [INFO] 16:43:52.317 Source paths: pom.xml [INFO] 16:43:52.317 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.317 Included tests: **/tests/* [INFO] 16:43:52.317 Indexing files of module 'org.polarsys.capella.studio.releng.targets' [INFO] 16:43:52.317 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.targets [INFO] 16:43:52.317 Source paths: pom.xml [INFO] 16:43:52.317 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.317 Included tests: **/tests/* [INFO] 16:43:52.318 Indexing files of module 'Capella Studio' [INFO] 16:43:52.318 Base dir: /home/jenkins/agent/workspace/Capella-studio_master/releng/plugins/org.polarsys.capella.studio.releng.parent [INFO] 16:43:52.318 Source paths: pom.xml [INFO] 16:43:52.318 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.318 Included tests: **/tests/* [INFO] 16:43:52.318 Indexing files of module 'Capella Studio Root' [INFO] 16:43:52.318 Base dir: /home/jenkins/agent/workspace/Capella-studio_master [INFO] 16:43:52.318 Source paths: pom.xml [INFO] 16:43:52.318 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 16:43:52.318 Included tests: **/tests/* [INFO] 16:43:52.320 85 files indexed [INFO] 16:43:52.326 Quality profile for java: Sonar way [INFO] 16:43:52.326 Quality profile for xml: Sonar way [INFO] 16:43:52.326 ------------- Run sensors on module org.polarsys.capella.studio.test [INFO] 16:43:52.400 Load metrics repository [INFO] 16:43:52.520 Load metrics repository (done) | time=119ms [INFO] 16:43:52.524 Sensor cache enabled [INFO] 16:43:52.647 Load sensor cache [INFO] 16:43:53.141 Load sensor cache (404) | time=494ms [INFO] 16:43:54.351 Sensor JavaSensor [java] [INFO] 16:43:54.356 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:43:54.434 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:43:54.435 Using ECJ batch to parse 4 Main java source files with batch size 161 KB. [INFO] 16:43:54.640 Starting batch processing. [INFO] 16:43:55.217 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:43:57.895 100% analyzed [INFO] 16:43:57.895 Batch processing: Done. [INFO] 16:43:57.898 Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] 16:43:57.938 No "Test" source files to scan. [INFO] 16:43:57.938 No "Generated" source files to scan. [INFO] 16:43:57.938 Sensor JavaSensor [java] (done) | time=3587ms [INFO] 16:43:57.939 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:43:57.939 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:43:57.939 Sensor SurefireSensor [java] [INFO] 16:43:57.940 parsing [/home/jenkins/agent/workspace/Capella-studio_master/tests/plugins/org.polarsys.capella.studio.test/target/surefire-reports] [INFO] 16:43:57.940 Sensor SurefireSensor [java] (done) | time=1ms [INFO] 16:43:57.940 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:43:57.942 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:43:57.943 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:43:57.993 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=53ms [INFO] 16:43:57.993 Sensor Java Config Sensor [iac] [INFO] 16:43:57.999 0 source files to be analyzed [INFO] 16:43:58.017 0/0 source files have been analyzed [INFO] 16:43:58.017 Sensor Java Config Sensor [iac] (done) | time=24ms [INFO] 16:43:58.017 Sensor IaC Docker Sensor [iac] [INFO] 16:43:58.019 0 source files to be analyzed [INFO] 16:43:58.075 0/0 source files have been analyzed [INFO] 16:43:58.075 Sensor IaC Docker Sensor [iac] (done) | time=58ms [INFO] 16:43:58.076 Sensor Serverless configuration file sensor [security] [INFO] 16:43:58.076 0 Serverless function entries were found in the project [INFO] 16:43:58.078 0 Serverless function handlers were kept as entrypoints [INFO] 16:43:58.078 Sensor Serverless configuration file sensor [security] (done) | time=2ms [INFO] 16:43:58.078 Sensor AWS SAM template file sensor [security] [INFO] 16:43:58.079 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 16:43:58.079 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:43:58.079 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:43:58.081 ------------- Run sensors on module org.polarsys.capella.ad.viewpoint.dsl.tests [INFO] 16:43:58.164 Sensor JavaSensor [java] [INFO] 16:43:58.164 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:43:58.178 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:43:58.178 Using ECJ batch to parse 2 Main java source files with batch size 161 KB. [INFO] 16:43:58.181 Starting batch processing. [INFO] 16:43:58.235 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:43:58.333 100% analyzed [INFO] 16:43:58.333 Batch processing: Done. [INFO] 16:43:58.334 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 16:43:58.337 No "Test" source files to scan. [INFO] 16:43:58.337 No "Generated" source files to scan. [INFO] 16:43:58.337 Sensor JavaSensor [java] (done) | time=173ms [INFO] 16:43:58.337 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:43:58.337 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:43:58.337 Sensor SurefireSensor [java] [INFO] 16:43:58.338 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/surefire-reports] [INFO] 16:43:58.357 Sensor SurefireSensor [java] (done) | time=20ms [INFO] 16:43:58.357 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:43:58.358 Importing 2 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:43:58.361 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms [INFO] 16:43:58.361 Sensor Java Config Sensor [iac] [INFO] 16:43:58.362 0 source files to be analyzed [INFO] 16:43:58.362 0/0 source files have been analyzed [INFO] 16:43:58.362 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:43:58.362 Sensor IaC Docker Sensor [iac] [INFO] 16:43:58.362 0 source files to be analyzed [INFO] 16:43:58.370 0/0 source files have been analyzed [INFO] 16:43:58.370 Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] 16:43:58.370 Sensor Serverless configuration file sensor [security] [INFO] 16:43:58.370 0 Serverless function entries were found in the project [INFO] 16:43:58.370 0 Serverless function handlers were kept as entrypoints [INFO] 16:43:58.370 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:43:58.370 Sensor AWS SAM template file sensor [security] [INFO] 16:43:58.370 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:43:58.370 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:43:58.370 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:43:58.371 ------------- Run sensors on module org.polarsys.capella.studio.test.feature [INFO] 16:43:58.451 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:43:58.451 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:43:58.451 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:43:58.451 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:43:58.451 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:43:58.451 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] 16:43:58.452 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:43:58.452 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:43:58.452 Sensor Java Config Sensor [iac] [INFO] 16:43:58.453 0 source files to be analyzed [INFO] 16:43:58.453 0/0 source files have been analyzed [INFO] 16:43:58.453 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:43:58.453 Sensor IaC Docker Sensor [iac] [INFO] 16:43:58.453 0 source files to be analyzed [INFO] 16:43:58.459 0/0 source files have been analyzed [INFO] 16:43:58.459 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 16:43:58.459 Sensor Serverless configuration file sensor [security] [INFO] 16:43:58.459 0 Serverless function entries were found in the project [INFO] 16:43:58.459 0 Serverless function handlers were kept as entrypoints [INFO] 16:43:58.460 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 16:43:58.460 Sensor AWS SAM template file sensor [security] [INFO] 16:43:58.460 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:43:58.460 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:43:58.460 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:43:58.460 ------------- Run sensors on module Capella Sudio tests Aggregator Module [INFO] 16:43:58.528 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:43:58.528 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:43:58.528 Sensor XML Sensor [xml] [INFO] 16:43:58.530 1 source file to be analyzed [INFO] 16:43:58.634 1/1 source file has been analyzed [INFO] 16:43:58.634 Sensor XML Sensor [xml] (done) | time=106ms [INFO] 16:43:58.635 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:43:58.635 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:43:58.635 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:43:58.635 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] 16:43:58.635 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:43:58.635 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 16:43:58.635 Sensor Java Config Sensor [iac] [INFO] 16:43:58.636 0 source files to be analyzed [INFO] 16:43:58.636 0/0 source files have been analyzed [INFO] 16:43:58.636 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:43:58.636 Sensor IaC Docker Sensor [iac] [INFO] 16:43:58.636 0 source files to be analyzed [INFO] 16:43:58.641 0/0 source files have been analyzed [INFO] 16:43:58.641 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 16:43:58.642 Sensor Serverless configuration file sensor [security] [INFO] 16:43:58.642 0 Serverless function entries were found in the project [INFO] 16:43:58.642 0 Serverless function handlers were kept as entrypoints [INFO] 16:43:58.642 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:43:58.642 Sensor AWS SAM template file sensor [security] [INFO] 16:43:58.642 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:43:58.642 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:43:58.642 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:43:58.642 ------------- Run sensors on module org.polarsys.capella.studio.releng.targets [INFO] 16:43:58.730 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:43:58.730 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:43:58.730 Sensor XML Sensor [xml] [INFO] 16:43:58.731 1 source file to be analyzed [INFO] 16:43:58.748 1/1 source file has been analyzed [INFO] 16:43:58.748 Sensor XML Sensor [xml] (done) | time=18ms [INFO] 16:43:58.748 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:43:58.748 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:43:58.748 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:43:58.749 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] 16:43:58.749 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:43:58.749 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:43:58.749 Sensor Java Config Sensor [iac] [INFO] 16:43:58.749 0 source files to be analyzed [INFO] 16:43:58.749 0/0 source files have been analyzed [INFO] 16:43:58.749 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:43:58.749 Sensor IaC Docker Sensor [iac] [INFO] 16:43:58.750 0 source files to be analyzed [INFO] 16:43:58.754 0/0 source files have been analyzed [INFO] 16:43:58.754 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 16:43:58.754 Sensor Serverless configuration file sensor [security] [INFO] 16:43:58.754 0 Serverless function entries were found in the project [INFO] 16:43:58.755 0 Serverless function handlers were kept as entrypoints [INFO] 16:43:58.755 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 16:43:58.755 Sensor AWS SAM template file sensor [security] [INFO] 16:43:58.755 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:43:58.755 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:43:58.755 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:43:58.755 ------------- Run sensors on module org.polarsys.capella.extension.rcptt [INFO] 16:43:58.831 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:43:58.832 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 16:43:58.832 Sensor XML Sensor [xml] [INFO] 16:43:58.832 1 source file to be analyzed [INFO] 16:43:58.843 1/1 source file has been analyzed [INFO] 16:43:58.843 Sensor XML Sensor [xml] (done) | time=11ms [INFO] 16:43:58.843 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:43:58.843 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:43:58.843 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:43:58.844 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:43:58.844 Sensor Java Config Sensor [iac] [INFO] 16:43:58.844 0 source files to be analyzed [INFO] 16:43:58.844 0/0 source files have been analyzed [INFO] 16:43:58.844 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:43:58.844 Sensor IaC Docker Sensor [iac] [INFO] 16:43:58.845 0 source files to be analyzed [INFO] 16:43:58.849 0/0 source files have been analyzed [INFO] 16:43:58.849 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 16:43:58.849 Sensor Serverless configuration file sensor [security] [INFO] 16:43:58.849 0 Serverless function entries were found in the project [INFO] 16:43:58.849 0 Serverless function handlers were kept as entrypoints [INFO] 16:43:58.849 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:43:58.849 Sensor AWS SAM template file sensor [security] [INFO] 16:43:58.849 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:43:58.849 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:43:58.849 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:43:58.850 ------------- Run sensors on module org.polarsys.capella.gen.doc.tests [INFO] 16:43:58.893 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:43:58.893 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:43:58.893 Sensor XML Sensor [xml] [INFO] 16:43:58.894 1 source file to be analyzed [INFO] 16:43:58.920 1/1 source file has been analyzed [INFO] 16:43:58.920 Sensor XML Sensor [xml] (done) | time=27ms [INFO] 16:43:58.920 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:43:58.920 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:43:58.920 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:43:58.926 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=6ms [INFO] 16:43:58.926 Sensor Java Config Sensor [iac] [INFO] 16:43:58.926 0 source files to be analyzed [INFO] 16:43:58.927 0/0 source files have been analyzed [INFO] 16:43:58.927 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:43:58.927 Sensor IaC Docker Sensor [iac] [INFO] 16:43:58.927 0 source files to be analyzed [INFO] 16:43:58.931 0/0 source files have been analyzed [INFO] 16:43:58.931 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:43:58.931 Sensor Serverless configuration file sensor [security] [INFO] 16:43:58.931 0 Serverless function entries were found in the project [INFO] 16:43:58.931 0 Serverless function handlers were kept as entrypoints [INFO] 16:43:58.931 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:43:58.931 Sensor AWS SAM template file sensor [security] [INFO] 16:43:58.931 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:43:58.932 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:43:58.932 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:43:58.932 ------------- Run sensors on module org.polarsys.capella.studio.ad.viewpoint.rcptt [INFO] 16:43:58.976 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:43:58.976 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:43:58.977 Sensor XML Sensor [xml] [INFO] 16:43:58.977 1 source file to be analyzed [INFO] 16:43:58.986 1/1 source file has been analyzed [INFO] 16:43:58.986 Sensor XML Sensor [xml] (done) | time=9ms [INFO] 16:43:58.987 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:43:58.987 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:43:58.987 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:43:58.987 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] 16:43:58.987 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:43:58.987 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 16:43:58.987 Sensor Java Config Sensor [iac] [INFO] 16:43:58.988 0 source files to be analyzed [INFO] 16:43:58.988 0/0 source files have been analyzed [INFO] 16:43:58.988 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:43:58.988 Sensor IaC Docker Sensor [iac] [INFO] 16:43:58.988 0 source files to be analyzed [INFO] 16:43:58.992 0/0 source files have been analyzed [INFO] 16:43:58.992 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:43:58.992 Sensor Serverless configuration file sensor [security] [INFO] 16:43:58.992 0 Serverless function entries were found in the project [INFO] 16:43:58.992 0 Serverless function handlers were kept as entrypoints [INFO] 16:43:58.992 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:43:58.992 Sensor AWS SAM template file sensor [security] [INFO] 16:43:58.992 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:43:58.992 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:43:58.993 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] 16:43:58.993 ------------- Run sensors on module capellastudio.vpdsl.qualityassessment.reverse.tests [INFO] 16:43:59.055 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:43:59.055 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:43:59.056 Sensor XML Sensor [xml] [INFO] 16:43:59.056 1 source file to be analyzed [INFO] 16:43:59.065 1/1 source file has been analyzed [INFO] 16:43:59.065 Sensor XML Sensor [xml] (done) | time=9ms [INFO] 16:43:59.065 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:43:59.065 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:43:59.066 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:43:59.066 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:43:59.066 Sensor Java Config Sensor [iac] [INFO] 16:43:59.067 0 source files to be analyzed [INFO] 16:43:59.067 0/0 source files have been analyzed [INFO] 16:43:59.067 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:43:59.067 Sensor IaC Docker Sensor [iac] [INFO] 16:43:59.068 0 source files to be analyzed [INFO] 16:43:59.071 0/0 source files have been analyzed [INFO] 16:43:59.071 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:43:59.072 Sensor Serverless configuration file sensor [security] [INFO] 16:43:59.072 0 Serverless function entries were found in the project [INFO] 16:43:59.072 0 Serverless function handlers were kept as entrypoints [INFO] 16:43:59.072 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:43:59.072 Sensor AWS SAM template file sensor [security] [INFO] 16:43:59.072 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:43:59.072 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:43:59.072 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:43:59.072 ------------- Run sensors on module capellastudio.vpdsl.qualityassessment.tests [INFO] 16:43:59.124 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:43:59.124 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:43:59.125 Sensor XML Sensor [xml] [INFO] 16:43:59.125 1 source file to be analyzed [INFO] 16:43:59.134 1/1 source file has been analyzed [INFO] 16:43:59.134 Sensor XML Sensor [xml] (done) | time=9ms [INFO] 16:43:59.134 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:43:59.135 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:43:59.135 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:43:59.135 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:43:59.136 Sensor Java Config Sensor [iac] [INFO] 16:43:59.136 0 source files to be analyzed [INFO] 16:43:59.136 0/0 source files have been analyzed [INFO] 16:43:59.136 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:43:59.136 Sensor IaC Docker Sensor [iac] [INFO] 16:43:59.137 0 source files to be analyzed [INFO] 16:43:59.140 0/0 source files have been analyzed [INFO] 16:43:59.141 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 16:43:59.141 Sensor Serverless configuration file sensor [security] [INFO] 16:43:59.141 0 Serverless function entries were found in the project [INFO] 16:43:59.141 0 Serverless function handlers were kept as entrypoints [INFO] 16:43:59.141 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:43:59.141 Sensor AWS SAM template file sensor [security] [INFO] 16:43:59.141 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:43:59.141 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:43:59.141 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:43:59.141 ------------- Run sensors on module Capella Studio RCPTT tests Aggregator Module [INFO] 16:43:59.185 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:43:59.185 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:43:59.185 Sensor XML Sensor [xml] [INFO] 16:43:59.186 1 source file to be analyzed [INFO] 16:43:59.193 1/1 source file has been analyzed [INFO] 16:43:59.193 Sensor XML Sensor [xml] (done) | time=8ms [INFO] 16:43:59.193 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:43:59.193 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:43:59.193 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:43:59.193 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] 16:43:59.193 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:43:59.193 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 16:43:59.193 Sensor Java Config Sensor [iac] [INFO] 16:43:59.194 0 source files to be analyzed [INFO] 16:43:59.194 0/0 source files have been analyzed [INFO] 16:43:59.194 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:43:59.214 Sensor IaC Docker Sensor [iac] [INFO] 16:43:59.215 0 source files to be analyzed [INFO] 16:43:59.219 0/0 source files have been analyzed [INFO] 16:43:59.219 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 16:43:59.219 Sensor Serverless configuration file sensor [security] [INFO] 16:43:59.219 0 Serverless function entries were found in the project [INFO] 16:43:59.219 0 Serverless function handlers were kept as entrypoints [INFO] 16:43:59.219 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:43:59.219 Sensor AWS SAM template file sensor [security] [INFO] 16:43:59.219 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:43:59.219 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:43:59.219 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:43:59.219 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta [INFO] 16:43:59.268 Sensor JavaSensor [java] [INFO] 16:43:59.268 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:43:59.280 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:43:59.281 Using ECJ batch to parse 3 Main java source files with batch size 161 KB. [INFO] 16:43:59.285 Starting batch processing. [INFO] 16:43:59.370 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:43:59.464 100% analyzed [INFO] 16:43:59.464 Batch processing: Done. [INFO] 16:43:59.465 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 16:43:59.468 No "Test" source files to scan. [INFO] 16:43:59.468 No "Generated" source files to scan. [INFO] 16:43:59.468 Sensor JavaSensor [java] (done) | time=200ms [INFO] 16:43:59.468 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:43:59.468 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:43:59.469 Sensor SurefireSensor [java] [INFO] 16:43:59.469 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/surefire-reports] [INFO] 16:43:59.469 Sensor SurefireSensor [java] (done) | time=1ms [INFO] 16:43:59.469 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:43:59.469 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:43:59.469 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:43:59.470 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:43:59.471 Sensor Java Config Sensor [iac] [INFO] 16:43:59.471 0 source files to be analyzed [INFO] 16:43:59.471 0/0 source files have been analyzed [INFO] 16:43:59.471 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:43:59.472 Sensor IaC Docker Sensor [iac] [INFO] 16:43:59.472 0 source files to be analyzed [INFO] 16:43:59.476 0/0 source files have been analyzed [INFO] 16:43:59.476 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:43:59.477 Sensor Serverless configuration file sensor [security] [INFO] 16:43:59.477 0 Serverless function entries were found in the project [INFO] 16:43:59.477 0 Serverless function handlers were kept as entrypoints [INFO] 16:43:59.477 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:43:59.477 Sensor AWS SAM template file sensor [security] [INFO] 16:43:59.477 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:43:59.477 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:43:59.477 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:43:59.477 ------------- Run sensors on module org.polarsys.capella.extension.genchain [INFO] 16:43:59.533 Sensor JavaSensor [java] [INFO] 16:43:59.533 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:43:59.541 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:43:59.541 Using ECJ batch to parse 3 Main java source files with batch size 161 KB. [INFO] 16:43:59.545 Starting batch processing. [INFO] 16:43:59.673 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:43:59.930 100% analyzed [INFO] 16:43:59.930 Batch processing: Done. [INFO] 16:43:59.931 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 16:43:59.934 No "Test" source files to scan. [INFO] 16:43:59.934 No "Generated" source files to scan. [INFO] 16:43:59.934 Sensor JavaSensor [java] (done) | time=401ms [INFO] 16:43:59.934 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:43:59.934 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:43:59.934 Sensor SurefireSensor [java] [INFO] 16:43:59.934 parsing [/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.genchain/target/surefire-reports] [INFO] 16:43:59.934 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 16:43:59.934 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:43:59.935 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:43:59.935 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:43:59.938 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms [INFO] 16:43:59.938 Sensor Java Config Sensor [iac] [INFO] 16:43:59.938 0 source files to be analyzed [INFO] 16:43:59.938 0/0 source files have been analyzed [INFO] 16:43:59.938 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:43:59.939 Sensor IaC Docker Sensor [iac] [INFO] 16:43:59.939 0 source files to be analyzed [INFO] 16:43:59.943 0/0 source files have been analyzed [INFO] 16:43:59.943 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:43:59.943 Sensor Serverless configuration file sensor [security] [INFO] 16:43:59.943 0 Serverless function entries were found in the project [INFO] 16:43:59.943 0 Serverless function handlers were kept as entrypoints [INFO] 16:43:59.943 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:43:59.943 Sensor AWS SAM template file sensor [security] [INFO] 16:43:59.943 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:43:59.943 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:43:59.943 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:43:59.944 ------------- Run sensors on module org.polarsys.capella.ta [INFO] 16:44:00.027 Sensor JavaSensor [java] [INFO] 16:44:00.027 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:44:00.037 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:44:00.037 Using ECJ batch to parse 2 Main java source files with batch size 161 KB. [INFO] 16:44:00.040 Starting batch processing. [INFO] 16:44:00.131 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:44:00.271 100% analyzed [INFO] 16:44:00.271 Batch processing: Done. [INFO] 16:44:00.316 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 16:44:00.319 No "Test" source files to scan. [INFO] 16:44:00.319 No "Generated" source files to scan. [INFO] 16:44:00.319 Sensor JavaSensor [java] (done) | time=292ms [INFO] 16:44:00.319 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:00.319 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:00.319 Sensor SurefireSensor [java] [INFO] 16:44:00.319 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta/target/surefire-reports] [INFO] 16:44:00.319 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 16:44:00.319 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:00.319 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:00.319 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:00.321 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 16:44:00.321 Sensor Java Config Sensor [iac] [INFO] 16:44:00.321 0 source files to be analyzed [INFO] 16:44:00.321 0/0 source files have been analyzed [INFO] 16:44:00.321 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:44:00.322 Sensor IaC Docker Sensor [iac] [INFO] 16:44:00.322 0 source files to be analyzed [INFO] 16:44:00.326 0/0 source files have been analyzed [INFO] 16:44:00.326 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:00.326 Sensor Serverless configuration file sensor [security] [INFO] 16:44:00.326 0 Serverless function entries were found in the project [INFO] 16:44:00.326 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:00.326 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:00.326 Sensor AWS SAM template file sensor [security] [INFO] 16:44:00.326 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:00.326 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:00.326 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:00.326 ------------- Run sensors on module org.polarsys.capella.cdo.ta.definition.feature [INFO] 16:44:00.367 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:00.367 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:00.367 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:00.367 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:00.367 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:00.367 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] 16:44:00.367 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:00.367 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 16:44:00.367 Sensor Java Config Sensor [iac] [INFO] 16:44:00.368 0 source files to be analyzed [INFO] 16:44:00.368 0/0 source files have been analyzed [INFO] 16:44:00.368 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:00.368 Sensor IaC Docker Sensor [iac] [INFO] 16:44:00.368 0 source files to be analyzed [INFO] 16:44:00.415 0/0 source files have been analyzed [INFO] 16:44:00.415 Sensor IaC Docker Sensor [iac] (done) | time=47ms [INFO] 16:44:00.415 Sensor Serverless configuration file sensor [security] [INFO] 16:44:00.416 0 Serverless function entries were found in the project [INFO] 16:44:00.416 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:00.416 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 16:44:00.416 Sensor AWS SAM template file sensor [security] [INFO] 16:44:00.416 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:00.416 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:00.416 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:00.416 ------------- Run sensors on module org.polarsys.capella.ta.viewpoint.dsl.feature [INFO] 16:44:00.630 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:00.630 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:00.630 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:00.630 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:00.630 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:00.630 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] 16:44:00.630 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:00.630 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 16:44:00.630 Sensor Java Config Sensor [iac] [INFO] 16:44:00.654 0 source files to be analyzed [INFO] 16:44:00.654 0/0 source files have been analyzed [INFO] 16:44:00.654 Sensor Java Config Sensor [iac] (done) | time=24ms [INFO] 16:44:00.654 Sensor IaC Docker Sensor [iac] [INFO] 16:44:00.654 0 source files to be analyzed [INFO] 16:44:00.658 0/0 source files have been analyzed [INFO] 16:44:00.658 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:00.658 Sensor Serverless configuration file sensor [security] [INFO] 16:44:00.658 0 Serverless function entries were found in the project [INFO] 16:44:00.658 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:00.658 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:00.658 Sensor AWS SAM template file sensor [security] [INFO] 16:44:00.658 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:00.658 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:00.658 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:00.659 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.definition.feature [INFO] 16:44:00.737 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:00.737 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:00.737 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:00.737 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:00.737 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:00.737 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] 16:44:00.737 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:00.737 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 16:44:00.737 Sensor Java Config Sensor [iac] [INFO] 16:44:00.738 0 source files to be analyzed [INFO] 16:44:00.738 0/0 source files have been analyzed [INFO] 16:44:00.738 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:00.738 Sensor IaC Docker Sensor [iac] [INFO] 16:44:00.738 0 source files to be analyzed [INFO] 16:44:00.742 0/0 source files have been analyzed [INFO] 16:44:00.742 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:00.742 Sensor Serverless configuration file sensor [security] [INFO] 16:44:00.742 0 Serverless function entries were found in the project [INFO] 16:44:00.742 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:00.742 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:00.742 Sensor AWS SAM template file sensor [security] [INFO] 16:44:00.742 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:00.742 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:00.742 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:00.742 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain.model [INFO] 16:44:00.816 Sensor JavaSensor [java] [INFO] 16:44:00.816 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:44:00.819 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:44:00.820 Using ECJ batch to parse 8 Main java source files with batch size 161 KB. [INFO] 16:44:00.826 Starting batch processing. [INFO] 16:44:00.861 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:44:01.339 100% analyzed [INFO] 16:44:01.340 Batch processing: Done. [INFO] 16:44:01.340 Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] 16:44:01.344 No "Test" source files to scan. [INFO] 16:44:01.344 No "Generated" source files to scan. [INFO] 16:44:01.345 Sensor JavaSensor [java] (done) | time=529ms [INFO] 16:44:01.345 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:01.345 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:01.345 Sensor SurefireSensor [java] [INFO] 16:44:01.345 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/surefire-reports] [INFO] 16:44:01.345 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 16:44:01.345 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:01.345 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:01.345 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:01.348 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] 16:44:01.348 Sensor Java Config Sensor [iac] [INFO] 16:44:01.349 0 source files to be analyzed [INFO] 16:44:01.349 0/0 source files have been analyzed [INFO] 16:44:01.349 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:01.349 Sensor IaC Docker Sensor [iac] [INFO] 16:44:01.349 0 source files to be analyzed [INFO] 16:44:01.353 0/0 source files have been analyzed [INFO] 16:44:01.353 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:01.353 Sensor Serverless configuration file sensor [security] [INFO] 16:44:01.353 0 Serverless function entries were found in the project [INFO] 16:44:01.353 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:01.353 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:01.353 Sensor AWS SAM template file sensor [security] [INFO] 16:44:01.353 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:01.353 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:01.353 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:01.354 ------------- Run sensors on module org.polarsys.capella.studio.releng.capella.feature [INFO] 16:44:01.391 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:01.391 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:01.391 Sensor XML Sensor [xml] [INFO] 16:44:01.392 1 source file to be analyzed [INFO] 16:44:01.397 1/1 source file has been analyzed [INFO] 16:44:01.398 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 16:44:01.398 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:01.398 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:01.398 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:01.398 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] 16:44:01.398 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:01.398 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 16:44:01.398 Sensor Java Config Sensor [iac] [INFO] 16:44:01.415 0 source files to be analyzed [INFO] 16:44:01.415 0/0 source files have been analyzed [INFO] 16:44:01.415 Sensor Java Config Sensor [iac] (done) | time=17ms [INFO] 16:44:01.415 Sensor IaC Docker Sensor [iac] [INFO] 16:44:01.415 0 source files to be analyzed [INFO] 16:44:01.419 0/0 source files have been analyzed [INFO] 16:44:01.419 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:01.419 Sensor Serverless configuration file sensor [security] [INFO] 16:44:01.419 0 Serverless function entries were found in the project [INFO] 16:44:01.419 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:01.419 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:01.419 Sensor AWS SAM template file sensor [security] [INFO] 16:44:01.419 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:01.419 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:01.419 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:01.419 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain [INFO] 16:44:01.457 Sensor JavaSensor [java] [INFO] 16:44:01.457 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:44:01.462 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:44:01.462 Using ECJ batch to parse 1 Main java source files with batch size 161 KB. [INFO] 16:44:01.464 Starting batch processing. [INFO] 16:44:01.490 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:44:01.531 100% analyzed [INFO] 16:44:01.531 Batch processing: Done. [INFO] 16:44:01.532 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 16:44:01.534 No "Test" source files to scan. [INFO] 16:44:01.534 No "Generated" source files to scan. [INFO] 16:44:01.534 Sensor JavaSensor [java] (done) | time=77ms [INFO] 16:44:01.534 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:01.534 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:01.534 Sensor SurefireSensor [java] [INFO] 16:44:01.534 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/surefire-reports] [INFO] 16:44:01.534 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 16:44:01.534 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:01.534 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:01.534 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:01.535 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:44:01.536 Sensor Java Config Sensor [iac] [INFO] 16:44:01.536 0 source files to be analyzed [INFO] 16:44:01.536 0/0 source files have been analyzed [INFO] 16:44:01.536 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:44:01.536 Sensor IaC Docker Sensor [iac] [INFO] 16:44:01.537 0 source files to be analyzed [INFO] 16:44:01.540 0/0 source files have been analyzed [INFO] 16:44:01.540 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:01.540 Sensor Serverless configuration file sensor [security] [INFO] 16:44:01.540 0 Serverless function entries were found in the project [INFO] 16:44:01.540 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:01.540 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:01.541 Sensor AWS SAM template file sensor [security] [INFO] 16:44:01.541 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:01.541 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:01.541 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:01.541 ------------- Run sensors on module org.polarsys.capella.extension.sdk.feature [INFO] 16:44:01.578 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:01.578 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:01.578 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:01.578 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:01.578 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:01.578 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] 16:44:01.579 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:01.579 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:44:01.579 Sensor Java Config Sensor [iac] [INFO] 16:44:01.579 0 source files to be analyzed [INFO] 16:44:01.579 0/0 source files have been analyzed [INFO] 16:44:01.579 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:44:01.579 Sensor IaC Docker Sensor [iac] [INFO] 16:44:01.580 0 source files to be analyzed [INFO] 16:44:01.583 0/0 source files have been analyzed [INFO] 16:44:01.583 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:01.583 Sensor Serverless configuration file sensor [security] [INFO] 16:44:01.583 0 Serverless function entries were found in the project [INFO] 16:44:01.583 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:01.583 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:01.583 Sensor AWS SAM template file sensor [security] [INFO] 16:44:01.583 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:01.584 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:01.584 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:01.584 ------------- Run sensors on module org.polarsys.capella.studio.releng.updatesite [INFO] 16:44:01.637 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:01.638 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 16:44:01.638 Sensor XML Sensor [xml] [INFO] 16:44:01.638 1 source file to be analyzed [INFO] 16:44:01.644 1/1 source file has been analyzed [INFO] 16:44:01.644 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 16:44:01.644 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:01.644 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:01.645 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:01.645 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] 16:44:01.645 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:01.645 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:44:01.645 Sensor Java Config Sensor [iac] [INFO] 16:44:01.645 0 source files to be analyzed [INFO] 16:44:01.645 0/0 source files have been analyzed [INFO] 16:44:01.645 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:44:01.645 Sensor IaC Docker Sensor [iac] [INFO] 16:44:01.646 0 source files to be analyzed [INFO] 16:44:01.649 0/0 source files have been analyzed [INFO] 16:44:01.649 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:01.650 Sensor Serverless configuration file sensor [security] [INFO] 16:44:01.650 0 Serverless function entries were found in the project [INFO] 16:44:01.650 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:01.650 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:01.650 Sensor AWS SAM template file sensor [security] [INFO] 16:44:01.650 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:01.650 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:01.650 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:01.650 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain.model.edit [INFO] 16:44:01.689 Sensor JavaSensor [java] [INFO] 16:44:01.689 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:44:01.693 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:44:01.693 Using ECJ batch to parse 3 Main java source files with batch size 161 KB. [INFO] 16:44:01.695 Starting batch processing. [INFO] 16:44:01.726 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:44:01.931 100% analyzed [INFO] 16:44:01.931 Batch processing: Done. [INFO] 16:44:01.931 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 16:44:01.935 No "Test" source files to scan. [INFO] 16:44:01.936 No "Generated" source files to scan. [INFO] 16:44:01.936 Sensor JavaSensor [java] (done) | time=247ms [INFO] 16:44:01.936 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:01.936 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:01.936 Sensor SurefireSensor [java] [INFO] 16:44:01.936 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/surefire-reports] [INFO] 16:44:01.936 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 16:44:01.936 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:01.936 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:01.936 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:01.938 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 16:44:01.938 Sensor Java Config Sensor [iac] [INFO] 16:44:01.939 0 source files to be analyzed [INFO] 16:44:01.939 0/0 source files have been analyzed [INFO] 16:44:01.939 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:01.939 Sensor IaC Docker Sensor [iac] [INFO] 16:44:01.939 0 source files to be analyzed [INFO] 16:44:01.943 0/0 source files have been analyzed [INFO] 16:44:01.943 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:01.943 Sensor Serverless configuration file sensor [security] [INFO] 16:44:01.943 0 Serverless function entries were found in the project [INFO] 16:44:01.943 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:01.943 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:01.943 Sensor AWS SAM template file sensor [security] [INFO] 16:44:01.943 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:01.943 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:01.943 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:01.943 ------------- Run sensors on module org.polarsys.capella.ad.viewpoint.dsl.generation.ui [INFO] 16:44:01.980 Sensor JavaSensor [java] [INFO] 16:44:01.981 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:44:01.987 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:44:01.987 Using ECJ batch to parse 21 Main java source files with batch size 161 KB. [INFO] 16:44:01.996 Starting batch processing. [INFO] 16:44:02.071 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:44:03.982 100% analyzed [INFO] 16:44:03.982 Batch processing: Done. [INFO] 16:44:03.983 Did not optimize analysis for any files, performed a full analysis for all 21 files. [INFO] 16:44:03.990 No "Test" source files to scan. [INFO] 16:44:03.990 No "Generated" source files to scan. [INFO] 16:44:03.990 Sensor JavaSensor [java] (done) | time=2010ms [INFO] 16:44:03.990 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:03.990 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:03.990 Sensor SurefireSensor [java] [INFO] 16:44:03.990 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/surefire-reports] [INFO] 16:44:03.990 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 16:44:03.990 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:03.991 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:03.991 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:04.017 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=27ms [INFO] 16:44:04.017 Sensor Java Config Sensor [iac] [INFO] 16:44:04.018 0 source files to be analyzed [INFO] 16:44:04.018 0/0 source files have been analyzed [INFO] 16:44:04.018 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:04.019 Sensor IaC Docker Sensor [iac] [INFO] 16:44:04.019 0 source files to be analyzed [INFO] 16:44:04.022 0/0 source files have been analyzed [INFO] 16:44:04.023 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 16:44:04.023 Sensor Serverless configuration file sensor [security] [INFO] 16:44:04.023 0 Serverless function entries were found in the project [INFO] 16:44:04.023 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:04.023 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:04.023 Sensor AWS SAM template file sensor [security] [INFO] 16:44:04.023 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:04.023 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:04.023 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:04.023 ------------- Run sensors on module org.polarsys.capella.cdo.ta.definition [INFO] 16:44:04.061 Sensor JavaSensor [java] [INFO] 16:44:04.062 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:44:04.071 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:44:04.071 Using ECJ batch to parse 2 Main java source files with batch size 161 KB. [INFO] 16:44:04.075 Starting batch processing. [INFO] 16:44:04.122 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:44:04.154 100% analyzed [INFO] 16:44:04.155 Batch processing: Done. [INFO] 16:44:04.156 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 16:44:04.159 No "Test" source files to scan. [INFO] 16:44:04.159 No "Generated" source files to scan. [INFO] 16:44:04.159 Sensor JavaSensor [java] (done) | time=98ms [INFO] 16:44:04.159 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:04.159 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:04.159 Sensor SurefireSensor [java] [INFO] 16:44:04.159 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/surefire-reports] [INFO] 16:44:04.159 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 16:44:04.159 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:04.159 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:04.159 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:04.160 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:44:04.160 Sensor Java Config Sensor [iac] [INFO] 16:44:04.161 0 source files to be analyzed [INFO] 16:44:04.161 0/0 source files have been analyzed [INFO] 16:44:04.161 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:04.161 Sensor IaC Docker Sensor [iac] [INFO] 16:44:04.162 0 source files to be analyzed [INFO] 16:44:04.165 0/0 source files have been analyzed [INFO] 16:44:04.165 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:04.165 Sensor Serverless configuration file sensor [security] [INFO] 16:44:04.165 0 Serverless function entries were found in the project [INFO] 16:44:04.165 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:04.165 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:04.165 Sensor AWS SAM template file sensor [security] [INFO] 16:44:04.166 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 16:44:04.166 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:04.166 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:04.166 ------------- Run sensors on module org.polarsys.capella.studio.releng.kitalpha.feature [INFO] 16:44:04.215 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:04.215 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:04.216 Sensor XML Sensor [xml] [INFO] 16:44:04.216 1 source file to be analyzed [INFO] 16:44:04.222 1/1 source file has been analyzed [INFO] 16:44:04.222 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 16:44:04.222 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:04.222 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:04.222 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:04.222 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] 16:44:04.222 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:04.222 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 16:44:04.222 Sensor Java Config Sensor [iac] [INFO] 16:44:04.223 0 source files to be analyzed [INFO] 16:44:04.223 0/0 source files have been analyzed [INFO] 16:44:04.223 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:04.223 Sensor IaC Docker Sensor [iac] [INFO] 16:44:04.224 0 source files to be analyzed [INFO] 16:44:04.227 0/0 source files have been analyzed [INFO] 16:44:04.227 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:04.227 Sensor Serverless configuration file sensor [security] [INFO] 16:44:04.227 0 Serverless function entries were found in the project [INFO] 16:44:04.227 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:04.227 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:04.227 Sensor AWS SAM template file sensor [security] [INFO] 16:44:04.227 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:04.227 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:04.227 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:04.227 ------------- Run sensors on module org.polarsys.capella.extension.tools.ui [INFO] 16:44:04.266 Sensor JavaSensor [java] [INFO] 16:44:04.266 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:44:04.277 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:44:04.277 Using ECJ batch to parse 6 Main java source files with batch size 161 KB. [INFO] 16:44:04.283 Starting batch processing. [INFO] 16:44:04.374 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:44:05.274 100% analyzed [INFO] 16:44:05.274 Batch processing: Done. [INFO] 16:44:05.276 Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] 16:44:05.283 No "Test" source files to scan. [INFO] 16:44:05.283 No "Generated" source files to scan. [INFO] 16:44:05.283 Sensor JavaSensor [java] (done) | time=1017ms [INFO] 16:44:05.284 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:05.284 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:05.284 Sensor SurefireSensor [java] [INFO] 16:44:05.284 parsing [/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools.ui/target/surefire-reports] [INFO] 16:44:05.284 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 16:44:05.284 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:05.284 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:05.284 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:05.289 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=5ms [INFO] 16:44:05.289 Sensor Java Config Sensor [iac] [INFO] 16:44:05.289 0 source files to be analyzed [INFO] 16:44:05.289 0/0 source files have been analyzed [INFO] 16:44:05.289 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:44:05.290 Sensor IaC Docker Sensor [iac] [INFO] 16:44:05.290 0 source files to be analyzed [INFO] 16:44:05.293 0/0 source files have been analyzed [INFO] 16:44:05.293 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 16:44:05.293 Sensor Serverless configuration file sensor [security] [INFO] 16:44:05.293 0 Serverless function entries were found in the project [INFO] 16:44:05.293 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:05.293 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:05.293 Sensor AWS SAM template file sensor [security] [INFO] 16:44:05.293 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:05.294 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:05.294 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:05.294 ------------- Run sensors on module org.polarsys.capella.ta.viewpoint.dsl.extension [INFO] 16:44:05.347 Sensor JavaSensor [java] [INFO] 16:44:05.347 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:44:05.350 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:44:05.350 Using ECJ batch to parse 1 Main java source files with batch size 161 KB. [INFO] 16:44:05.352 Starting batch processing. [INFO] 16:44:05.365 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:44:05.384 100% analyzed [INFO] 16:44:05.384 Batch processing: Done. [INFO] 16:44:05.385 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 16:44:05.387 No "Test" source files to scan. [INFO] 16:44:05.387 No "Generated" source files to scan. [INFO] 16:44:05.388 Sensor JavaSensor [java] (done) | time=41ms [INFO] 16:44:05.388 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:05.388 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:05.388 Sensor SurefireSensor [java] [INFO] 16:44:05.388 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/surefire-reports] [INFO] 16:44:05.388 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 16:44:05.388 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:05.388 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:05.388 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:05.389 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:44:05.389 Sensor Java Config Sensor [iac] [INFO] 16:44:05.389 0 source files to be analyzed [INFO] 16:44:05.389 0/0 source files have been analyzed [INFO] 16:44:05.389 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:44:05.390 Sensor IaC Docker Sensor [iac] [INFO] 16:44:05.390 0 source files to be analyzed [INFO] 16:44:05.393 0/0 source files have been analyzed [INFO] 16:44:05.393 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 16:44:05.393 Sensor Serverless configuration file sensor [security] [INFO] 16:44:05.393 0 Serverless function entries were found in the project [INFO] 16:44:05.393 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:05.393 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:05.393 Sensor AWS SAM template file sensor [security] [INFO] 16:44:05.393 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:05.393 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:05.393 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:05.393 ------------- Run sensors on module org.polarsys.capella.cdo.ta.ext [INFO] 16:44:05.436 Sensor JavaSensor [java] [INFO] 16:44:05.436 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:44:05.442 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:44:05.442 Using ECJ batch to parse 2 Main java source files with batch size 161 KB. [INFO] 16:44:05.445 Starting batch processing. [INFO] 16:44:05.474 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:44:05.503 100% analyzed [INFO] 16:44:05.503 Batch processing: Done. [INFO] 16:44:05.504 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 16:44:05.507 No "Test" source files to scan. [INFO] 16:44:05.507 No "Generated" source files to scan. [INFO] 16:44:05.507 Sensor JavaSensor [java] (done) | time=71ms [INFO] 16:44:05.507 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:05.507 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:05.507 Sensor SurefireSensor [java] [INFO] 16:44:05.507 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/surefire-reports] [INFO] 16:44:05.507 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 16:44:05.507 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:05.507 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:05.507 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:05.508 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:44:05.508 Sensor Java Config Sensor [iac] [INFO] 16:44:05.509 0 source files to be analyzed [INFO] 16:44:05.509 0/0 source files have been analyzed [INFO] 16:44:05.509 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:05.509 Sensor IaC Docker Sensor [iac] [INFO] 16:44:05.509 0 source files to be analyzed [INFO] 16:44:05.517 0/0 source files have been analyzed [INFO] 16:44:05.517 Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] 16:44:05.517 Sensor Serverless configuration file sensor [security] [INFO] 16:44:05.517 0 Serverless function entries were found in the project [INFO] 16:44:05.517 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:05.517 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:05.517 Sensor AWS SAM template file sensor [security] [INFO] 16:44:05.517 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:05.517 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:05.517 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:05.517 ------------- Run sensors on module org.polarsys.capella.extension.tools [INFO] 16:44:05.556 Sensor JavaSensor [java] [INFO] 16:44:05.556 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:44:05.566 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:44:05.566 Using ECJ batch to parse 5 Main java source files with batch size 161 KB. [INFO] 16:44:05.570 Starting batch processing. [INFO] 16:44:05.635 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:44:06.356 100% analyzed [INFO] 16:44:06.356 Batch processing: Done. [INFO] 16:44:06.357 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 16:44:06.361 No "Test" source files to scan. [INFO] 16:44:06.361 No "Generated" source files to scan. [INFO] 16:44:06.361 Sensor JavaSensor [java] (done) | time=805ms [INFO] 16:44:06.361 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:06.362 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 16:44:06.362 Sensor SurefireSensor [java] [INFO] 16:44:06.362 parsing [/home/jenkins/agent/workspace/Capella-studio_master/extension/plugins/org.polarsys.capella.extension.tools/target/surefire-reports] [INFO] 16:44:06.362 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 16:44:06.362 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:06.362 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:06.362 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:06.368 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=6ms [INFO] 16:44:06.369 Sensor Java Config Sensor [iac] [INFO] 16:44:06.369 0 source files to be analyzed [INFO] 16:44:06.369 0/0 source files have been analyzed [INFO] 16:44:06.369 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:44:06.369 Sensor IaC Docker Sensor [iac] [INFO] 16:44:06.370 0 source files to be analyzed [INFO] 16:44:06.373 0/0 source files have been analyzed [INFO] 16:44:06.373 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:06.373 Sensor Serverless configuration file sensor [security] [INFO] 16:44:06.373 0 Serverless function entries were found in the project [INFO] 16:44:06.373 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:06.373 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:06.373 Sensor AWS SAM template file sensor [security] [INFO] 16:44:06.373 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:06.373 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:06.373 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:06.373 ------------- Run sensors on module org.polarsys.capella.studio.product [INFO] 16:44:06.420 Sensor JavaSensor [java] [INFO] 16:44:06.420 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:44:06.427 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:44:06.428 Using ECJ batch to parse 4 Main java source files with batch size 161 KB. [INFO] 16:44:06.432 Starting batch processing. [INFO] 16:44:06.471 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:44:07.136 100% analyzed [INFO] 16:44:07.136 Batch processing: Done. [INFO] 16:44:07.137 Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] 16:44:07.144 No "Test" source files to scan. [INFO] 16:44:07.144 No "Generated" source files to scan. [INFO] 16:44:07.144 Sensor JavaSensor [java] (done) | time=724ms [INFO] 16:44:07.144 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:07.144 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:07.144 Sensor SurefireSensor [java] [INFO] 16:44:07.144 parsing [/home/jenkins/agent/workspace/Capella-studio_master/product/plugins/org.polarsys.capella.studio.product/target/surefire-reports] [INFO] 16:44:07.144 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 16:44:07.144 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:07.145 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:07.145 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:07.147 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] 16:44:07.147 Sensor Java Config Sensor [iac] [INFO] 16:44:07.148 0 source files to be analyzed [INFO] 16:44:07.148 0/0 source files have been analyzed [INFO] 16:44:07.148 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:07.148 Sensor IaC Docker Sensor [iac] [INFO] 16:44:07.149 0 source files to be analyzed [INFO] 16:44:07.152 0/0 source files have been analyzed [INFO] 16:44:07.152 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:07.152 Sensor Serverless configuration file sensor [security] [INFO] 16:44:07.152 0 Serverless function entries were found in the project [INFO] 16:44:07.152 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:07.152 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:07.153 Sensor AWS SAM template file sensor [security] [INFO] 16:44:07.153 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:07.153 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:07.153 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:07.153 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.portfolio [INFO] 16:44:07.196 Sensor JavaSensor [java] [INFO] 16:44:07.196 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 16:44:07.199 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:44:07.199 Using ECJ batch to parse 1 Main java source files with batch size 161 KB. [INFO] 16:44:07.200 Starting batch processing. [INFO] 16:44:07.229 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:44:07.269 100% analyzed [INFO] 16:44:07.269 Batch processing: Done. [INFO] 16:44:07.270 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 16:44:07.273 No "Test" source files to scan. [INFO] 16:44:07.273 No "Generated" source files to scan. [INFO] 16:44:07.273 Sensor JavaSensor [java] (done) | time=77ms [INFO] 16:44:07.273 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:07.273 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:07.273 Sensor SurefireSensor [java] [INFO] 16:44:07.273 parsing [/home/jenkins/agent/workspace/Capella-studio_master/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/surefire-reports] [INFO] 16:44:07.273 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 16:44:07.274 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:07.274 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:07.274 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:07.275 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:44:07.275 Sensor Java Config Sensor [iac] [INFO] 16:44:07.276 0 source files to be analyzed [INFO] 16:44:07.276 0/0 source files have been analyzed [INFO] 16:44:07.276 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:07.276 Sensor IaC Docker Sensor [iac] [INFO] 16:44:07.276 0 source files to be analyzed [INFO] 16:44:07.280 0/0 source files have been analyzed [INFO] 16:44:07.280 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:07.280 Sensor Serverless configuration file sensor [security] [INFO] 16:44:07.280 0 Serverless function entries were found in the project [INFO] 16:44:07.280 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:07.280 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:07.280 Sensor AWS SAM template file sensor [security] [INFO] 16:44:07.280 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:07.280 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:07.280 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:07.280 ------------- Run sensors on module org.polarsys.capella.studio.releng.eclipse.feature [INFO] 16:44:07.327 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:07.328 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 16:44:07.328 Sensor XML Sensor [xml] [INFO] 16:44:07.328 1 source file to be analyzed [INFO] 16:44:07.335 1/1 source file has been analyzed [INFO] 16:44:07.335 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 16:44:07.336 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:07.336 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:07.336 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:07.336 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] 16:44:07.336 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:07.336 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 16:44:07.336 Sensor Java Config Sensor [iac] [INFO] 16:44:07.336 0 source files to be analyzed [INFO] 16:44:07.336 0/0 source files have been analyzed [INFO] 16:44:07.336 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:44:07.337 Sensor IaC Docker Sensor [iac] [INFO] 16:44:07.337 0 source files to be analyzed [INFO] 16:44:07.340 0/0 source files have been analyzed [INFO] 16:44:07.340 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 16:44:07.340 Sensor Serverless configuration file sensor [security] [INFO] 16:44:07.340 0 Serverless function entries were found in the project [INFO] 16:44:07.340 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:07.340 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:07.340 Sensor AWS SAM template file sensor [security] [INFO] 16:44:07.340 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:07.341 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:07.341 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:07.341 ------------- Run sensors on module org.polarsys.capella.studio.product.feature [INFO] 16:44:07.390 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:07.390 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:07.391 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:07.391 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:07.391 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:07.391 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] 16:44:07.391 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:07.391 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 16:44:07.391 Sensor Java Config Sensor [iac] [INFO] 16:44:07.391 0 source files to be analyzed [INFO] 16:44:07.391 0/0 source files have been analyzed [INFO] 16:44:07.391 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:44:07.392 Sensor IaC Docker Sensor [iac] [INFO] 16:44:07.392 0 source files to be analyzed [INFO] 16:44:07.395 0/0 source files have been analyzed [INFO] 16:44:07.395 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 16:44:07.396 Sensor Serverless configuration file sensor [security] [INFO] 16:44:07.396 0 Serverless function entries were found in the project [INFO] 16:44:07.396 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:07.396 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:07.396 Sensor AWS SAM template file sensor [security] [INFO] 16:44:07.396 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:07.396 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:07.396 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:07.396 ------------- Run sensors on module org.polarsys.capella.studio.doc [INFO] 16:44:07.459 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:07.460 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:07.460 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:07.460 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:07.460 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:07.460 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] 16:44:07.460 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:07.460 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 16:44:07.460 Sensor Java Config Sensor [iac] [INFO] 16:44:07.461 0 source files to be analyzed [INFO] 16:44:07.461 0/0 source files have been analyzed [INFO] 16:44:07.461 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:07.461 Sensor IaC Docker Sensor [iac] [INFO] 16:44:07.462 0 source files to be analyzed [INFO] 16:44:07.466 0/0 source files have been analyzed [INFO] 16:44:07.466 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 16:44:07.466 Sensor Serverless configuration file sensor [security] [INFO] 16:44:07.466 0 Serverless function entries were found in the project [INFO] 16:44:07.466 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:07.466 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:07.466 Sensor AWS SAM template file sensor [security] [INFO] 16:44:07.467 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 16:44:07.467 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:07.467 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:07.467 ------------- Run sensors on module org.polarsys.capella.studio.doc.feature [INFO] 16:44:07.510 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:07.510 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:07.510 Sensor XML Sensor [xml] [INFO] 16:44:07.515 1 source file to be analyzed [INFO] 16:44:07.556 1/1 source file has been analyzed [INFO] 16:44:07.556 Sensor XML Sensor [xml] (done) | time=46ms [INFO] 16:44:07.556 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:07.556 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:07.556 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:07.557 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] 16:44:07.557 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:07.557 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:44:07.557 Sensor Java Config Sensor [iac] [INFO] 16:44:07.557 0 source files to be analyzed [INFO] 16:44:07.557 0/0 source files have been analyzed [INFO] 16:44:07.557 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:44:07.557 Sensor IaC Docker Sensor [iac] [INFO] 16:44:07.558 0 source files to be analyzed [INFO] 16:44:07.561 0/0 source files have been analyzed [INFO] 16:44:07.561 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:07.561 Sensor Serverless configuration file sensor [security] [INFO] 16:44:07.561 0 Serverless function entries were found in the project [INFO] 16:44:07.561 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:07.561 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:07.561 Sensor AWS SAM template file sensor [security] [INFO] 16:44:07.561 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:07.561 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:07.561 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:07.562 ------------- Run sensors on module org.polarsys.capella.extension.genchain.model.edit [INFO] 16:44:07.622 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:07.622 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:07.622 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:07.622 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:07.622 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:07.623 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:44:07.623 Sensor Java Config Sensor [iac] [INFO] 16:44:07.624 0 source files to be analyzed [INFO] 16:44:07.624 0/0 source files have been analyzed [INFO] 16:44:07.624 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:07.624 Sensor IaC Docker Sensor [iac] [INFO] 16:44:07.624 0 source files to be analyzed [INFO] 16:44:07.628 0/0 source files have been analyzed [INFO] 16:44:07.628 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:07.628 Sensor Serverless configuration file sensor [security] [INFO] 16:44:07.628 0 Serverless function entries were found in the project [INFO] 16:44:07.628 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:07.628 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:07.628 Sensor AWS SAM template file sensor [security] [INFO] 16:44:07.628 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:07.628 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:07.628 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:07.628 ------------- Run sensors on module org.polarsys.capella.extension.genchain.model [INFO] 16:44:07.671 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:07.671 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:07.672 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:07.672 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 16:44:07.672 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 16:44:07.673 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:44:07.673 Sensor Java Config Sensor [iac] [INFO] 16:44:07.674 0 source files to be analyzed [INFO] 16:44:07.674 0/0 source files have been analyzed [INFO] 16:44:07.674 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:07.674 Sensor IaC Docker Sensor [iac] [INFO] 16:44:07.674 0 source files to be analyzed [INFO] 16:44:07.677 0/0 source files have been analyzed [INFO] 16:44:07.677 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 16:44:07.678 Sensor Serverless configuration file sensor [security] [INFO] 16:44:07.678 0 Serverless function entries were found in the project [INFO] 16:44:07.678 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:07.678 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:07.678 Sensor AWS SAM template file sensor [security] [INFO] 16:44:07.678 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:07.678 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:07.678 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:07.678 ------------- Run sensors on module Capella Sudio Aggregator Module [INFO] 16:44:07.723 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:07.723 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:07.723 Sensor XML Sensor [xml] [INFO] 16:44:07.724 1 source file to be analyzed [INFO] 16:44:07.732 1/1 source file has been analyzed [INFO] 16:44:07.732 Sensor XML Sensor [xml] (done) | time=9ms [INFO] 16:44:07.732 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:07.733 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:07.733 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:07.733 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] 16:44:07.733 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:07.733 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 16:44:07.733 Sensor Java Config Sensor [iac] [INFO] 16:44:07.733 0 source files to be analyzed [INFO] 16:44:07.733 0/0 source files have been analyzed [INFO] 16:44:07.733 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 16:44:07.733 Sensor IaC Docker Sensor [iac] [INFO] 16:44:07.734 0 source files to be analyzed [INFO] 16:44:07.737 0/0 source files have been analyzed [INFO] 16:44:07.737 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:07.737 Sensor Serverless configuration file sensor [security] [INFO] 16:44:07.737 0 Serverless function entries were found in the project [INFO] 16:44:07.737 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:07.737 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:07.737 Sensor AWS SAM template file sensor [security] [INFO] 16:44:07.737 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:07.737 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:07.737 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:07.738 ------------- Run sensors on module Capella Studio [INFO] 16:44:07.777 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:07.778 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 16:44:07.778 Sensor XML Sensor [xml] [INFO] 16:44:07.778 1 source file to be analyzed [INFO] 16:44:07.803 1/1 source file has been analyzed [INFO] 16:44:07.803 Sensor XML Sensor [xml] (done) | time=25ms [INFO] 16:44:07.803 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:07.803 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:07.803 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:07.803 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] 16:44:07.803 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:07.803 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 16:44:07.803 Sensor Java Config Sensor [iac] [INFO] 16:44:07.804 0 source files to be analyzed [INFO] 16:44:07.804 0/0 source files have been analyzed [INFO] 16:44:07.804 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:07.804 Sensor IaC Docker Sensor [iac] [INFO] 16:44:07.804 0 source files to be analyzed [INFO] 16:44:07.817 0/0 source files have been analyzed [INFO] 16:44:07.817 Sensor IaC Docker Sensor [iac] (done) | time=13ms [INFO] 16:44:07.817 Sensor Serverless configuration file sensor [security] [INFO] 16:44:07.817 0 Serverless function entries were found in the project [INFO] 16:44:07.817 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:07.817 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:07.818 Sensor AWS SAM template file sensor [security] [INFO] 16:44:07.818 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:07.818 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:07.818 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:07.818 ------------- Run sensors on module Capella Studio Root [INFO] 16:44:07.861 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 16:44:07.861 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 16:44:07.861 Sensor XML Sensor [xml] [INFO] 16:44:07.861 1 source file to be analyzed [INFO] 16:44:07.868 1/1 source file has been analyzed [INFO] 16:44:07.868 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 16:44:07.868 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 16:44:07.868 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 16:44:07.868 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 16:44:07.868 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] 16:44:07.868 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:44:07.868 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 16:44:07.868 Sensor Java Config Sensor [iac] [INFO] 16:44:07.869 0 source files to be analyzed [INFO] 16:44:07.869 0/0 source files have been analyzed [INFO] 16:44:07.869 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 16:44:07.869 Sensor IaC Docker Sensor [iac] [INFO] 16:44:07.869 0 source files to be analyzed [INFO] 16:44:07.873 0/0 source files have been analyzed [INFO] 16:44:07.873 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 16:44:07.873 Sensor Serverless configuration file sensor [security] [INFO] 16:44:07.873 0 Serverless function entries were found in the project [INFO] 16:44:07.873 0 Serverless function handlers were kept as entrypoints [INFO] 16:44:07.873 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 16:44:07.873 Sensor AWS SAM template file sensor [security] [INFO] 16:44:07.873 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 16:44:07.873 Sensor AWS SAM Inline template file sensor [security] [INFO] 16:44:07.873 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 16:44:07.873 Sensor javabugs [dbd] [INFO] 16:44:07.923 Reading IR files from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ir/java [INFO] 16:44:07.938 Analyzing 398 functions to detect bugs. [INFO] 16:44:08.783 Sensor javabugs [dbd] (done) | time=910ms [INFO] 16:44:08.783 Sensor pythonbugs [dbd] [INFO] 16:44:08.784 Reading IR files from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ir/python [INFO] 16:44:08.784 No IR files have been included for analysis. [INFO] 16:44:08.784 Sensor pythonbugs [dbd] (done) | time=1ms [INFO] 16:44:08.784 Sensor TextAndSecretsSensor [text] [INFO] 16:44:08.784 Available processors: 2 [INFO] 16:44:08.784 Using 2 threads for analysis. [INFO] 16:44:09.222 84 source files to be analyzed [INFO] 16:44:10.036 84/84 source files have been analyzed [INFO] 16:44:10.037 Sensor TextAndSecretsSensor [text] (done) | time=1253ms [INFO] 16:44:10.037 Sensor JavaSecuritySensor [security] [INFO] 16:44:10.040 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549 [INFO] 16:44:10.040 Load type hierarchy and UCFGs: Starting [INFO] 16:44:10.040 Load type hierarchy: Starting [INFO] 16:44:10.040 Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ucfg2/java [INFO] 16:44:10.123 Read 574 type definitions [INFO] 16:44:10.134 Load type hierarchy: Time spent was 00:00:00.093 [INFO] 16:44:10.134 Load UCFGs: Starting [INFO] 16:44:10.134 Reading UCFGs from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ucfg2/java [INFO] 16:44:10.369 Load UCFGs: Time spent was 00:00:00.235 [INFO] 16:44:10.369 Load type hierarchy and UCFGs: Time spent was 00:00:00.328 [INFO] 16:44:10.369 Analyzing 373 UCFGs to detect vulnerabilities. [INFO] 16:44:10.369 Check cache: Starting [INFO] 16:44:10.369 Load cache: Starting [INFO] 16:44:10.369 Load cache: Time spent was 00:00:00.000 [INFO] 16:44:10.370 Check cache: Time spent was 00:00:00.000 [INFO] 16:44:10.370 Create runtime call graph: Starting [INFO] 16:44:10.370 Variable Type Analysis #1: Starting [INFO] 16:44:10.371 Create runtime type propagation graph: Starting [INFO] 16:44:10.417 Create runtime type propagation graph: Time spent was 00:00:00.045 [INFO] 16:44:10.417 Run SCC (Tarjan) on 1968 nodes: Starting [INFO] 16:44:10.423 Run SCC (Tarjan) on 1968 nodes: Time spent was 00:00:00.006 [INFO] 16:44:10.424 Tarjan found 1966 strongly connected components [INFO] 16:44:10.424 Propagate runtime types to strongly connected components: Starting [INFO] 16:44:10.434 Propagate runtime types to strongly connected components: Time spent was 00:00:00.010 [INFO] 16:44:10.434 Variable Type Analysis #1: Time spent was 00:00:00.063 [INFO] 16:44:10.438 Variable Type Analysis #2: Starting [INFO] 16:44:10.438 Create runtime type propagation graph: Starting [INFO] 16:44:10.456 Create runtime type propagation graph: Time spent was 00:00:00.017 [INFO] 16:44:10.456 Run SCC (Tarjan) on 1962 nodes: Starting [INFO] 16:44:10.458 Run SCC (Tarjan) on 1962 nodes: Time spent was 00:00:00.002 [INFO] 16:44:10.458 Tarjan found 1960 strongly connected components [INFO] 16:44:10.458 Propagate runtime types to strongly connected components: Starting [INFO] 16:44:10.462 Propagate runtime types to strongly connected components: Time spent was 00:00:00.003 [INFO] 16:44:10.462 Variable Type Analysis #2: Time spent was 00:00:00.023 [INFO] 16:44:10.463 Create runtime call graph: Time spent was 00:00:00.093 [INFO] 16:44:10.463 Load config: Starting [INFO] 16:44:12.159 Load config: Time spent was 00:00:01.696 [INFO] 16:44:12.159 Compute entry points: Starting [INFO] 16:44:14.558 Compute entry points: Time spent was 00:00:02.399 [INFO] 16:44:14.558 No entry points found. [INFO] 16:44:14.568 java security sensor: Time spent was 00:00:04.528 [INFO] 16:44:14.569 java security sensor: Begin: 2024-05-27T16:44:10.039313275Z, End: 2024-05-27T16:44:14.568281371Z, Duration: 00:00:04.528 Load type hierarchy and UCFGs: Begin: 2024-05-27T16:44:10.040843262Z, End: 2024-05-27T16:44:10.369641382Z, Duration: 00:00:00.328 Load type hierarchy: Begin: 2024-05-27T16:44:10.040888635Z, End: 2024-05-27T16:44:10.133928888Z, Duration: 00:00:00.093 Load UCFGs: Begin: 2024-05-27T16:44:10.134287360Z, End: 2024-05-27T16:44:10.369513997Z, Duration: 00:00:00.235 Check cache: Begin: 2024-05-27T16:44:10.369697023Z, End: 2024-05-27T16:44:10.370046897Z, Duration: 00:00:00.000 Load cache: Begin: 2024-05-27T16:44:10.369732249Z, End: 2024-05-27T16:44:10.369766808Z, Duration: 00:00:00.000 Create runtime call graph: Begin: 2024-05-27T16:44:10.370106442Z, End: 2024-05-27T16:44:10.463261100Z, Duration: 00:00:00.093 Variable Type Analysis #1: Begin: 2024-05-27T16:44:10.370757321Z, End: 2024-05-27T16:44:10.434301887Z, Duration: 00:00:00.063 Create runtime type propagation graph: Begin: 2024-05-27T16:44:10.371649346Z, End: 2024-05-27T16:44:10.417083556Z, Duration: 00:00:00.045 Run SCC (Tarjan) on 1968 nodes: Begin: 2024-05-27T16:44:10.417638088Z, End: 2024-05-27T16:44:10.423887694Z, Duration: 00:00:00.006 Propagate runtime types to strongly connected components: Begin: 2024-05-27T16:44:10.424099113Z, End: 2024-05-27T16:44:10.434144945Z, Duration: 00:00:00.010 Variable Type Analysis #2: Begin: 2024-05-27T16:44:10.438199208Z, End: 2024-05-27T16:44:10.462153397Z, Duration: 00:00:00.023 Create runtime type propagation graph: Begin: 2024-05-27T16:44:10.438280105Z, End: 2024-05-27T16:44:10.456023041Z, Duration: 00:00:00.017 Run SCC (Tarjan) on 1962 nodes: Begin: 2024-05-27T16:44:10.456177392Z, End: 2024-05-27T16:44:10.458267253Z, Duration: 00:00:00.002 Propagate runtime types to strongly connected components: Begin: 2024-05-27T16:44:10.458386815Z, End: 2024-05-27T16:44:10.462070558Z, Duration: 00:00:00.003 Load config: Begin: 2024-05-27T16:44:10.463335957Z, End: 2024-05-27T16:44:12.159438460Z, Duration: 00:00:01.696 Compute entry points: Begin: 2024-05-27T16:44:12.159653322Z, End: 2024-05-27T16:44:14.558675656Z, Duration: 00:00:02.399 [INFO] 16:44:14.569 java security sensor peak memory: 1169 MB [INFO] 16:44:14.569 Sensor JavaSecuritySensor [security] (done) | time=4532ms [INFO] 16:44:14.569 Sensor CSharpSecuritySensor [security] [INFO] 16:44:14.569 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641 [INFO] 16:44:14.569 Load type hierarchy and UCFGs: Starting [INFO] 16:44:14.569 Load type hierarchy: Starting [INFO] 16:44:14.569 Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_master/target/ucfg2/cs [INFO] 16:44:14.569 Read 0 type definitions [INFO] 16:44:14.569 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 16:44:14.569 Load UCFGs: Starting [INFO] 16:44:14.569 Load UCFGs: Time spent was 00:00:00.000 [INFO] 16:44:14.569 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 16:44:14.569 No UCFGs have been included for analysis. [INFO] 16:44:14.570 csharp security sensor: Time spent was 00:00:00.000 [INFO] 16:44:14.570 csharp security sensor: Begin: 2024-05-27T16:44:14.569483581Z, End: 2024-05-27T16:44:14.570038500Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2024-05-27T16:44:14.569609788Z, End: 2024-05-27T16:44:14.569868618Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2024-05-27T16:44:14.569619157Z, End: 2024-05-27T16:44:14.569784782Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2024-05-27T16:44:14.569821271Z, End: 2024-05-27T16:44:14.569844591Z, Duration: 00:00:00.000 [INFO] 16:44:14.570 csharp security sensor peak memory: 1169 MB [INFO] 16:44:14.570 Sensor CSharpSecuritySensor [security] (done) | time=1ms [INFO] 16:44:14.570 Sensor PhpSecuritySensor [security] [INFO] 16:44:14.570 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350 [INFO] 16:44:14.570 Load type hierarchy and UCFGs: Starting [INFO] 16:44:14.570 Load type hierarchy: Starting [INFO] 16:44:14.570 Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ucfg2/php [INFO] 16:44:14.570 Read 0 type definitions [INFO] 16:44:14.570 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 16:44:14.570 Load UCFGs: Starting [INFO] 16:44:14.570 Load UCFGs: Time spent was 00:00:00.000 [INFO] 16:44:14.570 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 16:44:14.570 No UCFGs have been included for analysis. [INFO] 16:44:14.570 php security sensor: Time spent was 00:00:00.000 [INFO] 16:44:14.570 php security sensor: Begin: 2024-05-27T16:44:14.570323098Z, End: 2024-05-27T16:44:14.570744197Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2024-05-27T16:44:14.570437666Z, End: 2024-05-27T16:44:14.570589983Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2024-05-27T16:44:14.570447906Z, End: 2024-05-27T16:44:14.570525506Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2024-05-27T16:44:14.570554409Z, End: 2024-05-27T16:44:14.570567724Z, Duration: 00:00:00.000 [INFO] 16:44:14.570 php security sensor peak memory: 1169 MB [INFO] 16:44:14.570 Sensor PhpSecuritySensor [security] (done) | time=0ms [INFO] 16:44:14.570 Sensor PythonSecuritySensor [security] [INFO] 16:44:14.571 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839 [INFO] 16:44:14.571 Load type hierarchy and UCFGs: Starting [INFO] 16:44:14.571 Load type hierarchy: Starting [INFO] 16:44:14.571 Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ucfg2/python [INFO] 16:44:14.571 Read 0 type definitions [INFO] 16:44:14.571 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 16:44:14.571 Load UCFGs: Starting [INFO] 16:44:14.571 Load UCFGs: Time spent was 00:00:00.000 [INFO] 16:44:14.571 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 16:44:14.571 No UCFGs have been included for analysis. [INFO] 16:44:14.571 python security sensor: Time spent was 00:00:00.000 [INFO] 16:44:14.571 python security sensor: Begin: 2024-05-27T16:44:14.571003925Z, End: 2024-05-27T16:44:14.571382409Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2024-05-27T16:44:14.571093369Z, End: 2024-05-27T16:44:14.571236527Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2024-05-27T16:44:14.571110338Z, End: 2024-05-27T16:44:14.571182176Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2024-05-27T16:44:14.571208331Z, End: 2024-05-27T16:44:14.571220500Z, Duration: 00:00:00.000 [INFO] 16:44:14.571 python security sensor peak memory: 1169 MB [INFO] 16:44:14.571 Sensor PythonSecuritySensor [security] (done) | time=1ms [INFO] 16:44:14.571 Sensor JsSecuritySensor [security] [INFO] 16:44:14.571 Enabled taint analysis rules: S2076, S6287, S3649, S6350, S2631, S5146, S5334, S5144, S6096, S2083, S5147, S5696, S5883, S5131, S6105 [INFO] 16:44:14.571 Load type hierarchy and UCFGs: Starting [INFO] 16:44:14.571 Load type hierarchy: Starting [INFO] 16:44:14.571 Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_master/target/sonar/ucfg2/js [INFO] 16:44:14.571 Read 0 type definitions [INFO] 16:44:14.571 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 16:44:14.571 Load UCFGs: Starting [INFO] 16:44:14.571 Load UCFGs: Time spent was 00:00:00.000 [INFO] 16:44:14.571 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 16:44:14.571 No UCFGs have been included for analysis. [INFO] 16:44:14.572 js security sensor: Time spent was 00:00:00.000 [INFO] 16:44:14.572 js security sensor: Begin: 2024-05-27T16:44:14.571635515Z, End: 2024-05-27T16:44:14.572031027Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2024-05-27T16:44:14.571744446Z, End: 2024-05-27T16:44:14.571864789Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2024-05-27T16:44:14.571752829Z, End: 2024-05-27T16:44:14.571811029Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2024-05-27T16:44:14.571836477Z, End: 2024-05-27T16:44:14.571848655Z, Duration: 00:00:00.000 [INFO] 16:44:14.572 js security sensor peak memory: 1169 MB [INFO] 16:44:14.572 Sensor JsSecuritySensor [security] (done) | time=1ms [INFO] 16:44:14.572 ------------- Run sensors on project [INFO] 16:44:14.575 Sensor Zero Coverage Sensor [INFO] 16:44:14.576 Sensor Zero Coverage Sensor (done) | time=1ms [INFO] 16:44:14.576 Sensor Java CPD Block Indexer [INFO] 16:44:14.663 Sensor Java CPD Block Indexer (done) | time=87ms [INFO] 16:44:14.680 CPD Executor 16 files had no CPD blocks [INFO] 16:44:14.680 CPD Executor Calculating CPD for 52 files [INFO] 16:44:14.696 CPD Executor CPD calculation finished (done) | time=15ms [INFO] 16:44:14.875 Analysis report generated in 172ms, dir size=977 KB [INFO] 16:44:15.046 Analysis report compressed in 171ms, zip size=344 KB [INFO] 16:44:15.827 Analysis report uploaded in 781ms [INFO] 16:44:15.828 ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=eclipse-capella_capella-studio&branch=master [INFO] 16:44:15.828 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] 16:44:15.828 More about the report processing at https://sonarcloud.io/api/ce/task?id=AY-68DWqqZjMMRH4PTrJ [INFO] 16:44:17.239 Sensor cache published successfully [INFO] 16:44:17.259 Analysis total time: 34.847 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Studio Root 7.0.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.studio.test.feature ........... SKIPPED [INFO] Capella Sudio tests Aggregator Module .............. 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] capellastudio.vpdsl.qualityassessment.reverse.tests SKIPPED [INFO] Capella Studio RCPTT tests Aggregator Module ...... SKIPPED [INFO] Capella Studio Root ................................ SUCCESS [ 40.300 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:15 min [INFO] Finished at: 2024-05-27T16:44:17Z [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