Started by user Erwann Traisnel Running as Erwann Traisnel Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 7935e89615e8ef7463c364d798152824bda6b729 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-4bv59 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-4bv59" 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-4bv59" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-4bv59" - 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-3160.vd76b_9ddd10cc" 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-4bv59 in /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash [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/tudio_enableRCPTT-working-squash # 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/enableRCPTT-working-squash:refs/remotes/origin/enableRCPTT-working-squash # timeout=10 Avoid second fetch Checking out Revision 7935e89615e8ef7463c364d798152824bda6b729 (enableRCPTT-working-squash) Commit message: "#175 Fix RCPTT on CI" > git config remote.origin.url https://github.com/eclipse/capella-studio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/enableRCPTT-working-squash:refs/remotes/origin/enableRCPTT-working-squash # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7935e89615e8ef7463c364d798152824bda6b729 # timeout=10 > git rev-list --no-walk 7935e89615e8ef7463c364d798152824bda6b729 # 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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/stable/sdk/7.0.0.20230926/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/ (60.43kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/ (60.43kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (30.74kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (30.74kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.98kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.98kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.rcp.site/ (150.8kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.rcp.site/ (150.8kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site/ (26.24kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site/ (26.24kB) >> 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-S20240319-042018/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB) >> 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: 44.857 s [INFO] Finished at: 2024-04-10T06:38:41Z [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/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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@25af1dbf... 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/tudio_enableRCPTT-working-squash/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.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (418.56kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (46.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.48kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.09kB) [INFO] Fetching org.polarsys.kitalpha.report_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (21.58kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (44.86kB) [INFO] Fetching org.polarsys.kitalpha.emde_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (63.72kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (29.35kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (36.66kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (43.08kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (24.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (31.7kB) [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.02kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (883.37kB) [INFO] Fetching org.eclipse.sirius.common_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (259.81kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (96.65kB) [INFO] Fetching org.eclipse.sirius.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (643.02kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (31.17kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (19.38kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.45kB) [INFO] Fetching org.eclipse.sirius.common.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (286.71kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (43.39kB) [INFO] Fetching org.eclipse.sirius.diagram_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (714.62kB) [INFO] Fetching org.eclipse.sirius.diagram.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (761.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (16.06kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (59.42kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (439.04kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (5.82MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.74kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (283.54kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (119.13kB) [INFO] Fetching org.eclipse.sirius.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (1.43MB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (34.37kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.63kB) [INFO] Fetching org.eclipse.sirius.ext.gef_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (18.04kB) [INFO] Fetching org.eclipse.sirius.ext.jface_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.79kB) [INFO] Fetching org.eclipse.sirius.ext.swt_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/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.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (141.45kB) [INFO] Fetching org.eclipse.sirius.table.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (248.68kB) [INFO] Fetching org.polarsys.capella.common_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (83.76kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (46.85kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (148.98kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (43.52kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (103.96kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (75.21kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.69kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (53.35kB) [INFO] Fetching org.polarsys.capella.common.model_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (33.24kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (51.58kB) [INFO] Fetching org.polarsys.capella.common.ef_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (36.29kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.03kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (36.39kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (55.84kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (151.96kB) [INFO] Fetching org.polarsys.capella.common.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (223.6kB) [INFO] Fetching org.polarsys.capella.common.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (55.93kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (498.34kB) [INFO] Fetching org.polarsys.capella.core.model.handler_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (128.93kB) [INFO] Fetching org.polarsys.capella.common.libraries_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.72kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (46.32kB) [INFO] Fetching org.polarsys.capella.common.queries_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (45.83kB) [INFO] Fetching org.polarsys.capella.common.tools.report_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (50.37kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.35kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (49.09kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.14kB) [INFO] Fetching org.polarsys.capella.common.re.gen_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (68.8kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (164.47kB) [INFO] Fetching org.polarsys.capella.common.ui.services_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24.39kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (31.22kB) [INFO] Fetching org.polarsys.capella.core.preferences_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (224.3kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24.05kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.08kB) [INFO] Fetching org.polarsys.capella.core.data.gen_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (2.24MB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (74.11kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (33.39kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (72.64kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.af.integration_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (30.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (31.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (73.15kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (1.41MB) [INFO] Fetching org.polarsys.capella.core.libraries_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (77.76kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (79.36kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (79.62kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.93kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (273.62kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (201.34kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (59.26kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (77.43kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (36.34kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (106.8kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (41.57kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (235.43kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (31.57kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (112.35kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (1.25MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (88.26kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (417.14kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (167.4kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (55.6kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (91.79kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.32kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (218.31kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (36.91kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.37kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (57.09kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.42kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.55kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.74kB) [INFO] Fetching org.polarsys.capella.core.egf_7.0.0.202404090824.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.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (44.64kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (48.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (26.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (44.74kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (47.69kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.16kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (480.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (31.35kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (27.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (90.92kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (40.91kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.49kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.93kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24.58kB) [INFO] Fetching org.polarsys.capella.core.application_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.59kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (118.61kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (37.97kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (41.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (48.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (46.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.provider_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (33.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.helper_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (52.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (21.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (56.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (128.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.6kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (122.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.validation_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (59.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (51.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.extension_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (46.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (24.93kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (44.51kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (19.67kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (475.92kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (33.08kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (132.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (69.66kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (63.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (48.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.helper_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (45.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.helper_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (196.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (119.27kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (50.92kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.helpers_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/stable/sdk/7.0.0.20230926/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/ (60.43kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/ (60.43kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (30.74kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (30.74kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.98kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.98kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.rcp.site/ (150.8kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.rcp.site/ (150.8kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site/ (26.24kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site/ (26.24kB) >> 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-S20240319-042018/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB) >> 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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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.polarsys.capella.core.data.res.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (733.55kB) [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] [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (503.28kB) [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.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (13.85kB) [INFO] Building jar: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (585.24kB) [INFO] Fetching org.eclipse.sirius.tree.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/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.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (72.27kB) [INFO] Fetching org.eclipse.sirius.ext.e3_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.46kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.44kB) [INFO] Fetching org.eclipse.sirius.ext.ide_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (20.99kB) [INFO] Fetching org.eclipse.sirius.synchronizer_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (38.18kB) [INFO] Fetching org.eclipse.sirius.tree.model_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (156.39kB) [INFO] Fetching org.eclipse.sirius.tree_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (111.92kB) [INFO] Fetching org.eclipse.sirius.runtime_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/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.202404090824.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.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (58.59kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (19.93kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (84.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (80.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (41.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (34.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (80kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (83.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (73.29kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.wizards_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (27.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (34.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (60.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.desc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (56.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.action_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.preference_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (858.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.dsl.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (21.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (87.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (301.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (79.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (34.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.emf_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (85.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (40.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (63.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.validatation_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (30.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (65.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (35.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (46.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (52.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (82.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (35.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (229.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (120.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (747.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (26.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.validation_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (43.47kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.fc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.fc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.fc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.fc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (46.41kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.validation_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.fc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.validation_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (30.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.fc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (21.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (21.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (104.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (120.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (79.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (99.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (123.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (105.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (231.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (91.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.preferences_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (115.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.doc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (42.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (41.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (15.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (104.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (206.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (112.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (109.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.project_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (64.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.generators_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (71.55kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (559.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (406.6kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (84.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (129.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (83.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (21.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.activityexplorer_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (139.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (93.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.integration_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (27.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (84.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.desc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (232.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.diagram_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (680.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.explorer.contextual_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (157.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.rule_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (21.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.action_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (24.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.reverse_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (60.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.preference_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (48.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (43.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.66kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (30.73kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (86.56kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.53kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.basic.ecore.workflow_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.75kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (65.09kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (90.6kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (18.42kB) [INFO] Fetching org.polarsys.kitalpha.composer.core_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (114.67kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (31.34kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (120.79kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.58kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (35.49kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (32.57kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.45kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (76.82kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.binding_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.82kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.generator_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.59kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.29kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.manyfile_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.04kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.onefile_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.24kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (122.82kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.67kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (27.99kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.01kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (76.12kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.binding_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.81kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.generator_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.49kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.refinery_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.78kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.13kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.compound_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.18kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.vowel_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.81kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.consonant_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.91kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (162.86kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.8kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (24.52kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.71kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (74.78kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.binding_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.9kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.generator_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (24.21kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (106.71kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.36kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.32kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.24kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (77.05kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.binding_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.88kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.composergen_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.generator_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.46kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.refinery_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.83kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.strategy_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (15.75kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (21.49kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.ecore_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.96kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.91kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (132.7kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.help_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (15.94kB) [INFO] Fetching org.polarsys.kitalpha.composer.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (21.06kB) [INFO] Fetching org.polarsys.kitalpha.doc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (1.07MB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.doc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (214.49kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (51.31kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (195.93kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.09kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.91kB) [INFO] Fetching org.polarsys.kitalpha.ecore.diagram_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (78.73kB) [INFO] Fetching org.polarsys.kitalpha.emde.diagram_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (54.46kB) [INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (42.3kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (454.56kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.81kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.79kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.02kB) [INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (27.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.02kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (26kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (33.75kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.81kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.04kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (21.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (21.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (21.2kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (31.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (19.09kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.91kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (21.2kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (21.24kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.67kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (26.81kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (19.43kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.74kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (69.94kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.representation.egf.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.representation.emde.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.representation.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.79kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (35.68kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (55.13kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.42kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.97kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.4kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (63.16kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (1.41MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (30.58kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.runtime.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.99kB) [INFO] Fetching org.polarsys.kitalpha.sdk.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.93kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (31.86kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (88.57kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (295.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (27.86kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (77.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (44.16kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (21.74kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (24.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (27.7kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.71kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (32.06kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (1.14MB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (27.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.extended_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (55.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (216.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (31.37kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.11kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (21.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (78.89kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (45.4kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (21.16kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (700.76kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/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/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-7.0.0.202404100638.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/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-7.0.0.202404100638.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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638 [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/tudio_enableRCPTT-working-squash/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.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (2.3MB) [INFO] Fetching org.eclipse.acceleo.query.ide_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (11.13kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/features/ (20.72kB) [INFO] Fetching org.eclipse.acceleo.annotations.source_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (15.12kB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (323.96kB) [INFO] Fetching org.eclipse.acceleo.query.ide.source_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (9.63kB) [INFO] Fetching org.eclipse.acceleo.query.doc.source_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/plugins/ (2.31MB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202402190857.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202402190857/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-S20240319-042018/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-S20240319-042018/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-S20240319-042018/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-S20240319-042018/2023-03/plugins/ (86.56kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/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-S20240319-042018/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-S20240319-042018/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-S20240319-042018/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-S20240319-042018/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-S20240319-042018/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-S20240319-042018/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-S20240319-042018/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.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (36.15kB) [INFO] Fetching org.eclipse.sirius.properties_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (378.32kB) [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/ (23.83MB of 35.28MB at 23.81MB/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.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (20.77kB) [INFO] Fetching org.eclipse.sirius.aql_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.86kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (21.73kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.84kB) [INFO] Fetching org.eclipse.sirius.aql.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (34.41kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.38kB) [INFO] Fetching org.eclipse.sirius.common.ocl_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (25.59kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.53kB) [INFO] Fetching org.eclipse.sirius.common.xtext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (23.08kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (190.83kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (390.99kB) [INFO] Fetching org.eclipse.sirius.doc_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.97MB) [INFO] Fetching org.eclipse.sirius.doc.feature_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.89kB) [INFO] Fetching org.eclipse.sirius.doc.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.96MB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.52kB) [INFO] Fetching org.eclipse.sirius.editor_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (1.08MB) [INFO] Fetching org.eclipse.sirius.editor.diagram_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (733.12kB) [INFO] Fetching org.eclipse.sirius.editor.sequence_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (248.63kB) [INFO] Fetching org.eclipse.sirius.editor.table_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (188.32kB) [INFO] Fetching org.eclipse.sirius.editor.tree_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (98.38kB) [INFO] Fetching org.eclipse.sirius.eef.adapters_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (817.59kB) [INFO] Fetching org.eclipse.sirius.interpreter_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (31.95kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.78kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (16.91kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.81kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.41kB) [INFO] Fetching org.eclipse.sirius.properties.core_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (168.45kB) [INFO] Fetching org.eclipse.sirius.properties.defaultrules_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (16.79kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (42.62kB) [INFO] Fetching org.eclipse.sirius.properties.edit_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (413.55kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (48.29kB) [INFO] Fetching org.eclipse.sirius.ui.properties_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (73.95kB) [INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (20.62kB) [INFO] Fetching org.eclipse.sirius.properties.feature_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/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.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.92kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (53.22kB) [INFO] Fetching org.eclipse.sirius.runtime.acceleo.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.52kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.85kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.94kB) [INFO] Fetching org.eclipse.sirius.eef.adapters.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (19.67kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.56kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.97kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (22.91kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.58kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.61kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (11.58kB) [INFO] Fetching org.eclipse.sirius.ui.editor_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (102.95kB) [INFO] Fetching org.eclipse.sirius.ui.ext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (18.68kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (21.23kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (155.49kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.84kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (241.61kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (278.12kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (137.01kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (256.69kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (2.45MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.89kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (403.37kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.03kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (171.58kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.06kB) [INFO] Fetching org.eclipse.sirius.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (888.83kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (54.3kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (9.87kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.75kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.18kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (23.86kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (33.24kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.8kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (97.38kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.72kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.66kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.xtext_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.88kB) [INFO] Fetching org.eclipse.sirius.common.xtext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (15.78kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.xtext.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.runtime.ocl_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.91kB) [INFO] Fetching org.eclipse.sirius.common.ocl.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (16.04kB) [INFO] Fetching org.eclipse.sirius.runtime.ocl.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.52kB) [INFO] Fetching org.eclipse.sirius.common.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (201.8kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (84.18kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (657.55kB) [INFO] Fetching org.eclipse.sirius.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (696.13kB) [INFO] Fetching org.eclipse.sirius.diagram.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (725.78kB) [INFO] Fetching org.eclipse.sirius.diagram.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (498.3kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (54.5kB) [INFO] Fetching org.eclipse.sirius.table.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (233.82kB) [INFO] Fetching org.eclipse.sirius.table.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (104.1kB) [INFO] Fetching org.eclipse.sirius.tree.model.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (146.16kB) [INFO] Fetching org.eclipse.sirius.tree.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (84.89kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (27.51kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (8.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (15.68kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (13.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (10.45kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (8.53kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (18.19kB) [INFO] Fetching org.eclipse.sirius.runtime.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.59kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.92kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (22.05kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.52kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.95kB) [INFO] Fetching org.eclipse.sirius.editor.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (722.5kB) [INFO] Fetching org.eclipse.sirius.editor.diagram.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (551.9kB) [INFO] Fetching org.eclipse.sirius.editor.sequence.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (178.09kB) [INFO] Fetching org.eclipse.sirius.editor.table.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (141.33kB) [INFO] Fetching org.eclipse.sirius.editor.tree.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/plugins/ (68.4kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.source_7.4.1.202403190821.jar from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/features/ (20.52kB) [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.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.51kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.67kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.17kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.7kB) [INFO] Fetching org.polarsys.capella.common.re.gen.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.83kB) [INFO] Fetching org.polarsys.capella.core.data.gen.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.44kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.35kB) [INFO] Fetching org.polarsys.capella.cdo.mock.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.commandline.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (48.64kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (66.19kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (42.24kB) [INFO] Fetching org.polarsys.capella.common.id.handler_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.24kB) [INFO] Fetching org.polarsys.capella.common.re_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (253.93kB) [INFO] Fetching org.polarsys.capella.common.transition_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (276.89kB) [INFO] Fetching org.polarsys.capella.common.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.17kB) [INFO] Fetching org.polarsys.capella.common.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (69.11kB) [INFO] Fetching org.polarsys.capella.shared.id.handler.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.84kB) [INFO] Fetching org.polarsys.capella.common.model.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.81kB) [INFO] Fetching org.polarsys.capella.common.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (40.72kB) [INFO] Fetching org.polarsys.capella.common.tools.report.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (34.57kB) [INFO] Fetching org.polarsys.capella.common.ef.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (28.28kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.15kB) [INFO] Fetching org.polarsys.capella.common.queries.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (34.92kB) [INFO] Fetching org.polarsys.capella.common.model.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.56kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.68kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (39.64kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (137.21kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (57.06kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (37.24kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.69kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (96.46kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (40.51kB) [INFO] Fetching org.polarsys.capella.common.re.gen.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (60.89kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (38.1kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (38.15kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24.81kB) [INFO] Fetching org.polarsys.capella.common.id.handler.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.88kB) [INFO] Fetching org.polarsys.capella.common.data.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.98kB) [INFO] Fetching org.polarsys.capella.common.libraries.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24.71kB) [INFO] Fetching org.polarsys.capella.common.re.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (189.84kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (44.56kB) [INFO] Fetching org.polarsys.capella.common.transition.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (197.3kB) [INFO] Fetching org.polarsys.capella.common.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.37kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (18.77kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.85kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.77kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.89kB) [INFO] Fetching org.polarsys.capella.common.re.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (135.22kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (58.85kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (111.02kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (313.92kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (17.23kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.3kB) [INFO] Fetching org.polarsys.capella.core.compare_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (64.16kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.09kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.82kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (11.62kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (82.32kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.83kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.45kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.48kB) [INFO] Fetching org.polarsys.capella.common.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (158.27kB) [INFO] Fetching org.polarsys.capella.common.ui.services.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.59kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (46.21kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (50.19kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.5kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.51kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (17kB) [INFO] Fetching org.polarsys.capella.common.re.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (78.72kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (96.92kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.29kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.56kB) [INFO] Fetching org.polarsys.capella.common.ui.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.27kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (41.46kB) [INFO] Fetching org.polarsys.kitalpha.massactions_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (38.91kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (66.1kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (27.2kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (66.04kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (82.69kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (194.54kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (22.17kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.52kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (50.04kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (190.36kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (18.39kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.89kB) [INFO] Fetching org.polarsys.capella.core.advance.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.29kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.48kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (51.32kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (29.1kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (38.83kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (546.89kB) [INFO] Fetching org.polarsys.capella.core.common.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.02kB) [INFO] Fetching org.polarsys.capella.core.model.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (326.38kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (1.1MB) [INFO] Fetching org.polarsys.capella.core.model.handler.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (92.33kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (35.08kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.51kB) [INFO] Fetching org.polarsys.capella.core.model.preferences.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.76kB) [INFO] Fetching org.polarsys.capella.core.model.semantic.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (27.13kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.69kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (483.24kB) [INFO] Fetching org.polarsys.capella.core.application.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (11kB) [INFO] Fetching org.polarsys.capella.core.af.integration.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.59kB) [INFO] Fetching org.polarsys.capella.core.data.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (311.17kB) [INFO] Fetching org.polarsys.capella.core.data.gen.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (2.07MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (921.43kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (71.12kB) [INFO] Fetching org.polarsys.capella.core.common.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.33kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (68.08kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (1.38MB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.96kB) [INFO] Fetching org.polarsys.capella.common.ui.resources.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.09kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (98.36kB) [INFO] Fetching org.polarsys.capella.core.ui.resources.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.46kB) [INFO] Fetching org.polarsys.capella.core.preferences.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (162.24kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.26kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.52kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (402.31kB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.26kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (291.48kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.79kB) [INFO] Fetching org.polarsys.capella.core.compare.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (39.94kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (177.13kB) [INFO] Fetching org.polarsys.capella.core.compare.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.2kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (469.89kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.82kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (141.44kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.21kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (30.11kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (48.31kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (61.85kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (1.81MB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (53.49kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (54.79kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (108.71kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (142.83kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (63.18kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (120.61kB) [INFO] Fetching org.polarsys.capella.core.tiger_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (76.52kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (264.32kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.19kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (47.1kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.69kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (23.19kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (139.46kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (146.1kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (76.01kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.92kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (59.5kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (137.13kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (41.74kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (67.48kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (92.75kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.35kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (53.25kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (38.86kB) [INFO] Fetching org.polarsys.capella.core.data.migration_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (163.02kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.29kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.53kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (43.51kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (48.17kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (29.06kB) [INFO] Fetching org.polarsys.capella.core.egf.source_7.0.0.202404090824.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.202404090824.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.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (63.06kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.45kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (65.32kB) [INFO] Fetching org.polarsys.capella.core.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.72kB) [INFO] Fetching org.polarsys.capella.core.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.15kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.13kB) [INFO] Fetching org.polarsys.capella.core.git.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.76kB) [INFO] Fetching org.polarsys.capella.core.git.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.15kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.libraries.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (48.18kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (51.48kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.24kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (114.45kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.75kB) [INFO] Fetching org.polarsys.capella.core.data.migration.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (94.69kB) [INFO] Fetching org.polarsys.capella.core.migration.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.17kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (52.54kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//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.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.76kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (127.18kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.22kB) [INFO] Fetching org.polarsys.capella.core.services_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.65kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (89.6kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (77.14kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.46kB) [INFO] Fetching org.polarsys.capella.core.projection.common_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (86.83kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.61kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (57.64kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (76.27kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (167.2kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.05kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (152.64kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (76.05kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (58.26kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (54.09kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (34.01kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (134.93kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (50.92kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (49.2kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (75.09kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.18kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.45kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (18.14kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (23.69kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.53kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (45.76kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (23.64kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (31.4kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24kB) [INFO] Fetching org.polarsys.capella.core.properties.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.31kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.87kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (39.29kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.11kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.22kB) [INFO] Fetching org.polarsys.capella.core.re_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (121.67kB) [INFO] Fetching org.polarsys.capella.core.transition.system_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (263.7kB) [INFO] Fetching org.polarsys.capella.core.re.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (37.83kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (62.24kB) [INFO] Fetching org.polarsys.capella.core.re.project_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (48.74kB) [INFO] Fetching org.polarsys.capella.core.re.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.87kB) [INFO] Fetching org.polarsys.capella.core.re.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.81kB) [INFO] Fetching org.polarsys.capella.core.re.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (75.13kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (37.13kB) [INFO] Fetching org.polarsys.capella.core.re.project.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (25.12kB) [INFO] Fetching org.polarsys.capella.core.re.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.25kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (30.12kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (264.31kB) [INFO] Fetching org.polarsys.capella.core.re.validation_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (43.36kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (77.46kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.91kB) [INFO] Fetching org.polarsys.capella.core.tiger.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (50.32kB) [INFO] Fetching org.polarsys.capella.core.projection.common.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (62.62kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (51.8kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (38.15kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (117.88kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (45.1kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.25kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (27.13kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (31.85kB) [INFO] Fetching org.polarsys.capella.core.transition.system.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (180.52kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.8kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.2kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (24.58kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.85kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (176.65kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (35.12kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.38kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.24kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (72.18kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (81.06kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (29.37kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (29.96kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (56.89kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.24kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (20.41kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (78.05kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.81kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (35.34kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (11.86kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (190.14kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (57.06kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (571.22kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (126.96kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (21.45kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.74kB) [INFO] Fetching org.polarsys.capella.core.services.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.83kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (159.43kB) [INFO] Fetching org.polarsys.capella.core.ui.metric.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (44.71kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.55kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.83kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (18.38kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (40.05kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (81.1kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (17.56kB) [INFO] Fetching org.polarsys.capella.core.ui.intro.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (17.4kB) [INFO] Fetching org.polarsys.capella.core.ui.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.44kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.93kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.56kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.85kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (90.92kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (40.61kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.42kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.71kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (27.59kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.15kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (40.28kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (15.88kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.1kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.21kB) [INFO] Fetching org.polarsys.capella.core.ui.search_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (131.15kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (50.39kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.19kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.23kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.83kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.03kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (11.07kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.23kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (40.55kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (30.3kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (41.64kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (37.63kB) [INFO] Fetching org.polarsys.capella.core.ui.search.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (72.83kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.25kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.07kB) [INFO] Fetching org.polarsys.capella.core.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (33.8kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (88.37kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (33.42kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.87kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (109.64kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (106.35kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (64.49kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (26.35kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (17.67kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (31.92kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (74.87kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (33.75kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (18.03kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (53.56kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (14.43kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (12.04kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (27.16kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (38.26kB) [INFO] Fetching org.polarsys.capella.core.re.validation.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (28.18kB) [INFO] Fetching org.polarsys.capella.core.validation.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.31kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (59.27kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (22.05kB) [INFO] Fetching org.polarsys.capella.detachment.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (30.28kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (13.89kB) [INFO] Fetching org.polarsys.capella.detachment.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.17kB) [INFO] Fetching org.polarsys.capella.developer.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (375.8kB) [INFO] Fetching org.polarsys.capella.diagrams.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (3.21MB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (19.46kB) [INFO] Fetching org.polarsys.capella.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (591.48kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (53.68kB) [INFO] Fetching org.polarsys.capella.preferences.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (991.04kB) [INFO] Fetching org.polarsys.capella.properties.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (89.54kB) [INFO] Fetching org.polarsys.capella.re.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (2.58MB) [INFO] Fetching org.polarsys.capella.transitions.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (1.73MB) [INFO] Fetching org.polarsys.capella.ui.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (16.41MB) [INFO] Fetching org.polarsys.capella.glossary.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (423.29kB) [INFO] Fetching org.polarsys.capella.validation.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (92.96kB) [INFO] Fetching org.polarsys.capella.th.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (11.56MB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (9.18MB) [INFO] Fetching org.polarsys.capella.git.doc_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (3.03MB) [INFO] Fetching org.polarsys.capella.doc.feature_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.08kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (8.33kB) [INFO] Fetching org.polarsys.capella.commandline.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.07kB) [INFO] Fetching org.polarsys.capella.diffmerge.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.05kB) [INFO] Fetching org.polarsys.capella.preferences.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.07kB) [INFO] Fetching org.polarsys.capella.properties.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.re.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10kB) [INFO] Fetching org.polarsys.capella.transitions.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.07kB) [INFO] Fetching org.polarsys.capella.ui.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (9.99kB) [INFO] Fetching org.polarsys.capella.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (9.84kB) [INFO] Fetching org.polarsys.capella.diagrams.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.glossary.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.validation.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.05kB) [INFO] Fetching org.polarsys.capella.developer.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.th.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (9.79kB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (10.09kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (8.53kB) [INFO] Fetching org.polarsys.capella.git.doc.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (9.85kB) [INFO] Fetching org.polarsys.capella.doc.feature.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (12.29kB) [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.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (32.89kB) [INFO] Fetching org.polarsys.capella.rcp_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (21.45kB) [INFO] Fetching org.polarsys.capella.rcp.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/plugins/ (8.49kB) [INFO] Fetching org.polarsys.capella.rcp.source_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320//org.polarsys.capella.rcp.site/features/ (11.28kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (45.81kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.56kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (40.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (58.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (53.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.wizards.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (21.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.desc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (36.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.preference.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.56kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.action.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.dsl.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (49.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (85.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (50.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (33.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (46.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (21.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (15.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (22.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (29.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (22.72kB) [INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.emf.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (29.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (31.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (124.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (45.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.fc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (49.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (30.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (33.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (127.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (72.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (30.1kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.validation.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (46.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (46.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (26.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.validation.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (15.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (47.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.validation.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (24.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (58.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (43.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (41.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (26.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.fc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.helper.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (192.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (110kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.validation.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (36.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.helper.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.1kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (9.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (59.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (37.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.validatation.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (15.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (118.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (57.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (72.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (54.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.helpers.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (67.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (68.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (70.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (73.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (268.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (288.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (73.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (61.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (85.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (133.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (119.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (69.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (81.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (58.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.generators.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (40.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (67.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (79.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.integration.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.common.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (32.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.desc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (104.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (19.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.extension.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (29.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.helper.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (37.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (19.97kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.provider.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (29.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.rule.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (65.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (39.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (19.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.diagram.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (225.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.doc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (32.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (30.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.explorer.contextual.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (58.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.activityexplorer.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (52.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.project.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (35.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.reverse.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (36.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.action.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (79.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.preferences.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.preference.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.09kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.basic.ecore.workflow.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.72kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (22.07kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (38.83kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.common.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.59kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.24kB) [INFO] Fetching org.polarsys.kitalpha.common.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.83kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.36kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.68kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.76kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.64kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (27.41kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.binding.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.89kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.generator.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (19.14kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.94kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.manyfile.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.23kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.onefile.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.52kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.36kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (21.97kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.07kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (27.31kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.binding.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.88kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.generator.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.88kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.refinery.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.85kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.4kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.compound.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.13kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.consonant.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.84kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.vowel.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.37kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (19.58kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.85kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (26.97kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.binding.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.93kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.generator.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.55kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.37kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.69kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (22.02kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.23kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (27.44kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.binding.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.9kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.composergen.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.92kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.generator.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.35kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.refinery.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.83kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.strategy.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.14kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.44kB) [INFO] Fetching org.polarsys.kitalpha.composer.core.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (84.7kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.6kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.55kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.85kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (73.18kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.help.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.21kB) [INFO] Fetching org.polarsys.kitalpha.composer.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (160.93kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.93kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (29.26kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.doc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.52kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (81.46kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (30.79kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.81kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.4kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (44.85kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (29.59kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (24.45kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (30.17kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (22.91kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (22.68kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.65kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (147.69kB) [INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.1kB) [INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (117.87kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (468.99kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (21.17kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.71kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (109.18kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (468.23kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.5kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (52.28kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (17.37kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.62kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.93kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (15.38kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.45kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (21.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (34.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (15.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (10.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.42kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.24kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (14.4kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (31.99kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (15.33kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.76kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (24.66kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.18kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.26kB) [INFO] Fetching org.polarsys.kitalpha.report.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (15.1kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.33kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.5kB) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (34.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.ecore.diagram.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (40.51kB) [INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.6kB) [INFO] Fetching org.polarsys.kitalpha.representation.egf.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.emde.diagram.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (30.66kB) [INFO] Fetching org.polarsys.kitalpha.representation.emde.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.representation.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.15kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (21.95kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (19.81kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (33.48kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (25.84kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (24.49kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (34.18kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (22.54kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (21.77kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.strategies_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (15.25kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.feature_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.strategies.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (13.52kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.runtime.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.13kB) [INFO] Fetching org.polarsys.kitalpha.sdk.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.14kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.86kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (12.19kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.44kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.extended.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (15.63kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (48.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (20.21kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (29.36kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.58kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (18.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (163.71kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (37.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (68.37kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.79kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (17.09kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (23.63kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (28.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (16.32kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (29.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (29.33kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.25kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/plugins/ (11.69kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature.source_7.0.0.202309221204.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/features/ (11.2kB) [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100638. Operation completed in 72746 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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.202404100638. Operation completed in 56868 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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.202404100638. Operation completed in 60407 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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.202404100638. Operation completed in 71557 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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.202404100638. Operation completed in 70455 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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-linux.gtk.aarch64.zip [INFO] Building zip: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-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/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-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/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-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/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-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/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-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/tudio_enableRCPTT-working-squash/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 [ 3.467 s] [INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [ 15.696 s] [INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [ 12.414 s] [INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [ 3.737 s] [INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [ 2.297 s] [INFO] org.polarsys.capella.extension.tools ............... SUCCESS [ 6.421 s] [INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [ 4.908 s] [INFO] org.polarsys.capella.studio.product ................ SUCCESS [ 3.055 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SUCCESS [ 3.327 s] [INFO] org.polarsys.capella.ta ............................ SUCCESS [ 3.337 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [ 1.950 s] [INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [ 7.312 s] [INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [ 4.572 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [ 2.875 s] [INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [ 2.262 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [ 2.797 s] [INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [ 3.040 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [ 2.827 s] [INFO] org.polarsys.capella.studio.doc .................... SUCCESS [ 0.972 s] [INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [ 2.050 s] [INFO] org.polarsys.capella.studio.doc.feature ............ SUCCESS [ 0.787 s] [INFO] org.polarsys.capella.studio.product.feature ........ SUCCESS [ 2.108 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SUCCESS [ 2.401 s] [INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SUCCESS [ 2.122 s] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SUCCESS [ 2.034 s] [INFO] org.polarsys.capella.studio.releng.eclipse.feature . SUCCESS [ 2.809 s] [INFO] org.polarsys.capella.studio.releng.capella.feature . SUCCESS [ 1.169 s] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature SUCCESS [ 0.901 s] [INFO] org.polarsys.capella.studio.releng.updatesite ...... SUCCESS [ 20.294 s] [INFO] Capella Sudio Aggregator Module .................... SUCCESS [ 0.004 s] [INFO] Capella studio Product ............................. SUCCESS [15:47 min] [INFO] Capella Studio Root ................................ SUCCESS [ 0.009 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19:55 min [INFO] Finished at: 2024-04-10T06:58:52Z [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-HrD8mMxwPP2q/agent.1809 SSH_AGENT_PID=1811 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash@tmp/private_key_16620376050167425984.key (/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash@tmp/private_key_16620376050167425984.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/enableRCPTT-working-squash [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/enableRCPTT-working-squash [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/enableRCPTT-working-squash [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/enableRCPTT-working-squash [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/products/nightly/enableRCPTT-working-squash [Pipeline] sh + scp -r releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-linux.gtk.aarch64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-linux.gtk.x86_64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-macosx.cocoa.aarch64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-macosx.cocoa.x86_64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100638-win32.win32.x86_64.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/studio/products/nightly/enableRCPTT-working-squash [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1811 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*" [tudio_enableRCPTT-working-squash] $ Xvnc -help Starting xvnc [tudio_enableRCPTT-working-squash] $ Xvnc :18 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset 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 Wed Apr 10 07:01:03 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5918 vncext: created VNC server for screen 0 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Dmaven.test.failure.ignore=true -Dtycho.localArtifacts=ignore -Djacoco.destFile=/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.report' '-htmlReport' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.html' '-junitReport' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/surefire-reports/TEST-org.polarsys.capella.extension.rcptt.xml' '-import' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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' '8952' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-04-10 07:01:27.425 ----------------------------------------------- [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/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.report -htmlReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.html -junitReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/surefire-reports/TEST-org.polarsys.capella.extension.rcptt.xml -import /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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 8952 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace -aut /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.report -htmlReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/results/org.polarsys.capella.extension.rcptt.html -junitReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/surefire-reports/TEST-org.polarsys.capella.extension.rcptt.xml -import /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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 8952 [INFO] [INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-04-10 07:01:29.144 [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-04-10 07:01:29.146 [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-04-10 07:01:29.147 [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-04-10 07:01:29.147 [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-04-10 07:01:29.148 [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-04-10 07:01:29.153 [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-04-10 07:01:29.155 [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-04-10 07:01:29.156 [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-04-10 07:01:29.157 [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-04-10 07:01:29.158 [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-04-10 07:01:29.159 [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 Wed Apr 10 07:01:29 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-04-10 07:01:35.968 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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: 1712732489897.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-10 07:01:35.968 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.968 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.968 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.968 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.968 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.968 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.968 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.969 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.969 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.969 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.969 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.969 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.969 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.969 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.969 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.969 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.969 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.970 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.970 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.970 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.970 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.970 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.970 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.970 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.970 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.970 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.970 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.970 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.970 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.970 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.971 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.971 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.971 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.971 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.971 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.971 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.971 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.971 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.971 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.971 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.971 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.971 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.971 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.972 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:35.973 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:36.128 [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-04-10 07:01:36.132 [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-04-10 07:01:44.635 [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-04-10 07:01:44.636 [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-04-10 07:01:44.687 [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-04-10 07:01:44.688 [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-04-10 07:01:45.404 [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-04-10 07:01:45.409 [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-04-10 07:01:45.620 [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-04-10 07:01:45.647 [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-04-10 07:01:45.656 [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-04-10 07:01:45.656 [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-04-10 07:01:45.656 [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-04-10 07:01:45.656 [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-04-10 07:01:45.674 [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] progress: Downloading org.eclipse.emf [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:45.928 [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-04-10 07:01:45.928 [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-04-10 07:01:45.929 [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-04-10 07:01:45.929 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] progress: Downloading org.eclipse.emf.importer.ecore [INFO] 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-04-10 07:01:46.267 [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-04-10 07:01:46.267 [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-04-10 07:01:46.267 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:46.268 [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] progress: Downloading org.eclipse.emf.mapping.ui [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-04-10 07:01:46.476 [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-04-10 07:01:46.476 [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-04-10 07:01:46.476 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:46.477 [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] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:46.578 [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-04-10 07:01:46.579 [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-04-10 07:01:46.579 [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-04-10 07:01:46.579 [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.databinding [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:46.587 [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-04-10 07:01:46.593 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:46.594 [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-04-10 07:01:46.603 [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-04-10 07:01:46.603 [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-04-10 07:01:46.609 [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-04-10 07:01:46.661 [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-04-10 07:01:46.661 [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-04-10 07:01:46.661 [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-04-10 07:01:46.674 [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-04-10 07:01:46.674 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] progress: Downloading org.eclipse.emf.query [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:46.761 [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-04-10 07:01:46.762 [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-04-10 07:01:46.762 [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-04-10 07:01:46.762 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] progress: Downloading org.eclipse.emf.exporter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:46.774 [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-04-10 07:01:46.774 [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.mapping.ui [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:46.787 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-10 07:01:46.787 [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-04-10 07:01:46.825 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-10 07:01:46.826 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:46.831 [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-04-10 07:01:46.855 [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-04-10 07:01:46.855 [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-04-10 07:01:46.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.repository 2 0 2024-04-10 07:01:46.856 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ant [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:46.863 [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-04-10 07:01:46.872 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.java,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:46.872 [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-04-10 07:01:46.933 [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-04-10 07:01:46.937 [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-04-10 07:01:46.947 [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-04-10 07:01:46.948 [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-04-10 07:01:46.948 [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-04-10 07:01:46.948 [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-04-10 07:01:46.956 [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-04-10 07:01:46.961 [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-04-10 07:01:47.027 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:47.033 [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-04-10 07:01:47.034 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-10 07:01:47.042 [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-04-10 07:01:47.049 [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-04-10 07:01:47.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-04-10 07:01:47.243 [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-04-10 07:01:47.266 [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-04-10 07:01:47.270 [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-04-10 07:01:47.285 [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-04-10 07:01:47.290 [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-04-10 07:01:47.293 [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-04-10 07:01:47.293 [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-04-10 07:01:47.294 [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-04-10 07:01:47.294 [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-04-10 07:01:47.348 [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-04-10 07:01:48.349 [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-04-10 07:01:48.350 [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-04-10 07:01:48.387 [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-04-10 07:01:48.392 [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-04-10 07:01:48.412 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/content.jar [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:48.427 [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-04-10 07:01:48.431 [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-04-10 07:01:48.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-04-10 07:01:48.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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:01:48.545 [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-04-10 07:01:48.548 [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-04-10 07:01:48.551 [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-04-10 07:01:48.601 [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-04-10 07:01:48.604 [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.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.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/tudio_enableRCPTT-working-squash/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-04-10 07:01:54.543 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:01:59.338 [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-04-10 07:01:59.342 [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-04-10 07:01:59.343 [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-04-10 07:02:23.257 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=5524dd1a-95a0-4798-ad79-dd55e72d3e90, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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=5524dd1a-95a0-4798-ad79-dd55e72d3e90 [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/tudio_enableRCPTT-working-squash/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-04-10 07:02:23.331 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:03:08.186 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:03:08.446 [INFO] !MESSAGE [AUT-0] Starting: genchain_01.test (0 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:03:42.679 [INFO] !MESSAGE [AUT-0] Finished: genchain_01.test in 33204 (0 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:03:42.682 [INFO] !MESSAGE [AUT-0] Starting: genchain_02.test (1 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-10 07:03:42.684 [INFO] !MESSAGE Pass 1 (4) processed. 0 failed. spent: 0:34, 0:51 mins remaining. genchain_01. time: 33204ms [INFO] Pass 1 (4) processed. 0 failed. spent: 0:34, 0:51 mins remaining. genchain_01. time: 33204ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:04:24.932 [INFO] !MESSAGE [AUT-0] Finished: genchain_02.test in 41392 (1 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:04:24.935 [INFO] !MESSAGE [AUT-0] Starting: genchain_03.test (2 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-10 07:04:24.955 [INFO] !MESSAGE Pass 2 (4) processed. 0 failed. spent: 1:16, 0:19 mins remaining. genchain_02. time: 41392ms [INFO] Pass 2 (4) processed. 0 failed. spent: 1:16, 0:19 mins remaining. genchain_02. time: 41392ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:05:30.595 [INFO] !MESSAGE [AUT-0] Finished: genchain_03.test in 64770 (2 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:05:30.598 [INFO] !MESSAGE [AUT-0] Starting: genchain_04.test (3 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-10 07:05:30.663 [INFO] !MESSAGE Pass 3 (4) processed. 0 failed. spent: 2:22, 0:00 mins remaining. genchain_03. time: 64770ms [INFO] Pass 3 (4) processed. 0 failed. spent: 2:22, 0:00 mins remaining. genchain_03. time: 64770ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:06:16.236 [INFO] !MESSAGE [AUT-0] Finished: genchain_04.test in 44900 (3 from 4) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-10 07:06:16.248 [INFO] !MESSAGE Pass 4 (4) processed. 0 failed. spent: 3:07, 0:00 mins remaining. genchain_04. time: 44900ms [INFO] Pass 4 (4) processed. 0 failed. spent: 3:07, 0:00 mins remaining. genchain_04. time: 44900ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:06:16.248 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] Finished at Wed Apr 10 07:06:17 UTC 2024 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-10 07:06:18.286 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report' '-htmlReport' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html' '-junitReport' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/surefire-reports/TEST-org.polarsys.capella.gen.doc.tests.xml' '-import' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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' '8621' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-04-10 07:06:29.826 ----------------------------------------------- [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/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report -htmlReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html -junitReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/surefire-reports/TEST-org.polarsys.capella.gen.doc.tests.xml -import /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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 8621 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report -htmlReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html -junitReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/surefire-reports/TEST-org.polarsys.capella.gen.doc.tests.xml -import /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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 8621 [INFO] [INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-04-10 07:06:31.628 [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-04-10 07:06:31.630 [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-04-10 07:06:31.630 [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-04-10 07:06:31.631 [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-04-10 07:06:31.631 [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-04-10 07:06:31.633 [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-04-10 07:06:31.634 [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-04-10 07:06:31.635 [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-04-10 07:06:31.636 [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-04-10 07:06:31.637 [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-04-10 07:06:31.639 [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 Wed Apr 10 07:06:31 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-04-10 07:06:38.600 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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: 1712732792407.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-10 07:06:38.600 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.600 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.600 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.600 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.600 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.600 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.601 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.601 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.601 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.601 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.601 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.601 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.601 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.601 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.601 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.601 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.601 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.601 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.602 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.603 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.603 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.603 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.603 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.603 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.625 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.625 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.625 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.625 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.625 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.625 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.625 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.626 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:06:38.745 [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-04-10 07:06:38.749 [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-04-10 07:06:47.995 [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-04-10 07:06:47.997 [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-04-10 07:06:48.036 [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-04-10 07:06:48.037 [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-04-10 07:06:48.911 [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-04-10 07:06:48.916 [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-04-10 07:06:49.086 [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-04-10 07:06:49.108 [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-04-10 07:06:49.116 [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-04-10 07:06:49.125 [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-04-10 07:06:49.126 [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-04-10 07:06:49.126 [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-04-10 07:06:49.135 [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-04-10 07:06:49.142 [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-04-10 07:06:49.142 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-10 07:06:49.150 [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-04-10 07:06:49.155 [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-04-10 07:06:49.155 [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-04-10 07:06:49.229 [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-04-10 07:06:49.232 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:49.243 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:49.248 [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-04-10 07:06:49.248 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:49.326 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:49.331 [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-04-10 07:06:49.350 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:49.358 [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-04-10 07:06:49.431 [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-04-10 07:06:49.552 [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-04-10 07:06:49.557 [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-04-10 07:06:49.626 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:49.633 [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-04-10 07:06:49.633 [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-04-10 07:06:49.640 [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-04-10 07:06:49.648 [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-04-10 07:06:49.651 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:49.656 [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-04-10 07:06:49.738 [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-04-10 07:06:49.738 [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-04-10 07:06:49.741 [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-04-10 07:06:49.754 [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-04-10 07:06:49.754 [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-04-10 07:06:49.754 [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.mapping [INFO] progress: Downloading org.eclipse.emf.edit.ui [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-04-10 07:06:49.831 [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-04-10 07:06:49.832 [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-04-10 07:06:49.832 [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-04-10 07:06:49.832 [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.converter [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:49.846 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-10 07:06:49.846 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400. [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-10 07:06:49.851 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.transaction_root,1.7.0.201306111400. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] progress: Downloading org.eclipse.emf.validation [INFO] progress: Downloading org.eclipse.emf.importer.rose [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:49.858 [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-04-10 07:06:49.858 [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-04-10 07:06:49.858 [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-04-10 07:06:49.859 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] progress: Downloading org.eclipse.emf.ant [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:49.926 [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-04-10 07:06:49.926 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer.java [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:49.929 [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-04-10 07:06:49.933 [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-04-10 07:06:49.939 [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] progress: Downloading org.eclipse.emf.common [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:49.956 [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-04-10 07:06:49.956 [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-04-10 07:06:49.956 [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-04-10 07:06:50.026 [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-04-10 07:06:50.026 [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-04-10 07:06:50.035 [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-04-10 07:06:50.035 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:50.038 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:50.043 [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-04-10 07:06:50.043 [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-04-10 07:06:50.047 [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-04-10 07:06:50.053 [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-04-10 07:06:50.253 [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-04-10 07:06:50.257 [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-04-10 07:06:50.281 [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-04-10 07:06:50.286 [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-04-10 07:06:50.299 [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-04-10 07:06:50.330 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Downloading org.apache.poi.ooxml [INFO] progress: Downloading org.apache.xmlbeans [INFO] progress: Downloading org.apache.poi.ooxml.schemas [INFO] progress: Downloading org.dom4j [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:50.333 [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-04-10 07:06:50.333 [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-04-10 07:06:50.333 [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-04-10 07:06:50.334 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.apache.poi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:06:50.427 [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-04-10 07:06:51.380 [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-04-10 07:06:51.381 [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-04-10 07:06:51.429 [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-04-10 07:06:51.432 [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-04-10 07:06:51.453 [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-04-10 07:06:51.457 [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-04-10 07:06:51.461 [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-04-10 07:06:51.564 [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-04-10 07:06:51.565 [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-04-10 07:06:51.572 [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-04-10 07:06:51.575 [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-04-10 07:06:51.579 [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-04-10 07:06:51.646 [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-04-10 07:06:51.649 [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/tudio_enableRCPTT-working-squash/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-04-10 07:06:57.302 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:07:01.850 [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-04-10 07:07:01.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-04-10 07:07:01.854 [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-04-10 07:07:25.118 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=b4b3be68-1bff-45f9-a5cd-1013ecc3fefe, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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=b4b3be68-1bff-45f9-a5cd-1013ecc3fefe [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/tudio_enableRCPTT-working-squash/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-04-10 07:07:25.186 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:08:09.743 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:08:10.045 [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-04-10 07:08:50.905 [INFO] !MESSAGE [AUT-0] Finished: Export Diagram with special characters in name.test in 39959 (0 from 2) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:08:50.908 [INFO] !MESSAGE [AUT-0] Starting: Export Images.test (1 from 2) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-10 07:08:50.991 [INFO] !MESSAGE Pass 1 (2) processed. 0 failed. spent: 0:40, 0:00 mins remaining. Export Diagram with special characters in name. time: 39959ms [INFO] Pass 1 (2) processed. 0 failed. spent: 0:40, 0:00 mins remaining. Export Diagram with special characters in name. time: 39959ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:09:15.615 [INFO] !MESSAGE [AUT-0] Finished: Export Images.test in 24079, 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-04-10 07:09:15.637 [INFO] !MESSAGE Fail 2 (2) processed. 1 failed. spent: 1:05, 0:00 mins remaining. Export Images. time: 24079ms 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:05, 0:00 mins remaining. Export Images. time: 24079ms 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-04-10 07:09:15.638 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-10 07:09:18.325 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.report' '-htmlReport' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.html' '-junitReport' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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' '9700' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-04-10 07:09:30.800 ----------------------------------------------- [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/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.report -htmlReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.html -junitReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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 9700 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner-workspace -aut /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.report -htmlReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.html -junitReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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 9700 [INFO] [INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-04-10 07:09:32.671 [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-04-10 07:09:32.674 [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-04-10 07:09:32.675 [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-04-10 07:09:32.676 [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-04-10 07:09:32.677 [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-04-10 07:09:32.678 [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-04-10 07:09:32.678 [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-04-10 07:09:32.726 [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-04-10 07:09:32.727 [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-04-10 07:09:32.727 [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-04-10 07:09:32.728 [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 Wed Apr 10 07:09:33 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-04-10 07:09:39.657 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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: 1712732973647.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-10 07:09:39.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.658 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.659 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.660 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.661 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.662 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:09:39.778 [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-04-10 07:09:39.782 [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.validation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature [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.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.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.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.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.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: Downloading org.polarsys.kitalpha.vp.componentsample.example.installer.feature [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: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis [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: 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.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.componentsample.rules.generation [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.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.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.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.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: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source [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: 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: 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: 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: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.source [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.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: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.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.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.componentsamplesafetypattern.rules.validation.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: 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: 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.componentsamplesafetypattern.model.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: 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: 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: Downloading org.polarsys.kitalpha.vp.componentsample.model.editor.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source [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.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.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.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.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.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: 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.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.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: 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: 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: 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 [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.analysis [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: 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.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.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: 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: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit [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.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.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: 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.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: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model [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.feature [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.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.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: 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: 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: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature [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: 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: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.design.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.example.feature.source [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: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature [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: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source [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: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.design [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: 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: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source [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: 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: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.edit [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation [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.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.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.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.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: 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.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: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.af [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: 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: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation [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: 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: 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: 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.componentsamplesafetypattern.design [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: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation [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: 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: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.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.componentsamplequalityassessment.model.source [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.componentsample.model.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation.source [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: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.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.componentsample.wizard.project [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.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: 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: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature [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.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.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.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.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: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.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.componentsample.rules.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source [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: 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: 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: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature [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: 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: 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: 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: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source [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: 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: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.validation [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.componentsample.model.edit.source [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: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment [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.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: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation [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: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern [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.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.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.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.activity.explorer.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source [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.componentsampleperformance.model [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.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: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source [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: 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.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.componentsamplequalityassessment.rules.validation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.design [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.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.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.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.componentsamplesafetypattern.model.edit.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source [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.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: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation [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: 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.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: 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: 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.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: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis [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.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.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.edit [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: 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.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.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: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.design.source [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.componentsamplequalityassessment.rules.feature [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.transposer.componentsample.importer [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.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: 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.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: 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: Downloading org.polarsys.kitalpha.vp.componentsample.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source [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.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.componentsample.wizard.project.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source [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: 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.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.componentsample.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature [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: 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.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (80.8kB) [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.model_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (80.8kB) [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.componentsampleperformance.af.feature.source [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.componentsamplequalityassessment.rules.computation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.af [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.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.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: Downloading org.polarsys.kitalpha.vp.componentsample.source [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: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation [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.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.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.source_7.0.0.202403192238.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20240319/plugins/ (9.21kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.computation.source [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.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: 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: 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.componentsamplequalityassessment.representation.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.computation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source [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: 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: 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.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: 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: 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.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: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.design [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework [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.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: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation [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.feature.source [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.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.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: 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.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.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.componentsamplesafety.model.source [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.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: 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: 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: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.generation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.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: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source [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: 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: 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: 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: 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: 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.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: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.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: 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: 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: 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.componentsamplequalityassessment.activity.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model [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: 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: 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.componentsampleperformance.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.source [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: 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: 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: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature [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: 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: 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: 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.activity.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source [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: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance [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: 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.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.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: Downloading org.polarsys.kitalpha.vp.componentsample.activity.explorer.source [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: 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.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.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: 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: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation [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.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.componentsample.af.feature.source [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.componentsample.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis [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: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source [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.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: 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.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: 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: Downloading org.polarsys.kitalpha.composer.componentsample.importer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source [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.componentsamplesafety.model [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: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source [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: 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: 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: 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.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: 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: 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: Downloading org.polarsys.kitalpha.vp.componentsample.rules.validation.source [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: 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.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: 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.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.componentsamplesafety.contextual.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source [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: 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.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: 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.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.componentsamplequalityassessment.representation.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.representation.feature [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.componentsample.model.editor [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: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model.edit [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: 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.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 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-04-10 07:09:50.837 [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-04-10 07:09:50.838 [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-04-10 07:09:50.880 [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-04-10 07:09:50.881 [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-04-10 07:09:51.575 [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-04-10 07:09:51.580 [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.hook [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] progress: Downloading org.aspectj.runtime [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:51.764 [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-04-10 07:09:51.783 [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-04-10 07:09:51.790 [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-04-10 07:09:51.790 [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-04-10 07:09:51.790 [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-04-10 07:09:51.791 [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-04-10 07:09:51.798 [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-04-10 07:09:51.806 [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-04-10 07:09:51.806 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-10 07:09:51.810 [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] progress: Downloading org.eclipse.emf.importer.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:51.834 [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-04-10 07:09:51.834 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:51.834 [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.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-04-10 07:09:51.848 [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-04-10 07:09:51.848 [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-04-10 07:09:51.848 [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-04-10 07:09:51.861 [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-04-10 07:09:51.861 [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] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:51.931 [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-04-10 07:09:51.932 [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-04-10 07:09:51.932 [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.importer [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:51.943 [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-04-10 07:09:51.943 [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-04-10 07:09:51.950 [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-04-10 07:09:51.957 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:51.957 [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-04-10 07:09:51.965 [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-04-10 07:09:51.965 [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-04-10 07:09:52.030 [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-04-10 07:09:52.041 [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-04-10 07:09:52.042 [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-04-10 07:09:52.042 [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-04-10 07:09:52.059 [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-04-10 07:09:52.059 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] progress: Downloading org.eclipse.emf.query [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:52.074 [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-04-10 07:09:52.074 [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-04-10 07:09:52.074 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:52.136 [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-04-10 07:09:52.137 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.exporter [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] progress: Downloading org.eclipse.emf.converter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:52.150 [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-04-10 07:09:52.150 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:52.150 [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.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-04-10 07:09:52.163 [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-04-10 07:09:52.164 [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-04-10 07:09:52.164 [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.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-04-10 07:09:52.234 [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-04-10 07:09:52.234 [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-04-10 07:09:52.235 [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-04-10 07:09:52.235 [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-04-10 07:09:52.243 [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-04-10 07:09:52.252 [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-04-10 07:09:52.252 [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-04-10 07:09:52.256 [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] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:52.272 [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-04-10 07:09:52.272 [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-04-10 07:09:52.272 [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-04-10 07:09:52.273 [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.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:52.333 [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] progress: Downloading org.eclipse.emf.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:52.345 [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-04-10 07:09:52.345 [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-04-10 07:09:52.345 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-10 07:09:52.359 [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-04-10 07:09:52.359 [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-04-10 07:09:52.359 [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-04-10 07:09:52.364 [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-04-10 07:09:52.586 [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-04-10 07:09:52.591 [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-04-10 07:09:52.621 [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-04-10 07:09:52.625 [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-04-10 07:09:52.644 [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-04-10 07:09:52.649 [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.schemas [INFO] progress: Downloading org.dom4j [INFO] progress: Downloading org.apache.poi.ooxml [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:52.652 [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-04-10 07:09:52.652 [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-04-10 07:09:52.652 [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-04-10 07:09:52.652 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.apache.poi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:52.737 [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-04-10 07:09:53.845 [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-04-10 07:09:53.846 [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-04-10 07:09:53.883 [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-04-10 07:09:53.887 [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-04-10 07:09:53.906 [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-04-10 07:09:53.928 [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-04-10 07:09:53.934 [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-04-10 07:09:54.073 [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-04-10 07:09:54.074 [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-04-10 07:09:54.081 [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-04-10 07:09:54.084 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:09:54.087 [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-04-10 07:09:54.134 [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-04-10 07:09:54.137 [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.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.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/tudio_enableRCPTT-working-squash/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-04-10 07:10:00.203 [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-04-10 07:10:00.212 [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-04-10 07:10:00.222 [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-04-10 07:10:00.226 [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-04-10 07:10:00.275 [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-04-10 07:10:00.277 [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 Wed Apr 10 07:10:00 UTC 2024 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-10 07:10:00.815 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.report' '-htmlReport' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.html' '-junitReport' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.tests.xml' '-import' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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' '8454' [INFO] The execution timeout is set to 1200 seconds [INFO] !SESSION 2024-04-10 07:10:11.635 ----------------------------------------------- [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/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.report -htmlReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.html -junitReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.tests.xml -import /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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 8454 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.report -htmlReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/capellastudio.vpdsl.qualityassessment.tests.html -junitReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.tests.xml -import /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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 8454 [INFO] [INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-04-10 07:10:13.566 [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-04-10 07:10:13.569 [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-04-10 07:10:13.569 [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-04-10 07:10:13.570 [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-04-10 07:10:13.570 [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-04-10 07:10:13.577 [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-04-10 07:10:13.579 [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-04-10 07:10:13.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-04-10 07:10:13.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-04-10 07:10:13.630 [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-04-10 07:10:13.631 [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 Wed Apr 10 07:10:13 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-04-10 07:10:20.781 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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: 1712733014408.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-10 07:10:20.781 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.782 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.782 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.782 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.782 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.782 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.782 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.782 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.782 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.782 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.782 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.782 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.783 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.783 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.783 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.783 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.783 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.783 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.783 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.783 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.783 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.783 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.783 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.783 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.783 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:10:20.897 [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-04-10 07:10:20.900 [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-04-10 07:10:30.222 [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-04-10 07:10:30.223 [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-04-10 07:10:30.291 [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-04-10 07:10:30.292 [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-04-10 07:10:31.061 [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-04-10 07:10:31.066 [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-04-10 07:10:31.258 [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-04-10 07:10:31.291 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.ecore.change [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:31.300 [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-04-10 07:10:31.300 [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-04-10 07:10:31.301 [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-04-10 07:10:31.301 [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-04-10 07:10:31.333 [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-04-10 07:10:31.338 [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-04-10 07:10:31.338 [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-04-10 07:10:31.350 [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-04-10 07:10:31.350 [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-04-10 07:10:31.350 [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-04-10 07:10:31.355 [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-04-10 07:10:31.430 [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-04-10 07:10:31.431 [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-04-10 07:10:31.431 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:31.442 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:31.442 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding.edit,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] 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-04-10 07:10:31.534 [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-04-10 07:10:31.534 [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-04-10 07:10:31.535 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:31.535 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore.ui,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:31.546 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2xml.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] progress: Downloading org.eclipse.emf [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:31.558 [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-04-10 07:10:31.558 [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-04-10 07:10:31.562 [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-04-10 07:10:31.626 [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-04-10 07:10:31.627 [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-04-10 07:10:31.643 [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-04-10 07:10:31.644 [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-04-10 07:10:31.644 [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-04-10 07:10:31.658 [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-04-10 07:10:31.659 [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-04-10 07:10:31.662 [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-04-10 07:10:31.739 [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-04-10 07:10:31.739 [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-04-10 07:10:31.739 [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.mapping [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:31.750 [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-04-10 07:10:31.750 [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-04-10 07:10:31.758 [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-04-10 07:10:31.759 [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] 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-04-10 07:10:31.870 [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.artifact.repository 2 0 2024-04-10 07:10:31.870 [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-04-10 07:10:31.870 [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-04-10 07:10:31.870 [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.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-04-10 07:10:31.899 [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-04-10 07:10:31.900 [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-04-10 07:10:31.900 [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-04-10 07:10:31.900 [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] progress: Downloading org.eclipse.emf.importer.java [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:31.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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:31.929 [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] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:31.948 [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-04-10 07:10:31.948 [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-04-10 07:10:31.948 [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.common.ui [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:31.961 [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-04-10 07:10:31.962 [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-04-10 07:10:31.962 [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-04-10 07:10:31.968 [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] progress: Downloading org.eclipse.emf.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:32.037 [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-04-10 07:10:32.038 [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-04-10 07:10:32.038 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:32.047 [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-04-10 07:10:32.047 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-10 07:10:32.050 [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-04-10 07:10:32.056 [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-04-10 07:10:32.264 [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-04-10 07:10:32.270 [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-04-10 07:10:32.317 [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-04-10 07:10:32.322 [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-04-10 07:10:32.347 [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-04-10 07:10:32.353 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Downloading org.apache.poi.ooxml [INFO] progress: Downloading org.apache.xmlbeans [INFO] progress: Downloading org.apache.poi.ooxml.schemas [INFO] progress: Downloading org.dom4j [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:32.356 [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-04-10 07:10:32.356 [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-04-10 07:10:32.356 [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-04-10 07:10:32.356 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.apache.poi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:10:32.433 [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-04-10 07:10:33.386 [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-04-10 07:10:33.387 [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-04-10 07:10:33.434 [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-04-10 07:10:33.439 [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-04-10 07:10:33.471 [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-04-10 07:10:33.478 [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-04-10 07:10:33.483 [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-04-10 07:10:33.630 [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-04-10 07:10:33.631 [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-04-10 07:10:33.639 [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-04-10 07:10:33.642 [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-04-10 07:10:33.646 [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-04-10 07:10:33.707 [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-04-10 07:10:33.710 [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/tudio_enableRCPTT-working-squash/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-04-10 07:10:40.055 [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/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:10:44.710 [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-04-10 07:10:44.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-04-10 07:10:44.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-04-10 07:11:08.663 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=6a274e8b-2e19-4fce-9ebb-5edcc828ed1a, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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=6a274e8b-2e19-4fce-9ebb-5edcc828ed1a [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/tudio_enableRCPTT-working-squash/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-04-10 07:11:08.740 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:11:57.738 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:11:58.127 [INFO] !MESSAGE [AUT-0] Starting: Aspect - Data.test (0 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:12:39.040 [INFO] !MESSAGE [AUT-0] Finished: Aspect - Data.test in 39423 (0 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:12:39.044 [INFO] !MESSAGE [AUT-0] Starting: Aspect - Diagram.test (1 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-10 07:12:39.055 [INFO] !MESSAGE Pass 1 (10) processed. 0 failed. spent: 0:40, 1:46 mins remaining. Aspect - Data. time: 39423ms [INFO] Pass 1 (10) processed. 0 failed. spent: 0:40, 1:46 mins remaining. Aspect - Data. time: 39423ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:13:14.830 [INFO] !MESSAGE [AUT-0] Finished: Aspect - Diagram.test in 34575 (1 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:13:14.833 [INFO] !MESSAGE [AUT-0] Starting: Aspect - Releng.test (2 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-10 07:13:14.839 [INFO] !MESSAGE Pass 2 (10) processed. 0 failed. spent: 1:16, 2:13 mins remaining. Aspect - Diagram. time: 34575ms [INFO] Pass 2 (10) processed. 0 failed. spent: 1:16, 2:13 mins remaining. Aspect - Diagram. time: 34575ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:13:38.045 [INFO] !MESSAGE [AUT-0] Finished: Aspect - Releng.test in 22175 (2 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:13:38.048 [INFO] !MESSAGE [AUT-0] Starting: Aspect - Service.test (3 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-10 07:13:38.074 [INFO] !MESSAGE Pass 3 (10) processed. 0 failed. spent: 1:40, 2:00 mins remaining. Aspect - Releng. time: 22175ms [INFO] Pass 3 (10) processed. 0 failed. spent: 1:40, 2:00 mins remaining. Aspect - Releng. time: 22175ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:14:04.734 [INFO] !MESSAGE [AUT-0] Finished: Aspect - Service.test in 26074 (3 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:14:04.736 [INFO] !MESSAGE [AUT-0] Starting: Aspect - UI.test (4 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-10 07:14:04.804 [INFO] !MESSAGE Pass 4 (10) processed. 0 failed. spent: 2:06, 1:45 mins remaining. Aspect - Service. time: 26074ms [INFO] Pass 4 (10) processed. 0 failed. spent: 2:06, 1:45 mins remaining. Aspect - Service. time: 26074ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:14:31.905 [INFO] !MESSAGE [AUT-0] Finished: Aspect - UI.test in 26210 (4 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:14:31.908 [INFO] !MESSAGE [AUT-0] Starting: Bug - vpui-1275.test (5 from 10) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-10 07:14:31.934 [INFO] !MESSAGE Pass 5 (10) processed. 0 failed. spent: 2:33, 1:27 mins remaining. Aspect - UI. time: 26210ms [INFO] Pass 5 (10) processed. 0 failed. spent: 2:33, 1:27 mins remaining. Aspect - UI. time: 26210ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 4 0 2024-04-10 07:15:14.439 [INFO] !MESSAGE error getting interpreter state [INFO] !SUBENTRY 1 org.eclipse.rcptt.ecl.core 4 0 2024-04-10 07:15:14.439 [INFO] !MESSAGE Failed to write org.eclipse.rcptt.ecl.core.impl.SaveStateImpl@528794da (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-04-10 07:15:14.467 [INFO] !MESSAGE Failed to execute command org.eclipse.rcptt.tesla.ecl.model.impl.ShoutdownPlayerImpl@6e2f8837 (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-04-10 07:15:14.469 [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-04-10 07:15:14.469 [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-04-10 07:15:14.469 [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-04-10 07:15:14.469 [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-04-10 07:15:14.469 [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-04-10 07:15:14.469 [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-04-10 07:15:14.950 [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-04-10 07:15:14.952 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:15:20.418 [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-04-10 07:15:20.426 [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-04-10 07:15:20.427 [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-04-10 07:15:44.161 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=43eb2621-5969-43b0-98d8-6e1bd875d963, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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=43eb2621-5969-43b0-98d8-6e1bd875d963 [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/tudio_enableRCPTT-working-squash/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-04-10 07:15:44.205 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/aut-ws-0_restarted_1, -configuration, file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_1/, -dev, file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:16:05.216 [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-04-10 07:16:05.216 [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/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/results/aut-console-0_console.log' [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:16:05.217 [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-04-10 07:16:05.317 [INFO] !MESSAGE Skip remaining: AUT is not available [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:16:05.322 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] Finished at Wed Apr 10 07:16:06 UTC 2024 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-10 07:16:07.310 [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/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests/target/projects/capellastudio.vpdsl.qualityassessment.tests-7.0.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.report' '-htmlReport' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.html' '-junitReport' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.reverse.tests.xml' '-import' '/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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' '9916' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-04-10 07:16:19.580 ----------------------------------------------- [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/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.report -htmlReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.html -junitReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.reverse.tests.xml -import /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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 9916 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.report -htmlReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.html -junitReport /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.reverse.tests.xml -import /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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 9916 [INFO] [INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-04-10 07:16:21.569 [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-04-10 07:16:21.571 [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-04-10 07:16:21.572 [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-04-10 07:16:21.573 [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-04-10 07:16:21.574 [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-04-10 07:16:21.574 [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-04-10 07:16:21.575 [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-04-10 07:16:21.576 [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-04-10 07:16:21.576 [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-04-10 07:16:21.577 [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-04-10 07:16:21.578 [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 Wed Apr 10 07:16:21 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-04-10 07:16:28.496 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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: 1712733382451.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-10 07:16:28.496 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.496 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.496 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.496 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.497 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.497 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.497 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.497 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.497 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.497 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.497 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.497 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.497 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.497 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.497 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.498 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.498 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.498 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.498 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.498 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.498 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.498 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.498 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.498 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.498 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.498 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.499 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.499 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.499 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.499 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.499 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.499 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.499 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.499 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.499 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.499 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.499 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.499 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.500 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.501 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.501 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.501 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.501 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.501 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.501 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.501 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:28.631 [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-04-10 07:16:28.634 [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-04-10 07:16:37.756 [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-04-10 07:16:37.757 [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-04-10 07:16:37.803 [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-04-10 07:16:37.804 [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-04-10 07:16:38.535 [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-04-10 07:16:38.540 [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-04-10 07:16:38.742 [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-04-10 07:16:38.764 [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-04-10 07:16:38.771 [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-04-10 07:16:38.772 [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-04-10 07:16:38.772 [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-04-10 07:16:38.772 [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-04-10 07:16:38.779 [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-04-10 07:16:38.784 [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-04-10 07:16:38.784 [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-04-10 07:16:38.829 [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-04-10 07:16:38.829 [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-04-10 07:16:38.829 [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-04-10 07:16:38.835 [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-04-10 07:16:38.839 [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-04-10 07:16:38.839 [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-04-10 07:16:38.841 [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-04-10 07:16:38.848 [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-04-10 07:16:38.848 [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-04-10 07:16:38.856 [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-04-10 07:16:38.859 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:16:38.927 [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-04-10 07:16:38.934 [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-04-10 07:16:38.938 [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-04-10 07:16:38.948 [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-04-10 07:16:38.952 [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-04-10 07:16:38.959 [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-04-10 07:16:39.033 [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-04-10 07:16:39.033 [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-04-10 07:16:39.046 [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-04-10 07:16:39.046 [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-04-10 07:16:39.047 [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-04-10 07:16:39.057 [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-04-10 07:16:39.057 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:16:39.145 [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-04-10 07:16:39.145 [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-04-10 07:16:39.145 [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-04-10 07:16:39.150 [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] progress: Downloading org.eclipse.emf.exporter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:16:39.158 [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-04-10 07:16:39.158 [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-04-10 07:16:39.158 [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.mapping.ui [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:16:39.244 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ui,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-10 07:16:39.244 [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-04-10 07:16:39.244 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-10 07:16:39.244 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:16:39.249 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:16:39.254 [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-04-10 07:16:39.254 [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.importer.rose [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:16:39.257 [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-04-10 07:16:39.264 [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-04-10 07:16:39.265 [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-04-10 07:16:39.270 [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-04-10 07:16:39.333 [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-04-10 07:16:39.340 [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] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:16:39.371 [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-04-10 07:16:39.371 [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-04-10 07:16:39.371 [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-04-10 07:16:39.371 [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.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:16:39.380 [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-04-10 07:16:39.435 [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-04-10 07:16:39.436 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:16:39.438 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:16:39.445 [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-04-10 07:16:39.445 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-10 07:16:39.448 [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-04-10 07:16:39.454 [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-04-10 07:16:39.664 [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-04-10 07:16:39.669 [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-04-10 07:16:39.693 [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-04-10 07:16:39.697 [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-04-10 07:16:39.739 [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-04-10 07:16:39.745 [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.dom4j [INFO] progress: Downloading org.apache.xmlbeans [INFO] progress: Downloading org.apache.poi.ooxml.schemas [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-10 07:16:39.749 [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-04-10 07:16:39.749 [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-04-10 07:16:39.749 [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-04-10 07:16:39.749 [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-04-10 07:16:39.830 [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-04-10 07:16:40.950 [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-04-10 07:16:40.952 [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-04-10 07:16:40.996 [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-04-10 07:16:41.000 [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-04-10 07:16:41.035 [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-04-10 07:16:41.040 [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-04-10 07:16:41.045 [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-04-10 07:16:41.164 [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-04-10 07:16:41.165 [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-04-10 07:16:41.176 [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-04-10 07:16:41.179 [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-04-10 07:16:41.183 [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-04-10 07:16:41.214 [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-04-10 07:16:41.226 [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.query_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Preparing to commit the provisioning operation. [INFO] progress: Committing the provisioning operation. [INFO] progress: Reading plug-ins [INFO] Target platform is valid. [INFO] Looking for tests... [INFO] Existing projects in workspace: [INFO] [INFO] Importing projects to workspace: [INFO] Refreshing projects: [INFO] /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:16:46.852 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-04-10 07:16:51.171 [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-04-10 07:16:51.174 [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-04-10 07:16:51.174 [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-04-10 07:17:13.920 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=5572ebef-be05-4942-adb9-a55ffd85138d, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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=5572ebef-be05-4942-adb9-a55ffd85138d [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/tudio_enableRCPTT-working-squash/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-04-10 07:17:13.993 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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-04-10 07:18:00.441 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:18:00.830 [INFO] !MESSAGE [AUT-0] Starting: Reverse from Ecore.test (0 from 1) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:18:34.569 [INFO] !MESSAGE [AUT-0] Finished: Reverse from Ecore.test in 32786 (0 from 1) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-10 07:18:34.664 [INFO] !MESSAGE Pass 1 (1) processed. 0 failed. spent: 0:33, 0:00 mins remaining. Reverse from Ecore. time: 32786ms [INFO] Pass 1 (1) processed. 0 failed. spent: 0:33, 0:00 mins remaining. Reverse from Ecore. time: 32786ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-10 07:18:34.664 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] Finished at Wed Apr 10 07:18:35 UTC 2024 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-10 07:18:35.902 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.985 s] [INFO] org.polarsys.capella.extension.rcptt ............... SUCCESS [05:04 min] [INFO] org.polarsys.capella.gen.doc.tests ................. SUCCESS [03:00 min] [INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt ..... SUCCESS [ 41.292 s] [INFO] capellastudio.vpdsl.qualityassessment.tests ........ SUCCESS [06:07 min] [INFO] capellastudio.vpdsl.qualityassessment.reverse.tests SUCCESS [02:27 min] [INFO] Capella Studio RCPTT tests Aggregator Module ...... SUCCESS [ 0.005 s] [INFO] Capella Studio Root ................................ SUCCESS [ 0.003 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:29 min [INFO] Finished at: 2024-04-10T07:18:36Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } 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 [tudio_enableRCPTT-working-squash] $ Xvnc -help Starting xvnc [tudio_enableRCPTT-working-squash] $ Xvnc :45 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset 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 Wed Apr 10 07:18:56 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5945 vncext: created VNC server for screen 0 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Dmaven.test.failure.ignore=true -Dtycho.localArtifacts=ignore -Djacoco.destFile=/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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@7ac1161f... 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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Fetching org.polarsys.capella.test.framework_7.0.0.202403200912.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/ [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://eclipse.mirror.rafal.ca/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/stable/sdk/7.0.0.20230926/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/ (60.43kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230926/ (60.43kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (30.74kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230926/ (30.74kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.98kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (7.98kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.rcp.site/ (150.8kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.rcp.site/ (150.8kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site/ (26.24kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20240320/org.polarsys.capella.test.site/ (26.24kB) >> 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-S20240319-042018/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.4.1-S20240319-042018/2023-03/ (47.2kB) >> 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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Deleting /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-7.0.0.202404100719.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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.product --- [INFO] Deleting /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719. Operation completed in 85263 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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.202404100719. Operation completed in 82435 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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.202404100719. Operation completed in 81226 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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.202404100719. Operation completed in 68461 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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.202404100719. Operation completed in 70843 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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100719-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100719-linux.gtk.aarch64.zip [INFO] Building zip: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100719-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100719-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404100719-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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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-runtime9738767734732312607.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles/, -metadataRepository, file:/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles/, -compress, -publishArtifacts, -source, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.202404100719. Installing org.eclipse.tycho.surefire.osgibooter 2.7.5. Installing org.eclipse.tycho.surefire.junit4 2.7.5. Operation completed in 12858 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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/jacoco.exec,append=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/work/data, -install, /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.101 s - in org.polarsys.capella.ad.viewpoint.dsl.tests.suite.AllTests checkCapellaTAExistence(org.polarsys.capella.ad.viewpoint.dsl.tests.ta.CapellaTargetApplicationTests) Time elapsed: 0.052 s testGetGenerationExtensionHelpers(org.polarsys.capella.ad.viewpoint.dsl.tests.ta.CapellaTargetApplicationTests) Time elapsed: 0.006 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:9091): Gdk-CRITICAL **: 07:38:37.786: 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/tudio_enableRCPTT-working-squash/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.202404100719 [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.125 s] [INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [ 13.456 s] [INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [ 1.634 s] [INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [ 0.776 s] [INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [ 0.431 s] [INFO] org.polarsys.capella.extension.tools ............... SUCCESS [ 3.014 s] [INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [ 2.390 s] [INFO] org.polarsys.capella.studio.product ................ SUCCESS [ 1.049 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SUCCESS [ 1.138 s] [INFO] org.polarsys.capella.ta ............................ SUCCESS [ 1.079 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [ 0.286 s] [INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [ 1.704 s] [INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [ 0.557 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [ 0.315 s] [INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [ 0.321 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [ 0.415 s] [INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [ 1.168 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [ 0.503 s] [INFO] org.polarsys.capella.studio.doc .................... SUCCESS [ 0.108 s] [INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [ 0.750 s] [INFO] org.polarsys.capella.studio.doc.feature ............ SUCCESS [ 0.096 s] [INFO] org.polarsys.capella.studio.product.feature ........ SUCCESS [ 0.431 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SUCCESS [ 0.499 s] [INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SUCCESS [ 0.601 s] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SUCCESS [ 0.591 s] [INFO] org.polarsys.capella.studio.releng.eclipse.feature . SUCCESS [ 0.321 s] [INFO] org.polarsys.capella.studio.releng.capella.feature . SUCCESS [ 0.552 s] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature SUCCESS [ 0.166 s] [INFO] org.polarsys.capella.studio.releng.updatesite ...... SUCCESS [ 6.367 s] [INFO] Capella Sudio Aggregator Module .................... SUCCESS [ 0.002 s] [INFO] Capella studio Product ............................. SUCCESS [15:48 min] [INFO] org.polarsys.capella.studio.test ................... SUCCESS [ 4.365 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests ........ SUCCESS [01:27 min] [INFO] org.polarsys.capella.studio.test.feature ........... SUCCESS [ 0.460 s] [INFO] Capella Sudio tests Aggregator Module .............. SUCCESS [ 0.004 s] [INFO] Capella Studio Root ................................ SUCCESS [ 0.002 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19:39 min [INFO] Finished at: 2024-04-10T07:38:39Z [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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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@3083e6ef... 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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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.109 s] [INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [ 0.263 s] [INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [ 0.185 s] [INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [ 0.120 s] [INFO] org.polarsys.capella.extension.tools ............... SUCCESS [ 0.197 s] [INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [ 0.124 s] [INFO] org.polarsys.capella.studio.product ................ SUCCESS [ 0.116 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SUCCESS [ 0.213 s] [INFO] org.polarsys.capella.ta ............................ SUCCESS [ 0.105 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [ 0.099 s] [INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [ 0.084 s] [INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [ 0.100 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [ 0.109 s] [INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [ 0.103 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [ 0.083 s] [INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [ 0.082 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [ 0.102 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.099 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests ........ SUCCESS [ 0.119 s] [INFO] org.polarsys.capella.studio.test.feature ........... SUCCESS [ 0.002 s] [INFO] Capella Sudio tests Aggregator Module .............. SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.extension.rcptt ............... SUCCESS [ 0.209 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:32 min [INFO] Finished at: 2024-04-10T07:40:36Z [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=enableRCPTT-working-squash -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/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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@3083e6ef... 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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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/tudio_enableRCPTT-working-squash/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] 07:42:31.688 Java 17.0.2 Oracle Corporation (64-bit) [INFO] 07:42:31.689 Linux 6.2.9-300.fc38.x86_64 (amd64) [INFO] 07:42:31.689 MAVEN_OPTS= -Xmx3g [INFO] 07:42:31.721 User cache: /home/jenkins/.sonar/cache [INFO] 07:42:32.861 Communicating with SonarCloud [INFO] 07:42:33.030 Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent) [INFO] 07:42:33.357 Load global settings [INFO] 07:42:33.803 Load global settings (done) | time=448ms [INFO] 07:42:33.806 Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] 07:42:33.812 User cache: /home/jenkins/.sonar/cache [INFO] 07:42:33.816 Loading required plugins [INFO] 07:42:33.817 Load plugins index [INFO] 07:42:34.013 Load plugins index (done) | time=196ms [INFO] 07:42:34.014 Load/download plugins [INFO] 07:42:36.469 Load/download plugins (done) | time=2455ms [INFO] 07:42:36.887 Found an active CI vendor: 'Jenkins' [INFO] 07:42:36.894 Load project settings for component key: 'eclipse-capella_capella-studio' [INFO] 07:42:37.058 Load project settings for component key: 'eclipse-capella_capella-studio' (done) | time=164ms [INFO] 07:42:37.062 Process project properties [INFO] 07:42:37.100 Project key: eclipse-capella_capella-studio [INFO] 07:42:37.100 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash [INFO] 07:42:37.100 Working dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/target/sonar [INFO] 07:42:37.111 Load project branches [INFO] 07:42:37.290 Load project branches (done) | time=179ms [INFO] 07:42:37.294 Check ALM binding of project 'eclipse-capella_capella-studio' [INFO] 07:42:37.445 Detected project binding: BOUND [INFO] 07:42:37.446 Check ALM binding of project 'eclipse-capella_capella-studio' (done) | time=152ms [INFO] 07:42:37.448 Load project pull requests [INFO] 07:42:37.631 Load project pull requests (done) | time=183ms [INFO] 07:42:37.634 Load branch configuration [INFO] 07:42:37.636 Load branch configuration (done) | time=2ms [INFO] 07:42:37.643 Load quality profiles [INFO] 07:42:37.890 Load quality profiles (done) | time=247ms [INFO] 07:42:37.898 Load active rules [INFO] 07:42:46.764 Load active rules (done) | time=8866ms [INFO] 07:42:46.948 Organization key: eclipse-capella [INFO] 07:42:46.949 Branch name: enableRCPTT-working-squash, type: short-lived [WARNING] 07:42:46.950 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] 07:42:46.959 Preprocessing files... [INFO] 07:42:47.254 2 languages detected in 85 preprocessed files [INFO] 07:42:47.254 1 file ignored because of inclusion/exclusion patterns [INFO] 07:42:47.255 25 files ignored because of scm ignore settings [INFO] 07:42:47.262 Loading plugins for detected languages [INFO] 07:42:47.262 Load/download plugins [INFO] 07:42:47.658 Load/download plugins (done) | time=396ms [INFO] 07:42:47.845 Load project repositories [INFO] 07:42:48.225 Load project repositories (done) | time=380ms [INFO] 07:42:48.226 SCM collecting changed files in the branch [WARNING] 07:42:48.229 Could not find ref: master in refs/heads, refs/remotes/upstream or refs/remotes/origin [INFO] 07:42:48.233 SCM collecting changed files in the branch (done) | time=7ms [INFO] 07:42:48.234 Indexing files... [INFO] 07:42:48.235 Project configuration: [INFO] 07:42:48.235 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.235 Included tests: **/tests/* [INFO] 07:42:48.237 Indexing files of module 'org.polarsys.capella.ad.viewpoint.dsl.generation.ui' [INFO] 07:42:48.237 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui [INFO] 07:42:48.237 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.238 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.238 Included tests: **/tests/* [INFO] 07:42:48.244 Indexing files of module 'org.polarsys.capella.cdo.ta.definition' [INFO] 07:42:48.244 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition [INFO] 07:42:48.245 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.245 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.245 Included tests: **/tests/* [INFO] 07:42:48.245 Indexing files of module 'org.polarsys.capella.cdo.ta.definition.feature' [INFO] 07:42:48.246 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature [INFO] 07:42:48.246 Source paths: .polyglot.build.properties [INFO] 07:42:48.246 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.246 Included tests: **/tests/* [INFO] 07:42:48.246 Indexing files of module 'org.polarsys.capella.cdo.ta.ext' [INFO] 07:42:48.247 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext [INFO] 07:42:48.247 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.247 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.247 Included tests: **/tests/* [INFO] 07:42:48.247 Indexing files of module 'org.polarsys.capella.cdoxml.ta' [INFO] 07:42:48.248 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta [INFO] 07:42:48.248 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.248 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.248 Included tests: **/tests/* [INFO] 07:42:48.248 Indexing files of module 'org.polarsys.capella.cdoxml.ta.definition.feature' [INFO] 07:42:48.249 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature [INFO] 07:42:48.249 Source paths: .polyglot.build.properties [INFO] 07:42:48.249 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.249 Included tests: **/tests/* [INFO] 07:42:48.249 Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain' [INFO] 07:42:48.249 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain [INFO] 07:42:48.249 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.249 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.250 Included tests: **/tests/* [INFO] 07:42:48.250 Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain.model' [INFO] 07:42:48.250 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model [INFO] 07:42:48.250 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.250 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.250 Included tests: **/tests/* [INFO] 07:42:48.251 Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain.model.edit' [INFO] 07:42:48.251 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit [INFO] 07:42:48.251 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.251 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.251 Included tests: **/tests/* [INFO] 07:42:48.252 Indexing files of module 'org.polarsys.capella.cdoxml.ta.portfolio' [INFO] 07:42:48.252 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio [INFO] 07:42:48.252 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.252 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.252 Included tests: **/tests/* [INFO] 07:42:48.253 Indexing files of module 'org.polarsys.capella.extension.genchain' [INFO] 07:42:48.253 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain [INFO] 07:42:48.253 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.253 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.253 Included tests: **/tests/* [INFO] 07:42:48.254 Indexing files of module 'org.polarsys.capella.extension.genchain.model' [INFO] 07:42:48.254 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain.model [INFO] 07:42:48.254 Source paths: .polyglot.build.properties [INFO] 07:42:48.254 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.254 Included tests: **/tests/* [INFO] 07:42:48.255 Indexing files of module 'org.polarsys.capella.extension.genchain.model.edit' [INFO] 07:42:48.255 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain.model.edit [INFO] 07:42:48.255 Source paths: .polyglot.build.properties [INFO] 07:42:48.255 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.255 Included tests: **/tests/* [INFO] 07:42:48.256 Indexing files of module 'org.polarsys.capella.extension.sdk.feature' [INFO] 07:42:48.256 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/features/org.polarsys.capella.extension.sdk.feature [INFO] 07:42:48.256 Source paths: .polyglot.build.properties [INFO] 07:42:48.256 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.256 Included tests: **/tests/* [INFO] 07:42:48.256 Indexing files of module 'org.polarsys.capella.extension.tools' [INFO] 07:42:48.256 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.tools [INFO] 07:42:48.256 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.257 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.257 Included tests: **/tests/* [INFO] 07:42:48.257 Indexing files of module 'org.polarsys.capella.extension.tools.ui' [INFO] 07:42:48.257 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.tools.ui [INFO] 07:42:48.258 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.258 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.258 Included tests: **/tests/* [INFO] 07:42:48.259 Indexing files of module 'org.polarsys.capella.studio.doc' [INFO] 07:42:48.259 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/doc/plugins/org.polarsys.capella.studio.doc [INFO] 07:42:48.259 Source paths: .polyglot.build.properties [INFO] 07:42:48.259 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.259 Included tests: **/tests/* [INFO] 07:42:48.259 Indexing files of module 'org.polarsys.capella.studio.doc.feature' [INFO] 07:42:48.259 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/doc/features/org.polarsys.capella.studio.doc.feature [INFO] 07:42:48.260 Source paths: pom.xml [INFO] 07:42:48.260 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.260 Included tests: **/tests/* [INFO] 07:42:48.260 Indexing files of module 'org.polarsys.capella.studio.product' [INFO] 07:42:48.260 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/product/plugins/org.polarsys.capella.studio.product [INFO] 07:42:48.260 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.261 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.261 Included tests: **/tests/* [INFO] 07:42:48.261 Indexing files of module 'org.polarsys.capella.studio.product.feature' [INFO] 07:42:48.261 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/product/features/org.polarsys.capella.studio.product.feature [INFO] 07:42:48.261 Source paths: .polyglot.build.properties [INFO] 07:42:48.262 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.262 Included tests: **/tests/* [INFO] 07:42:48.262 Indexing files of module 'org.polarsys.capella.studio.releng.capella.feature' [INFO] 07:42:48.262 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/features/org.polarsys.capella.studio.releng.capella.feature [INFO] 07:42:48.262 Source paths: pom.xml [INFO] 07:42:48.262 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.262 Included tests: **/tests/* [INFO] 07:42:48.263 Indexing files of module 'org.polarsys.capella.studio.releng.eclipse.feature' [INFO] 07:42:48.263 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/features/org.polarsys.capella.studio.releng.eclipse.feature [INFO] 07:42:48.263 Source paths: pom.xml [INFO] 07:42:48.263 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.263 Included tests: **/tests/* [INFO] 07:42:48.264 Indexing files of module 'org.polarsys.capella.studio.releng.kitalpha.feature' [INFO] 07:42:48.264 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature [INFO] 07:42:48.264 Source paths: pom.xml [INFO] 07:42:48.264 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.264 Included tests: **/tests/* [INFO] 07:42:48.264 Indexing files of module 'org.polarsys.capella.studio.releng.updatesite' [INFO] 07:42:48.264 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.updatesite [INFO] 07:42:48.265 Source paths: pom.xml [INFO] 07:42:48.265 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.265 Included tests: **/tests/* [INFO] 07:42:48.265 Indexing files of module 'org.polarsys.capella.ta' [INFO] 07:42:48.265 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta [INFO] 07:42:48.265 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.266 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.266 Included tests: **/tests/* [INFO] 07:42:48.266 Indexing files of module 'org.polarsys.capella.ta.viewpoint.dsl.extension' [INFO] 07:42:48.266 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension [INFO] 07:42:48.266 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.266 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.267 Included tests: **/tests/* [INFO] 07:42:48.267 Indexing files of module 'org.polarsys.capella.ta.viewpoint.dsl.feature' [INFO] 07:42:48.267 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature [INFO] 07:42:48.267 Source paths: .polyglot.build.properties [INFO] 07:42:48.267 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.267 Included tests: **/tests/* [INFO] 07:42:48.268 Indexing files of module 'Capella Sudio Aggregator Module' [INFO] 07:42:48.268 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.aggregator [INFO] 07:42:48.268 Source paths: pom.xml [INFO] 07:42:48.268 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.268 Included tests: **/tests/* [INFO] 07:42:48.269 Indexing files of module 'org.polarsys.capella.ad.viewpoint.dsl.tests' [INFO] 07:42:48.269 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests [INFO] 07:42:48.269 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.269 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.269 Included tests: **/tests/* [INFO] 07:42:48.270 Indexing files of module 'org.polarsys.capella.studio.test' [INFO] 07:42:48.270 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/tests/plugins/org.polarsys.capella.studio.test [INFO] 07:42:48.270 Source paths: .polyglot.build.properties, src [INFO] 07:42:48.270 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.270 Included tests: **/tests/* [INFO] 07:42:48.271 Indexing files of module 'org.polarsys.capella.studio.test.feature' [INFO] 07:42:48.271 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/tests/features/org.polarsys.capella.studio.test.feature [INFO] 07:42:48.271 Source paths: .polyglot.build.properties [INFO] 07:42:48.271 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.271 Included tests: **/tests/* [INFO] 07:42:48.272 Indexing files of module 'Capella Sudio tests Aggregator Module' [INFO] 07:42:48.272 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests [INFO] 07:42:48.272 Source paths: pom.xml [INFO] 07:42:48.272 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.272 Included tests: **/tests/* [INFO] 07:42:48.272 Indexing files of module 'capellastudio.vpdsl.qualityassessment.reverse.tests' [INFO] 07:42:48.273 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests [INFO] 07:42:48.273 Source paths: pom.xml [INFO] 07:42:48.273 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.273 Included tests: **/tests/* [INFO] 07:42:48.273 Indexing files of module 'capellastudio.vpdsl.qualityassessment.tests' [INFO] 07:42:48.274 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/capellastudio.vpdsl.qualityassessment.tests [INFO] 07:42:48.274 Source paths: pom.xml [INFO] 07:42:48.274 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.274 Included tests: **/tests/* [INFO] 07:42:48.274 Indexing files of module 'org.polarsys.capella.extension.rcptt' [INFO] 07:42:48.274 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/tests/org.polarsys.capella.extension.rcptt [INFO] 07:42:48.274 Source paths: pom.xml [INFO] 07:42:48.275 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.275 Included tests: **/tests/* [INFO] 07:42:48.275 Indexing files of module 'org.polarsys.capella.gen.doc.tests' [INFO] 07:42:48.275 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/gendoc/tests/org.polarsys.capella.gen.doc.tests [INFO] 07:42:48.275 Source paths: pom.xml [INFO] 07:42:48.275 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.275 Included tests: **/tests/* [INFO] 07:42:48.276 Indexing files of module 'org.polarsys.capella.studio.ad.viewpoint.rcptt' [INFO] 07:42:48.276 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt [INFO] 07:42:48.276 Source paths: pom.xml [INFO] 07:42:48.276 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.276 Included tests: **/tests/* [INFO] 07:42:48.277 Indexing files of module 'Capella Studio RCPTT tests Aggregator Module' [INFO] 07:42:48.277 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests.rcptt [INFO] 07:42:48.277 Source paths: pom.xml [INFO] 07:42:48.277 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.277 Included tests: **/tests/* [INFO] 07:42:48.278 Indexing files of module 'org.polarsys.capella.studio.releng.targets' [INFO] 07:42:48.278 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.targets [INFO] 07:42:48.278 Source paths: pom.xml [INFO] 07:42:48.278 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.278 Included tests: **/tests/* [INFO] 07:42:48.278 Indexing files of module 'Capella Studio' [INFO] 07:42:48.278 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/releng/plugins/org.polarsys.capella.studio.releng.parent [INFO] 07:42:48.279 Source paths: pom.xml [INFO] 07:42:48.279 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.279 Included tests: **/tests/* [INFO] 07:42:48.279 Indexing files of module 'Capella Studio Root' [INFO] 07:42:48.279 Base dir: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash [INFO] 07:42:48.279 Source paths: pom.xml [INFO] 07:42:48.279 Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java, **/tests/* [INFO] 07:42:48.279 Included tests: **/tests/* [INFO] 07:42:48.280 85 files indexed [INFO] 07:42:48.288 Quality profile for java: Sonar way [INFO] 07:42:48.289 Quality profile for xml: Sonar way [INFO] 07:42:48.289 ------------- Run sensors on module org.polarsys.capella.studio.test [INFO] 07:42:48.362 Load metrics repository [INFO] 07:42:48.502 Load metrics repository (done) | time=140ms [INFO] 07:42:48.507 Sensor cache enabled [INFO] 07:42:48.509 Load sensor cache [INFO] 07:42:49.973 Load sensor cache (391 KB) | time=1464ms [INFO] 07:42:51.158 Sensor JavaSensor [java] [INFO] 07:42:51.162 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:42:51.252 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:42:51.254 Using ECJ batch to parse 4 Main java source files with batch size 161 KB. [INFO] 07:42:51.430 Starting batch processing. [INFO] 07:42:52.131 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:42:55.199 100% analyzed [INFO] 07:42:55.199 Batch processing: Done. [INFO] 07:42:55.201 Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] 07:42:55.250 No "Test" source files to scan. [INFO] 07:42:55.250 No "Generated" source files to scan. [INFO] 07:42:55.250 Sensor JavaSensor [java] (done) | time=4093ms [INFO] 07:42:55.251 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:55.251 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:55.251 Sensor SurefireSensor [java] [INFO] 07:42:55.252 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/tests/plugins/org.polarsys.capella.studio.test/target/surefire-reports] [INFO] 07:42:55.252 Sensor SurefireSensor [java] (done) | time=1ms [INFO] 07:42:55.253 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:55.254 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:42:55.256 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:42:55.307 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=55ms [INFO] 07:42:55.307 Sensor IaC Docker Sensor [iac] [INFO] 07:42:55.330 0 source files to be analyzed [INFO] 07:42:55.391 0/0 source files have been analyzed [INFO] 07:42:55.391 Sensor IaC Docker Sensor [iac] (done) | time=84ms [INFO] 07:42:55.391 Sensor Serverless configuration file sensor [security] [INFO] 07:42:55.392 0 Serverless function entries were found in the project [INFO] 07:42:55.394 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:55.394 Sensor Serverless configuration file sensor [security] (done) | time=3ms [INFO] 07:42:55.394 Sensor AWS SAM template file sensor [security] [INFO] 07:42:55.395 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 07:42:55.395 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:55.395 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:55.398 ------------- Run sensors on module org.polarsys.capella.ad.viewpoint.dsl.tests [INFO] 07:42:55.444 Sensor JavaSensor [java] [INFO] 07:42:55.444 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:42:55.457 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:42:55.457 Using ECJ batch to parse 2 Main java source files with batch size 161 KB. [INFO] 07:42:55.461 Starting batch processing. [INFO] 07:42:55.530 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:42:55.687 100% analyzed [INFO] 07:42:55.687 Batch processing: Done. [INFO] 07:42:55.689 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 07:42:55.690 No "Test" source files to scan. [INFO] 07:42:55.690 No "Generated" source files to scan. [INFO] 07:42:55.690 Sensor JavaSensor [java] (done) | time=247ms [INFO] 07:42:55.691 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:55.691 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:55.691 Sensor SurefireSensor [java] [INFO] 07:42:55.692 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/surefire-reports] [INFO] 07:42:55.728 Sensor SurefireSensor [java] (done) | time=37ms [INFO] 07:42:55.728 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:55.730 Importing 2 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:42:55.734 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=6ms [INFO] 07:42:55.734 Sensor IaC Docker Sensor [iac] [INFO] 07:42:55.735 0 source files to be analyzed [INFO] 07:42:55.743 0/0 source files have been analyzed [INFO] 07:42:55.743 Sensor IaC Docker Sensor [iac] (done) | time=9ms [INFO] 07:42:55.744 Sensor Serverless configuration file sensor [security] [INFO] 07:42:55.744 0 Serverless function entries were found in the project [INFO] 07:42:55.744 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:55.744 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:55.744 Sensor AWS SAM template file sensor [security] [INFO] 07:42:55.744 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:55.744 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:55.744 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:55.745 ------------- Run sensors on module org.polarsys.capella.studio.test.feature [INFO] 07:42:55.801 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:55.801 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:55.801 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:55.801 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:55.801 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:42:55.801 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] 07:42:55.802 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:42:55.802 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:42:55.802 Sensor IaC Docker Sensor [iac] [INFO] 07:42:55.803 0 source files to be analyzed [INFO] 07:42:55.829 0/0 source files have been analyzed [INFO] 07:42:55.829 Sensor IaC Docker Sensor [iac] (done) | time=27ms [INFO] 07:42:55.830 Sensor Serverless configuration file sensor [security] [INFO] 07:42:55.830 0 Serverless function entries were found in the project [INFO] 07:42:55.830 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:55.830 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:55.830 Sensor AWS SAM template file sensor [security] [INFO] 07:42:55.830 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:55.831 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:55.831 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:55.831 ------------- Run sensors on module Capella Sudio tests Aggregator Module [INFO] 07:42:55.882 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:55.882 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:55.882 Sensor XML Sensor [xml] [INFO] 07:42:55.884 1 source file to be analyzed [INFO] 07:42:55.990 1/1 source file has been analyzed [INFO] 07:42:55.990 Sensor XML Sensor [xml] (done) | time=108ms [INFO] 07:42:55.991 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:55.991 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:55.991 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:42:55.991 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] 07:42:55.991 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:42:55.991 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 07:42:55.991 Sensor IaC Docker Sensor [iac] [INFO] 07:42:55.992 0 source files to be analyzed [INFO] 07:42:55.997 0/0 source files have been analyzed [INFO] 07:42:55.997 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 07:42:55.997 Sensor Serverless configuration file sensor [security] [INFO] 07:42:55.997 0 Serverless function entries were found in the project [INFO] 07:42:55.997 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:55.997 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:55.997 Sensor AWS SAM template file sensor [security] [INFO] 07:42:55.997 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:55.998 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:55.998 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:55.998 ------------- Run sensors on module org.polarsys.capella.studio.releng.targets [INFO] 07:42:56.052 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:56.052 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:56.053 Sensor XML Sensor [xml] [INFO] 07:42:56.053 1 source file to be analyzed [INFO] 07:42:56.072 1/1 source file has been analyzed [INFO] 07:42:56.072 Sensor XML Sensor [xml] (done) | time=19ms [INFO] 07:42:56.072 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:56.072 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:56.072 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:42:56.073 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] 07:42:56.073 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:42:56.073 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:42:56.073 Sensor IaC Docker Sensor [iac] [INFO] 07:42:56.073 0 source files to be analyzed [INFO] 07:42:56.078 0/0 source files have been analyzed [INFO] 07:42:56.078 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 07:42:56.079 Sensor Serverless configuration file sensor [security] [INFO] 07:42:56.079 0 Serverless function entries were found in the project [INFO] 07:42:56.079 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:56.079 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 07:42:56.079 Sensor AWS SAM template file sensor [security] [INFO] 07:42:56.079 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:56.079 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:56.079 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:56.079 ------------- Run sensors on module org.polarsys.capella.extension.rcptt [INFO] 07:42:56.133 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:56.134 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 07:42:56.134 Sensor XML Sensor [xml] [INFO] 07:42:56.134 1 source file to be analyzed [INFO] 07:42:56.146 1/1 source file has been analyzed [INFO] 07:42:56.146 Sensor XML Sensor [xml] (done) | time=12ms [INFO] 07:42:56.146 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:56.146 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:56.147 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:42:56.147 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:42:56.148 Sensor IaC Docker Sensor [iac] [INFO] 07:42:56.148 0 source files to be analyzed [INFO] 07:42:56.152 0/0 source files have been analyzed [INFO] 07:42:56.152 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:42:56.153 Sensor Serverless configuration file sensor [security] [INFO] 07:42:56.153 0 Serverless function entries were found in the project [INFO] 07:42:56.153 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:56.153 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:56.153 Sensor AWS SAM template file sensor [security] [INFO] 07:42:56.153 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:56.153 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:56.153 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:56.153 ------------- Run sensors on module org.polarsys.capella.gen.doc.tests [INFO] 07:42:56.187 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:56.187 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:56.187 Sensor XML Sensor [xml] [INFO] 07:42:56.187 1 source file to be analyzed [INFO] 07:42:56.197 1/1 source file has been analyzed [INFO] 07:42:56.197 Sensor XML Sensor [xml] (done) | time=10ms [INFO] 07:42:56.198 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:56.198 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:56.198 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:42:56.228 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=30ms [INFO] 07:42:56.229 Sensor IaC Docker Sensor [iac] [INFO] 07:42:56.229 0 source files to be analyzed [INFO] 07:42:56.234 0/0 source files have been analyzed [INFO] 07:42:56.234 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 07:42:56.234 Sensor Serverless configuration file sensor [security] [INFO] 07:42:56.234 0 Serverless function entries were found in the project [INFO] 07:42:56.234 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:56.234 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:56.234 Sensor AWS SAM template file sensor [security] [INFO] 07:42:56.234 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:56.235 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:56.235 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:56.235 ------------- Run sensors on module org.polarsys.capella.studio.ad.viewpoint.rcptt [INFO] 07:42:56.269 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:56.269 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:56.270 Sensor XML Sensor [xml] [INFO] 07:42:56.270 1 source file to be analyzed [INFO] 07:42:56.280 1/1 source file has been analyzed [INFO] 07:42:56.280 Sensor XML Sensor [xml] (done) | time=10ms [INFO] 07:42:56.280 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:56.281 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:56.281 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:42:56.281 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] 07:42:56.281 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:42:56.281 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:42:56.281 Sensor IaC Docker Sensor [iac] [INFO] 07:42:56.282 0 source files to be analyzed [INFO] 07:42:56.285 0/0 source files have been analyzed [INFO] 07:42:56.286 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 07:42:56.286 Sensor Serverless configuration file sensor [security] [INFO] 07:42:56.286 0 Serverless function entries were found in the project [INFO] 07:42:56.286 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:56.286 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:56.286 Sensor AWS SAM template file sensor [security] [INFO] 07:42:56.286 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:56.286 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:56.286 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:56.286 ------------- Run sensors on module capellastudio.vpdsl.qualityassessment.reverse.tests [INFO] 07:42:56.333 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:56.333 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:56.333 Sensor XML Sensor [xml] [INFO] 07:42:56.334 1 source file to be analyzed [INFO] 07:42:56.343 1/1 source file has been analyzed [INFO] 07:42:56.343 Sensor XML Sensor [xml] (done) | time=10ms [INFO] 07:42:56.344 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:56.344 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:56.344 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:42:56.345 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:42:56.345 Sensor IaC Docker Sensor [iac] [INFO] 07:42:56.345 0 source files to be analyzed [INFO] 07:42:56.349 0/0 source files have been analyzed [INFO] 07:42:56.349 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:42:56.349 Sensor Serverless configuration file sensor [security] [INFO] 07:42:56.349 0 Serverless function entries were found in the project [INFO] 07:42:56.350 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:56.350 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 07:42:56.350 Sensor AWS SAM template file sensor [security] [INFO] 07:42:56.350 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:56.350 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:56.350 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:56.350 ------------- Run sensors on module capellastudio.vpdsl.qualityassessment.tests [INFO] 07:42:56.379 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:56.380 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 07:42:56.380 Sensor XML Sensor [xml] [INFO] 07:42:56.380 1 source file to be analyzed [INFO] 07:42:56.433 1/1 source file has been analyzed [INFO] 07:42:56.434 Sensor XML Sensor [xml] (done) | time=54ms [INFO] 07:42:56.434 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:56.434 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:56.434 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:42:56.435 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:42:56.435 Sensor IaC Docker Sensor [iac] [INFO] 07:42:56.436 0 source files to be analyzed [INFO] 07:42:56.439 0/0 source files have been analyzed [INFO] 07:42:56.440 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 07:42:56.440 Sensor Serverless configuration file sensor [security] [INFO] 07:42:56.440 0 Serverless function entries were found in the project [INFO] 07:42:56.440 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:56.440 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:56.440 Sensor AWS SAM template file sensor [security] [INFO] 07:42:56.440 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:56.440 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:56.440 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:56.440 ------------- Run sensors on module Capella Studio RCPTT tests Aggregator Module [INFO] 07:42:56.469 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:56.469 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:56.469 Sensor XML Sensor [xml] [INFO] 07:42:56.470 1 source file to be analyzed [INFO] 07:42:56.476 1/1 source file has been analyzed [INFO] 07:42:56.476 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 07:42:56.476 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:56.477 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:56.477 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:42:56.477 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] 07:42:56.477 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:42:56.477 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:42:56.477 Sensor IaC Docker Sensor [iac] [INFO] 07:42:56.477 0 source files to be analyzed [INFO] 07:42:56.481 0/0 source files have been analyzed [INFO] 07:42:56.481 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:42:56.481 Sensor Serverless configuration file sensor [security] [INFO] 07:42:56.482 0 Serverless function entries were found in the project [INFO] 07:42:56.482 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:56.482 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 07:42:56.482 Sensor AWS SAM template file sensor [security] [INFO] 07:42:56.482 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:56.482 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:56.482 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:56.482 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta [INFO] 07:42:56.553 Sensor JavaSensor [java] [INFO] 07:42:56.553 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:42:56.565 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:42:56.565 Using ECJ batch to parse 3 Main java source files with batch size 161 KB. [INFO] 07:42:56.569 Starting batch processing. [INFO] 07:42:56.670 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:42:56.844 100% analyzed [INFO] 07:42:56.844 Batch processing: Done. [INFO] 07:42:56.845 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 07:42:56.846 No "Test" source files to scan. [INFO] 07:42:56.846 No "Generated" source files to scan. [INFO] 07:42:56.847 Sensor JavaSensor [java] (done) | time=294ms [INFO] 07:42:56.847 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:56.847 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:56.847 Sensor SurefireSensor [java] [INFO] 07:42:56.847 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/surefire-reports] [INFO] 07:42:56.847 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:42:56.847 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:56.847 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:42:56.847 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:42:56.849 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 07:42:56.849 Sensor IaC Docker Sensor [iac] [INFO] 07:42:56.849 0 source files to be analyzed [INFO] 07:42:56.853 0/0 source files have been analyzed [INFO] 07:42:56.853 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:42:56.853 Sensor Serverless configuration file sensor [security] [INFO] 07:42:56.853 0 Serverless function entries were found in the project [INFO] 07:42:56.853 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:56.853 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:56.853 Sensor AWS SAM template file sensor [security] [INFO] 07:42:56.853 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:56.853 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:56.853 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:56.854 ------------- Run sensors on module org.polarsys.capella.extension.genchain [INFO] 07:42:56.880 Sensor JavaSensor [java] [INFO] 07:42:56.880 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:42:56.887 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:42:56.887 Using ECJ batch to parse 3 Main java source files with batch size 161 KB. [INFO] 07:42:56.890 Starting batch processing. [INFO] 07:42:56.958 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:42:57.238 100% analyzed [INFO] 07:42:57.238 Batch processing: Done. [INFO] 07:42:57.239 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 07:42:57.243 No "Test" source files to scan. [INFO] 07:42:57.243 No "Generated" source files to scan. [INFO] 07:42:57.243 Sensor JavaSensor [java] (done) | time=363ms [INFO] 07:42:57.243 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:57.243 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:57.244 Sensor SurefireSensor [java] [INFO] 07:42:57.244 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.genchain/target/surefire-reports] [INFO] 07:42:57.244 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:42:57.244 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:57.244 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:42:57.244 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:42:57.249 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=5ms [INFO] 07:42:57.249 Sensor IaC Docker Sensor [iac] [INFO] 07:42:57.250 0 source files to be analyzed [INFO] 07:42:57.255 0/0 source files have been analyzed [INFO] 07:42:57.255 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 07:42:57.256 Sensor Serverless configuration file sensor [security] [INFO] 07:42:57.256 0 Serverless function entries were found in the project [INFO] 07:42:57.256 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:57.256 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:57.256 Sensor AWS SAM template file sensor [security] [INFO] 07:42:57.256 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:57.256 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:57.256 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:57.257 ------------- Run sensors on module org.polarsys.capella.ta [INFO] 07:42:57.351 Sensor JavaSensor [java] [INFO] 07:42:57.351 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:42:57.364 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:42:57.365 Using ECJ batch to parse 2 Main java source files with batch size 161 KB. [INFO] 07:42:57.370 Starting batch processing. [INFO] 07:42:57.526 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:42:57.748 100% analyzed [INFO] 07:42:57.748 Batch processing: Done. [INFO] 07:42:57.749 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 07:42:57.752 No "Test" source files to scan. [INFO] 07:42:57.753 No "Generated" source files to scan. [INFO] 07:42:57.753 Sensor JavaSensor [java] (done) | time=402ms [INFO] 07:42:57.753 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:57.753 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:57.753 Sensor SurefireSensor [java] [INFO] 07:42:57.753 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta/target/surefire-reports] [INFO] 07:42:57.753 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:42:57.753 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:57.754 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:42:57.754 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:42:57.756 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] 07:42:57.756 Sensor IaC Docker Sensor [iac] [INFO] 07:42:57.757 0 source files to be analyzed [INFO] 07:42:57.763 0/0 source files have been analyzed [INFO] 07:42:57.763 Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] 07:42:57.763 Sensor Serverless configuration file sensor [security] [INFO] 07:42:57.763 0 Serverless function entries were found in the project [INFO] 07:42:57.763 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:57.763 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:57.763 Sensor AWS SAM template file sensor [security] [INFO] 07:42:57.763 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:57.764 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:57.764 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:57.764 ------------- Run sensors on module org.polarsys.capella.cdo.ta.definition.feature [INFO] 07:42:57.834 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:57.834 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:57.835 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:57.835 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:57.835 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:42:57.835 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] 07:42:57.835 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:42:57.835 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 07:42:57.835 Sensor IaC Docker Sensor [iac] [INFO] 07:42:57.836 0 source files to be analyzed [INFO] 07:42:57.844 0/0 source files have been analyzed [INFO] 07:42:57.844 Sensor IaC Docker Sensor [iac] (done) | time=9ms [INFO] 07:42:57.845 Sensor Serverless configuration file sensor [security] [INFO] 07:42:57.845 0 Serverless function entries were found in the project [INFO] 07:42:57.845 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:57.845 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:57.845 Sensor AWS SAM template file sensor [security] [INFO] 07:42:57.845 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:57.845 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:57.845 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:57.845 ------------- Run sensors on module org.polarsys.capella.ta.viewpoint.dsl.feature [INFO] 07:42:57.970 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:57.970 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:57.971 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:57.971 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:57.971 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:42:57.971 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] 07:42:57.971 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:42:57.971 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:42:57.971 Sensor IaC Docker Sensor [iac] [INFO] 07:42:57.971 0 source files to be analyzed [INFO] 07:42:57.975 0/0 source files have been analyzed [INFO] 07:42:57.975 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:42:57.975 Sensor Serverless configuration file sensor [security] [INFO] 07:42:57.975 0 Serverless function entries were found in the project [INFO] 07:42:57.975 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:57.975 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:57.976 Sensor AWS SAM template file sensor [security] [INFO] 07:42:57.976 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:57.976 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:57.976 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:57.976 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.definition.feature [INFO] 07:42:58.004 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:58.004 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 07:42:58.004 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:58.004 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:58.004 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:42:58.004 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] 07:42:58.004 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:42:58.004 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 07:42:58.004 Sensor IaC Docker Sensor [iac] [INFO] 07:42:58.005 0 source files to be analyzed [INFO] 07:42:58.009 0/0 source files have been analyzed [INFO] 07:42:58.010 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 07:42:58.010 Sensor Serverless configuration file sensor [security] [INFO] 07:42:58.010 0 Serverless function entries were found in the project [INFO] 07:42:58.010 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:58.010 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:58.010 Sensor AWS SAM template file sensor [security] [INFO] 07:42:58.010 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:58.010 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:58.010 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:58.010 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain.model [INFO] 07:42:58.049 Sensor JavaSensor [java] [INFO] 07:42:58.049 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:42:58.052 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:42:58.052 Using ECJ batch to parse 8 Main java source files with batch size 161 KB. [INFO] 07:42:58.058 Starting batch processing. [INFO] 07:42:58.092 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:42:58.492 100% analyzed [INFO] 07:42:58.492 Batch processing: Done. [INFO] 07:42:58.493 Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] 07:42:58.497 No "Test" source files to scan. [INFO] 07:42:58.497 No "Generated" source files to scan. [INFO] 07:42:58.497 Sensor JavaSensor [java] (done) | time=448ms [INFO] 07:42:58.498 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:58.498 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:58.498 Sensor SurefireSensor [java] [INFO] 07:42:58.498 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/surefire-reports] [INFO] 07:42:58.498 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:42:58.498 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:58.498 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:42:58.498 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:42:58.501 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] 07:42:58.501 Sensor IaC Docker Sensor [iac] [INFO] 07:42:58.502 0 source files to be analyzed [INFO] 07:42:58.528 0/0 source files have been analyzed [INFO] 07:42:58.528 Sensor IaC Docker Sensor [iac] (done) | time=27ms [INFO] 07:42:58.528 Sensor Serverless configuration file sensor [security] [INFO] 07:42:58.528 0 Serverless function entries were found in the project [INFO] 07:42:58.528 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:58.528 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:58.528 Sensor AWS SAM template file sensor [security] [INFO] 07:42:58.528 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:58.528 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:58.529 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] 07:42:58.529 ------------- Run sensors on module org.polarsys.capella.studio.releng.capella.feature [INFO] 07:42:58.553 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:58.553 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:58.553 Sensor XML Sensor [xml] [INFO] 07:42:58.554 1 source file to be analyzed [INFO] 07:42:58.559 1/1 source file has been analyzed [INFO] 07:42:58.559 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 07:42:58.560 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:58.560 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:58.560 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:42:58.560 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] 07:42:58.560 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:42:58.560 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 07:42:58.560 Sensor IaC Docker Sensor [iac] [INFO] 07:42:58.560 0 source files to be analyzed [INFO] 07:42:58.564 0/0 source files have been analyzed [INFO] 07:42:58.564 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:42:58.564 Sensor Serverless configuration file sensor [security] [INFO] 07:42:58.564 0 Serverless function entries were found in the project [INFO] 07:42:58.564 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:58.564 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:58.564 Sensor AWS SAM template file sensor [security] [INFO] 07:42:58.564 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:58.564 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:58.564 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:58.564 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain [INFO] 07:42:58.588 Sensor JavaSensor [java] [INFO] 07:42:58.589 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:42:58.593 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:42:58.593 Using ECJ batch to parse 1 Main java source files with batch size 161 KB. [INFO] 07:42:58.596 Starting batch processing. [INFO] 07:42:58.639 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:42:58.672 100% analyzed [INFO] 07:42:58.672 Batch processing: Done. [INFO] 07:42:58.673 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 07:42:58.673 No "Test" source files to scan. [INFO] 07:42:58.673 No "Generated" source files to scan. [INFO] 07:42:58.673 Sensor JavaSensor [java] (done) | time=85ms [INFO] 07:42:58.673 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:58.674 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:58.674 Sensor SurefireSensor [java] [INFO] 07:42:58.674 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/surefire-reports] [INFO] 07:42:58.674 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:42:58.674 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:58.674 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:42:58.674 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:42:58.675 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:42:58.675 Sensor IaC Docker Sensor [iac] [INFO] 07:42:58.676 0 source files to be analyzed [INFO] 07:42:58.679 0/0 source files have been analyzed [INFO] 07:42:58.679 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:42:58.680 Sensor Serverless configuration file sensor [security] [INFO] 07:42:58.680 0 Serverless function entries were found in the project [INFO] 07:42:58.680 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:58.680 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:58.680 Sensor AWS SAM template file sensor [security] [INFO] 07:42:58.680 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:58.680 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:58.680 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:58.680 ------------- Run sensors on module org.polarsys.capella.extension.sdk.feature [INFO] 07:42:58.704 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:58.704 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:58.705 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:58.705 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:58.705 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:42:58.705 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] 07:42:58.705 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:42:58.705 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 07:42:58.705 Sensor IaC Docker Sensor [iac] [INFO] 07:42:58.705 0 source files to be analyzed [INFO] 07:42:58.709 0/0 source files have been analyzed [INFO] 07:42:58.709 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:42:58.709 Sensor Serverless configuration file sensor [security] [INFO] 07:42:58.709 0 Serverless function entries were found in the project [INFO] 07:42:58.709 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:58.709 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:58.709 Sensor AWS SAM template file sensor [security] [INFO] 07:42:58.709 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:58.709 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:58.709 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:58.709 ------------- Run sensors on module org.polarsys.capella.studio.releng.updatesite [INFO] 07:42:58.744 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:58.744 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:58.744 Sensor XML Sensor [xml] [INFO] 07:42:58.745 1 source file to be analyzed [INFO] 07:42:58.750 1/1 source file has been analyzed [INFO] 07:42:58.750 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 07:42:58.750 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:58.750 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:42:58.750 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:42:58.750 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] 07:42:58.750 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:42:58.750 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 07:42:58.750 Sensor IaC Docker Sensor [iac] [INFO] 07:42:58.751 0 source files to be analyzed [INFO] 07:42:58.754 0/0 source files have been analyzed [INFO] 07:42:58.754 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:42:58.754 Sensor Serverless configuration file sensor [security] [INFO] 07:42:58.754 0 Serverless function entries were found in the project [INFO] 07:42:58.754 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:58.754 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:58.754 Sensor AWS SAM template file sensor [security] [INFO] 07:42:58.755 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 07:42:58.755 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:58.755 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:58.755 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain.model.edit [INFO] 07:42:58.778 Sensor JavaSensor [java] [INFO] 07:42:58.778 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:42:58.782 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:42:58.782 Using ECJ batch to parse 3 Main java source files with batch size 161 KB. [INFO] 07:42:58.787 Starting batch processing. [INFO] 07:42:58.830 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:42:59.052 100% analyzed [INFO] 07:42:59.052 Batch processing: Done. [INFO] 07:42:59.053 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 07:42:59.056 No "Test" source files to scan. [INFO] 07:42:59.056 No "Generated" source files to scan. [INFO] 07:42:59.056 Sensor JavaSensor [java] (done) | time=278ms [INFO] 07:42:59.057 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:42:59.057 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:42:59.057 Sensor SurefireSensor [java] [INFO] 07:42:59.057 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/surefire-reports] [INFO] 07:42:59.057 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:42:59.057 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:42:59.057 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:42:59.057 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:42:59.059 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 07:42:59.059 Sensor IaC Docker Sensor [iac] [INFO] 07:42:59.060 0 source files to be analyzed [INFO] 07:42:59.063 0/0 source files have been analyzed [INFO] 07:42:59.063 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:42:59.063 Sensor Serverless configuration file sensor [security] [INFO] 07:42:59.063 0 Serverless function entries were found in the project [INFO] 07:42:59.063 0 Serverless function handlers were kept as entrypoints [INFO] 07:42:59.063 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:42:59.064 Sensor AWS SAM template file sensor [security] [INFO] 07:42:59.064 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:42:59.064 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:42:59.064 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:42:59.064 ------------- Run sensors on module org.polarsys.capella.ad.viewpoint.dsl.generation.ui [INFO] 07:42:59.088 Sensor JavaSensor [java] [INFO] 07:42:59.088 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:42:59.095 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:42:59.095 Using ECJ batch to parse 21 Main java source files with batch size 161 KB. [INFO] 07:42:59.104 Starting batch processing. [INFO] 07:42:59.179 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:43:01.102 100% analyzed [INFO] 07:43:01.102 Batch processing: Done. [INFO] 07:43:01.103 Did not optimize analysis for any files, performed a full analysis for all 21 files. [INFO] 07:43:01.110 No "Test" source files to scan. [INFO] 07:43:01.110 No "Generated" source files to scan. [INFO] 07:43:01.110 Sensor JavaSensor [java] (done) | time=2022ms [INFO] 07:43:01.110 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:01.110 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:01.110 Sensor SurefireSensor [java] [INFO] 07:43:01.110 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/surefire-reports] [INFO] 07:43:01.110 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:43:01.110 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:01.111 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:43:01.111 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:43:01.133 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=23ms [INFO] 07:43:01.133 Sensor IaC Docker Sensor [iac] [INFO] 07:43:01.134 0 source files to be analyzed [INFO] 07:43:01.138 0/0 source files have been analyzed [INFO] 07:43:01.138 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 07:43:01.139 Sensor Serverless configuration file sensor [security] [INFO] 07:43:01.139 0 Serverless function entries were found in the project [INFO] 07:43:01.139 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:01.139 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:01.139 Sensor AWS SAM template file sensor [security] [INFO] 07:43:01.139 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:01.139 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:01.139 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:01.139 ------------- Run sensors on module org.polarsys.capella.cdo.ta.definition [INFO] 07:43:01.165 Sensor JavaSensor [java] [INFO] 07:43:01.165 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:43:01.175 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:43:01.175 Using ECJ batch to parse 2 Main java source files with batch size 161 KB. [INFO] 07:43:01.179 Starting batch processing. [INFO] 07:43:01.237 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:43:01.273 100% analyzed [INFO] 07:43:01.273 Batch processing: Done. [INFO] 07:43:01.275 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 07:43:01.275 No "Test" source files to scan. [INFO] 07:43:01.275 No "Generated" source files to scan. [INFO] 07:43:01.275 Sensor JavaSensor [java] (done) | time=110ms [INFO] 07:43:01.276 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:01.276 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:01.276 Sensor SurefireSensor [java] [INFO] 07:43:01.276 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/surefire-reports] [INFO] 07:43:01.276 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:43:01.276 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:01.276 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:43:01.276 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:43:01.277 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:43:01.277 Sensor IaC Docker Sensor [iac] [INFO] 07:43:01.278 0 source files to be analyzed [INFO] 07:43:01.281 0/0 source files have been analyzed [INFO] 07:43:01.281 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:43:01.281 Sensor Serverless configuration file sensor [security] [INFO] 07:43:01.281 0 Serverless function entries were found in the project [INFO] 07:43:01.281 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:01.281 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:01.281 Sensor AWS SAM template file sensor [security] [INFO] 07:43:01.281 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:01.281 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:01.281 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:01.281 ------------- Run sensors on module org.polarsys.capella.studio.releng.kitalpha.feature [INFO] 07:43:01.305 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:01.305 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:01.305 Sensor XML Sensor [xml] [INFO] 07:43:01.305 1 source file to be analyzed [INFO] 07:43:01.310 1/1 source file has been analyzed [INFO] 07:43:01.311 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 07:43:01.311 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:01.311 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:43:01.311 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:43:01.311 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] 07:43:01.311 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:43:01.311 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 07:43:01.311 Sensor IaC Docker Sensor [iac] [INFO] 07:43:01.311 0 source files to be analyzed [INFO] 07:43:01.315 0/0 source files have been analyzed [INFO] 07:43:01.315 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:43:01.315 Sensor Serverless configuration file sensor [security] [INFO] 07:43:01.315 0 Serverless function entries were found in the project [INFO] 07:43:01.325 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:01.325 Sensor Serverless configuration file sensor [security] (done) | time=10ms [INFO] 07:43:01.325 Sensor AWS SAM template file sensor [security] [INFO] 07:43:01.325 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:01.325 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:01.325 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:01.325 ------------- Run sensors on module org.polarsys.capella.extension.tools.ui [INFO] 07:43:01.349 Sensor JavaSensor [java] [INFO] 07:43:01.349 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:43:01.360 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:43:01.360 Using ECJ batch to parse 6 Main java source files with batch size 161 KB. [INFO] 07:43:01.366 Starting batch processing. [INFO] 07:43:01.464 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:43:02.247 100% analyzed [INFO] 07:43:02.247 Batch processing: Done. [INFO] 07:43:02.248 Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] 07:43:02.255 No "Test" source files to scan. [INFO] 07:43:02.255 No "Generated" source files to scan. [INFO] 07:43:02.255 Sensor JavaSensor [java] (done) | time=906ms [INFO] 07:43:02.256 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:02.256 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:02.256 Sensor SurefireSensor [java] [INFO] 07:43:02.256 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.tools.ui/target/surefire-reports] [INFO] 07:43:02.256 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:43:02.256 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:02.256 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:43:02.256 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:43:02.261 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=5ms [INFO] 07:43:02.261 Sensor IaC Docker Sensor [iac] [INFO] 07:43:02.262 0 source files to be analyzed [INFO] 07:43:02.265 0/0 source files have been analyzed [INFO] 07:43:02.265 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:43:02.265 Sensor Serverless configuration file sensor [security] [INFO] 07:43:02.265 0 Serverless function entries were found in the project [INFO] 07:43:02.265 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:02.265 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:02.265 Sensor AWS SAM template file sensor [security] [INFO] 07:43:02.265 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:02.265 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:02.265 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:02.266 ------------- Run sensors on module org.polarsys.capella.ta.viewpoint.dsl.extension [INFO] 07:43:02.289 Sensor JavaSensor [java] [INFO] 07:43:02.290 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:43:02.292 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:43:02.293 Using ECJ batch to parse 1 Main java source files with batch size 161 KB. [INFO] 07:43:02.294 Starting batch processing. [INFO] 07:43:02.307 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:43:02.339 100% analyzed [INFO] 07:43:02.339 Batch processing: Done. [INFO] 07:43:02.339 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 07:43:02.339 No "Test" source files to scan. [INFO] 07:43:02.340 No "Generated" source files to scan. [INFO] 07:43:02.340 Sensor JavaSensor [java] (done) | time=51ms [INFO] 07:43:02.340 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:02.340 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:02.340 Sensor SurefireSensor [java] [INFO] 07:43:02.340 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/surefire-reports] [INFO] 07:43:02.340 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:43:02.340 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:02.340 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:43:02.340 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:43:02.341 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:43:02.341 Sensor IaC Docker Sensor [iac] [INFO] 07:43:02.342 0 source files to be analyzed [INFO] 07:43:02.345 0/0 source files have been analyzed [INFO] 07:43:02.345 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:43:02.345 Sensor Serverless configuration file sensor [security] [INFO] 07:43:02.345 0 Serverless function entries were found in the project [INFO] 07:43:02.345 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:02.345 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:02.345 Sensor AWS SAM template file sensor [security] [INFO] 07:43:02.345 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:02.345 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:02.345 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:02.345 ------------- Run sensors on module org.polarsys.capella.cdo.ta.ext [INFO] 07:43:02.369 Sensor JavaSensor [java] [INFO] 07:43:02.369 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:43:02.375 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:43:02.375 Using ECJ batch to parse 2 Main java source files with batch size 161 KB. [INFO] 07:43:02.378 Starting batch processing. [INFO] 07:43:02.408 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:43:02.443 100% analyzed [INFO] 07:43:02.443 Batch processing: Done. [INFO] 07:43:02.444 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 07:43:02.444 No "Test" source files to scan. [INFO] 07:43:02.444 No "Generated" source files to scan. [INFO] 07:43:02.444 Sensor JavaSensor [java] (done) | time=75ms [INFO] 07:43:02.445 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:02.445 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:02.445 Sensor SurefireSensor [java] [INFO] 07:43:02.445 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/surefire-reports] [INFO] 07:43:02.445 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:43:02.445 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:02.445 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:43:02.445 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:43:02.446 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:43:02.446 Sensor IaC Docker Sensor [iac] [INFO] 07:43:02.447 0 source files to be analyzed [INFO] 07:43:02.450 0/0 source files have been analyzed [INFO] 07:43:02.450 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:43:02.450 Sensor Serverless configuration file sensor [security] [INFO] 07:43:02.450 0 Serverless function entries were found in the project [INFO] 07:43:02.450 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:02.450 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:02.450 Sensor AWS SAM template file sensor [security] [INFO] 07:43:02.450 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:02.450 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:02.450 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:02.451 ------------- Run sensors on module org.polarsys.capella.extension.tools [INFO] 07:43:02.475 Sensor JavaSensor [java] [INFO] 07:43:02.475 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:43:02.486 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:43:02.486 Using ECJ batch to parse 5 Main java source files with batch size 161 KB. [INFO] 07:43:02.491 Starting batch processing. [INFO] 07:43:02.559 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:43:03.290 100% analyzed [INFO] 07:43:03.290 Batch processing: Done. [INFO] 07:43:03.292 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 07:43:03.294 No "Test" source files to scan. [INFO] 07:43:03.295 No "Generated" source files to scan. [INFO] 07:43:03.295 Sensor JavaSensor [java] (done) | time=820ms [INFO] 07:43:03.295 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:03.295 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:03.295 Sensor SurefireSensor [java] [INFO] 07:43:03.295 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/extension/plugins/org.polarsys.capella.extension.tools/target/surefire-reports] [INFO] 07:43:03.295 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:43:03.295 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:03.295 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:43:03.295 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:43:03.301 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=6ms [INFO] 07:43:03.302 Sensor IaC Docker Sensor [iac] [INFO] 07:43:03.302 0 source files to be analyzed [INFO] 07:43:03.305 0/0 source files have been analyzed [INFO] 07:43:03.305 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 07:43:03.305 Sensor Serverless configuration file sensor [security] [INFO] 07:43:03.305 0 Serverless function entries were found in the project [INFO] 07:43:03.305 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:03.305 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:03.305 Sensor AWS SAM template file sensor [security] [INFO] 07:43:03.305 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:03.306 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:03.306 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:03.306 ------------- Run sensors on module org.polarsys.capella.studio.product [INFO] 07:43:03.335 Sensor JavaSensor [java] [INFO] 07:43:03.335 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:43:03.343 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:43:03.343 Using ECJ batch to parse 4 Main java source files with batch size 161 KB. [INFO] 07:43:03.347 Starting batch processing. [INFO] 07:43:03.387 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:43:04.028 100% analyzed [INFO] 07:43:04.028 Batch processing: Done. [INFO] 07:43:04.029 Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] 07:43:04.034 No "Test" source files to scan. [INFO] 07:43:04.034 No "Generated" source files to scan. [INFO] 07:43:04.034 Sensor JavaSensor [java] (done) | time=699ms [INFO] 07:43:04.034 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:04.034 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:04.034 Sensor SurefireSensor [java] [INFO] 07:43:04.034 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/product/plugins/org.polarsys.capella.studio.product/target/surefire-reports] [INFO] 07:43:04.034 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:43:04.034 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:04.034 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:43:04.034 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:43:04.037 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] 07:43:04.037 Sensor IaC Docker Sensor [iac] [INFO] 07:43:04.037 0 source files to be analyzed [INFO] 07:43:04.040 0/0 source files have been analyzed [INFO] 07:43:04.040 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 07:43:04.041 Sensor Serverless configuration file sensor [security] [INFO] 07:43:04.041 0 Serverless function entries were found in the project [INFO] 07:43:04.041 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:04.041 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:04.041 Sensor AWS SAM template file sensor [security] [INFO] 07:43:04.041 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:04.041 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:04.041 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:04.041 ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.portfolio [INFO] 07:43:04.064 Sensor JavaSensor [java] [INFO] 07:43:04.064 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] 07:43:04.067 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 07:43:04.067 Using ECJ batch to parse 1 Main java source files with batch size 161 KB. [INFO] 07:43:04.069 Starting batch processing. [INFO] 07:43:04.091 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 07:43:04.136 100% analyzed [INFO] 07:43:04.136 Batch processing: Done. [INFO] 07:43:04.137 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 07:43:04.137 No "Test" source files to scan. [INFO] 07:43:04.137 No "Generated" source files to scan. [INFO] 07:43:04.137 Sensor JavaSensor [java] (done) | time=73ms [INFO] 07:43:04.138 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:04.138 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:04.138 Sensor SurefireSensor [java] [INFO] 07:43:04.138 parsing [/home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/surefire-reports] [INFO] 07:43:04.138 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 07:43:04.138 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:04.138 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:43:04.138 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:43:04.140 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 07:43:04.140 Sensor IaC Docker Sensor [iac] [INFO] 07:43:04.140 0 source files to be analyzed [INFO] 07:43:04.143 0/0 source files have been analyzed [INFO] 07:43:04.143 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 07:43:04.144 Sensor Serverless configuration file sensor [security] [INFO] 07:43:04.144 0 Serverless function entries were found in the project [INFO] 07:43:04.144 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:04.144 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:04.144 Sensor AWS SAM template file sensor [security] [INFO] 07:43:04.144 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:04.144 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:04.144 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:04.144 ------------- Run sensors on module org.polarsys.capella.studio.releng.eclipse.feature [INFO] 07:43:04.167 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:04.167 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:04.167 Sensor XML Sensor [xml] [INFO] 07:43:04.168 1 source file to be analyzed [INFO] 07:43:04.173 1/1 source file has been analyzed [INFO] 07:43:04.173 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 07:43:04.173 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:04.173 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:43:04.173 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:43:04.173 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] 07:43:04.174 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:43:04.174 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:43:04.174 Sensor IaC Docker Sensor [iac] [INFO] 07:43:04.174 0 source files to be analyzed [INFO] 07:43:04.177 0/0 source files have been analyzed [INFO] 07:43:04.177 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 07:43:04.178 Sensor Serverless configuration file sensor [security] [INFO] 07:43:04.178 0 Serverless function entries were found in the project [INFO] 07:43:04.178 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:04.178 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:04.178 Sensor AWS SAM template file sensor [security] [INFO] 07:43:04.178 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:04.178 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:04.178 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:04.178 ------------- Run sensors on module org.polarsys.capella.studio.product.feature [INFO] 07:43:04.201 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:04.201 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:04.202 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:04.202 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:43:04.202 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:43:04.202 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] 07:43:04.202 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:43:04.202 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 07:43:04.202 Sensor IaC Docker Sensor [iac] [INFO] 07:43:04.202 0 source files to be analyzed [INFO] 07:43:04.206 0/0 source files have been analyzed [INFO] 07:43:04.206 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:43:04.206 Sensor Serverless configuration file sensor [security] [INFO] 07:43:04.206 0 Serverless function entries were found in the project [INFO] 07:43:04.206 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:04.206 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:04.206 Sensor AWS SAM template file sensor [security] [INFO] 07:43:04.206 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:04.206 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:04.206 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:04.206 ------------- Run sensors on module org.polarsys.capella.studio.doc [INFO] 07:43:04.242 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:04.242 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:04.242 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:04.242 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:43:04.242 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:43:04.242 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] 07:43:04.242 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:43:04.242 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 07:43:04.242 Sensor IaC Docker Sensor [iac] [INFO] 07:43:04.243 0 source files to be analyzed [INFO] 07:43:04.246 0/0 source files have been analyzed [INFO] 07:43:04.246 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:43:04.246 Sensor Serverless configuration file sensor [security] [INFO] 07:43:04.246 0 Serverless function entries were found in the project [INFO] 07:43:04.246 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:04.246 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:04.246 Sensor AWS SAM template file sensor [security] [INFO] 07:43:04.246 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:04.246 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:04.246 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:04.247 ------------- Run sensors on module org.polarsys.capella.studio.doc.feature [INFO] 07:43:04.269 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:04.270 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 07:43:04.270 Sensor XML Sensor [xml] [INFO] 07:43:04.270 1 source file to be analyzed [INFO] 07:43:04.275 1/1 source file has been analyzed [INFO] 07:43:04.275 Sensor XML Sensor [xml] (done) | time=5ms [INFO] 07:43:04.275 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:04.276 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:43:04.276 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:43:04.276 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] 07:43:04.276 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:43:04.276 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:43:04.276 Sensor IaC Docker Sensor [iac] [INFO] 07:43:04.276 0 source files to be analyzed [INFO] 07:43:04.279 0/0 source files have been analyzed [INFO] 07:43:04.279 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 07:43:04.279 Sensor Serverless configuration file sensor [security] [INFO] 07:43:04.279 0 Serverless function entries were found in the project [INFO] 07:43:04.279 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:04.279 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:04.280 Sensor AWS SAM template file sensor [security] [INFO] 07:43:04.280 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:04.280 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:04.280 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:04.280 ------------- Run sensors on module org.polarsys.capella.extension.genchain.model.edit [INFO] 07:43:04.303 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:04.303 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:04.304 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:04.304 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:43:04.304 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:43:04.326 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=22ms [INFO] 07:43:04.326 Sensor IaC Docker Sensor [iac] [INFO] 07:43:04.326 0 source files to be analyzed [INFO] 07:43:04.330 0/0 source files have been analyzed [INFO] 07:43:04.330 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:43:04.330 Sensor Serverless configuration file sensor [security] [INFO] 07:43:04.330 0 Serverless function entries were found in the project [INFO] 07:43:04.330 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:04.330 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:04.330 Sensor AWS SAM template file sensor [security] [INFO] 07:43:04.330 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:04.330 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:04.330 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:04.330 ------------- Run sensors on module org.polarsys.capella.extension.genchain.model [INFO] 07:43:04.353 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:04.354 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 07:43:04.354 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:04.354 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] 07:43:04.354 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 07:43:04.355 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 07:43:04.355 Sensor IaC Docker Sensor [iac] [INFO] 07:43:04.363 0 source files to be analyzed [INFO] 07:43:04.366 0/0 source files have been analyzed [INFO] 07:43:04.367 Sensor IaC Docker Sensor [iac] (done) | time=12ms [INFO] 07:43:04.367 Sensor Serverless configuration file sensor [security] [INFO] 07:43:04.367 0 Serverless function entries were found in the project [INFO] 07:43:04.367 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:04.367 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:04.367 Sensor AWS SAM template file sensor [security] [INFO] 07:43:04.367 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:04.367 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:04.367 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:04.367 ------------- Run sensors on module Capella Sudio Aggregator Module [INFO] 07:43:04.390 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:04.390 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:04.391 Sensor XML Sensor [xml] [INFO] 07:43:04.391 1 source file to be analyzed [INFO] 07:43:04.398 1/1 source file has been analyzed [INFO] 07:43:04.398 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 07:43:04.398 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:04.398 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:43:04.398 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:43:04.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] 07:43:04.398 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:43:04.398 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 07:43:04.398 Sensor IaC Docker Sensor [iac] [INFO] 07:43:04.399 0 source files to be analyzed [INFO] 07:43:04.402 0/0 source files have been analyzed [INFO] 07:43:04.402 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:43:04.402 Sensor Serverless configuration file sensor [security] [INFO] 07:43:04.403 0 Serverless function entries were found in the project [INFO] 07:43:04.403 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:04.403 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 07:43:04.403 Sensor AWS SAM template file sensor [security] [INFO] 07:43:04.403 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:04.403 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:04.403 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:04.403 ------------- Run sensors on module Capella Studio [INFO] 07:43:04.434 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:04.434 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:04.434 Sensor XML Sensor [xml] [INFO] 07:43:04.435 1 source file to be analyzed [INFO] 07:43:04.456 1/1 source file has been analyzed [INFO] 07:43:04.456 Sensor XML Sensor [xml] (done) | time=22ms [INFO] 07:43:04.457 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:04.457 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:43:04.457 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:43:04.457 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] 07:43:04.457 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:43:04.457 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 07:43:04.457 Sensor IaC Docker Sensor [iac] [INFO] 07:43:04.457 0 source files to be analyzed [INFO] 07:43:04.461 0/0 source files have been analyzed [INFO] 07:43:04.461 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:43:04.461 Sensor Serverless configuration file sensor [security] [INFO] 07:43:04.461 0 Serverless function entries were found in the project [INFO] 07:43:04.461 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:04.461 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:04.461 Sensor AWS SAM template file sensor [security] [INFO] 07:43:04.461 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:04.461 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:04.461 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:04.461 ------------- Run sensors on module Capella Studio Root [INFO] 07:43:04.486 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 07:43:04.486 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 07:43:04.486 Sensor XML Sensor [xml] [INFO] 07:43:04.486 1 source file to be analyzed [INFO] 07:43:04.492 1/1 source file has been analyzed [INFO] 07:43:04.493 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 07:43:04.493 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 07:43:04.493 Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] 07:43:04.493 Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] 07:43:04.493 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] 07:43:04.493 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 07:43:04.493 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 07:43:04.493 Sensor IaC Docker Sensor [iac] [INFO] 07:43:04.494 0 source files to be analyzed [INFO] 07:43:04.497 0/0 source files have been analyzed [INFO] 07:43:04.497 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 07:43:04.497 Sensor Serverless configuration file sensor [security] [INFO] 07:43:04.497 0 Serverless function entries were found in the project [INFO] 07:43:04.497 0 Serverless function handlers were kept as entrypoints [INFO] 07:43:04.497 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 07:43:04.497 Sensor AWS SAM template file sensor [security] [INFO] 07:43:04.497 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 07:43:04.497 Sensor AWS SAM Inline template file sensor [security] [INFO] 07:43:04.497 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 07:43:04.497 Sensor javabugs [dbd] [INFO] 07:43:04.552 Reading IR files from: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/target/sonar/ir/java [INFO] 07:43:04.569 Analyzing 398 functions to detect bugs. [INFO] 07:43:05.302 Sensor javabugs [dbd] (done) | time=805ms [INFO] 07:43:05.302 Sensor pythonbugs [dbd] [INFO] 07:43:05.303 Reading IR files from: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/target/sonar/ir/python [INFO] 07:43:05.303 No IR files have been included for analysis. [INFO] 07:43:05.303 Sensor pythonbugs [dbd] (done) | time=1ms [INFO] 07:43:05.303 Sensor TextAndSecretsSensor [text] [INFO] 07:43:05.325 Available processors: 2 [INFO] 07:43:05.325 Using 2 threads for analysis. [INFO] 07:43:05.771 84 source files to be analyzed [INFO] 07:43:06.460 84/84 source files have been analyzed [INFO] 07:43:06.461 Sensor TextAndSecretsSensor [text] (done) | time=1158ms [INFO] 07:43:06.461 Sensor JavaSecuritySensor [security] [INFO] 07:43:06.464 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] 07:43:06.465 Load type hierarchy and UCFGs: Starting [INFO] 07:43:06.465 Load type hierarchy: Starting [INFO] 07:43:06.465 Reading type hierarchy from: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/target/sonar/ucfg2/java [INFO] 07:43:06.562 Read 574 type definitions [INFO] 07:43:06.578 Load type hierarchy: Time spent was 00:00:00.112 [INFO] 07:43:06.578 Load UCFGs: Starting [INFO] 07:43:06.579 Reading UCFGs from: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/target/sonar/ucfg2/java [INFO] 07:43:06.849 Load UCFGs: Time spent was 00:00:00.271 [INFO] 07:43:06.850 Load type hierarchy and UCFGs: Time spent was 00:00:00.384 [INFO] 07:43:06.850 Analyzing 373 UCFGs to detect vulnerabilities. [INFO] 07:43:06.850 Check cache: Starting [INFO] 07:43:06.850 Load cache: Starting [INFO] 07:43:06.850 Load cache: Time spent was 00:00:00.000 [INFO] 07:43:06.850 Check cache: Time spent was 00:00:00.000 [INFO] 07:43:06.850 Create runtime call graph: Starting [INFO] 07:43:06.851 Variable Type Analysis #1: Starting [INFO] 07:43:06.852 Create runtime type propagation graph: Starting [INFO] 07:43:06.874 Create runtime type propagation graph: Time spent was 00:00:00.022 [INFO] 07:43:06.875 Run SCC (Tarjan) on 1968 nodes: Starting [INFO] 07:43:06.879 Run SCC (Tarjan) on 1968 nodes: Time spent was 00:00:00.004 [INFO] 07:43:06.879 Tarjan found 1966 strongly connected components [INFO] 07:43:06.879 Propagate runtime types to strongly connected components: Starting [INFO] 07:43:06.885 Propagate runtime types to strongly connected components: Time spent was 00:00:00.006 [INFO] 07:43:06.886 Variable Type Analysis #1: Time spent was 00:00:00.034 [INFO] 07:43:06.890 Variable Type Analysis #2: Starting [INFO] 07:43:06.890 Create runtime type propagation graph: Starting [INFO] 07:43:06.905 Create runtime type propagation graph: Time spent was 00:00:00.014 [INFO] 07:43:06.905 Run SCC (Tarjan) on 1962 nodes: Starting [INFO] 07:43:06.906 Run SCC (Tarjan) on 1962 nodes: Time spent was 00:00:00.001 [INFO] 07:43:06.907 Tarjan found 1960 strongly connected components [INFO] 07:43:06.907 Propagate runtime types to strongly connected components: Starting [INFO] 07:43:06.909 Propagate runtime types to strongly connected components: Time spent was 00:00:00.002 [INFO] 07:43:06.910 Variable Type Analysis #2: Time spent was 00:00:00.019 [INFO] 07:43:06.926 Create runtime call graph: Time spent was 00:00:00.075 [INFO] 07:43:06.926 Load config: Starting [INFO] 07:43:09.115 Load config: Time spent was 00:00:02.188 [INFO] 07:43:09.115 Compute entry points: Starting [INFO] 07:43:11.723 Compute entry points: Time spent was 00:00:02.607 [INFO] 07:43:11.724 No entry points found. [INFO] 07:43:11.724 java security sensor: Time spent was 00:00:05.260 [INFO] 07:43:11.741 java security sensor: Begin: 2024-04-10T07:43:06.463752577Z, End: 2024-04-10T07:43:11.724306661Z, Duration: 00:00:05.260 Load type hierarchy and UCFGs: Begin: 2024-04-10T07:43:06.465406469Z, End: 2024-04-10T07:43:06.850003711Z, Duration: 00:00:00.384 Load type hierarchy: Begin: 2024-04-10T07:43:06.465455414Z, End: 2024-04-10T07:43:06.578181094Z, Duration: 00:00:00.112 Load UCFGs: Begin: 2024-04-10T07:43:06.578536342Z, End: 2024-04-10T07:43:06.849853522Z, Duration: 00:00:00.271 Check cache: Begin: 2024-04-10T07:43:06.850092670Z, End: 2024-04-10T07:43:06.850465581Z, Duration: 00:00:00.000 Load cache: Begin: 2024-04-10T07:43:06.850118674Z, End: 2024-04-10T07:43:06.850150925Z, Duration: 00:00:00.000 Create runtime call graph: Begin: 2024-04-10T07:43:06.850533630Z, End: 2024-04-10T07:43:06.926473091Z, Duration: 00:00:00.075 Variable Type Analysis #1: Begin: 2024-04-10T07:43:06.851318207Z, End: 2024-04-10T07:43:06.885990017Z, Duration: 00:00:00.034 Create runtime type propagation graph: Begin: 2024-04-10T07:43:06.852306748Z, End: 2024-04-10T07:43:06.874584151Z, Duration: 00:00:00.022 Run SCC (Tarjan) on 1968 nodes: Begin: 2024-04-10T07:43:06.875078784Z, End: 2024-04-10T07:43:06.879496541Z, Duration: 00:00:00.004 Propagate runtime types to strongly connected components: Begin: 2024-04-10T07:43:06.879671565Z, End: 2024-04-10T07:43:06.885873809Z, Duration: 00:00:00.006 Variable Type Analysis #2: Begin: 2024-04-10T07:43:06.890124856Z, End: 2024-04-10T07:43:06.910007206Z, Duration: 00:00:00.019 Create runtime type propagation graph: Begin: 2024-04-10T07:43:06.890173355Z, End: 2024-04-10T07:43:06.905018823Z, Duration: 00:00:00.014 Run SCC (Tarjan) on 1962 nodes: Begin: 2024-04-10T07:43:06.905156742Z, End: 2024-04-10T07:43:06.906957958Z, Duration: 00:00:00.001 Propagate runtime types to strongly connected components: Begin: 2024-04-10T07:43:06.907030282Z, End: 2024-04-10T07:43:06.909955103Z, Duration: 00:00:00.002 Load config: Begin: 2024-04-10T07:43:06.926588665Z, End: 2024-04-10T07:43:09.114828952Z, Duration: 00:00:02.188 Compute entry points: Begin: 2024-04-10T07:43:09.115706227Z, End: 2024-04-10T07:43:11.723657888Z, Duration: 00:00:02.607 [INFO] 07:43:11.741 java security sensor peak memory: 1756 MB [INFO] 07:43:11.741 Sensor JavaSecuritySensor [security] (done) | time=5280ms [INFO] 07:43:11.742 Sensor CSharpSecuritySensor [security] [INFO] 07:43:11.742 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] 07:43:11.742 Load type hierarchy and UCFGs: Starting [INFO] 07:43:11.742 Load type hierarchy: Starting [INFO] 07:43:11.742 Reading type hierarchy from: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/target/ucfg2/cs [INFO] 07:43:11.742 Read 0 type definitions [INFO] 07:43:11.743 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 07:43:11.743 Load UCFGs: Starting [INFO] 07:43:11.743 Load UCFGs: Time spent was 00:00:00.000 [INFO] 07:43:11.743 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 07:43:11.743 No UCFGs have been included for analysis. [INFO] 07:43:11.743 csharp security sensor: Time spent was 00:00:00.000 [INFO] 07:43:11.743 Sensor CSharpSecuritySensor [security] (done) | time=1ms [INFO] 07:43:11.743 Sensor PhpSecuritySensor [security] [INFO] 07:43:11.743 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350 [INFO] 07:43:11.743 Load type hierarchy and UCFGs: Starting [INFO] 07:43:11.743 Load type hierarchy: Starting [INFO] 07:43:11.743 Reading type hierarchy from: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/target/sonar/ucfg2/php [INFO] 07:43:11.743 Read 0 type definitions [INFO] 07:43:11.743 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 07:43:11.743 Load UCFGs: Starting [INFO] 07:43:11.743 Load UCFGs: Time spent was 00:00:00.000 [INFO] 07:43:11.743 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 07:43:11.743 No UCFGs have been included for analysis. [INFO] 07:43:11.743 php security sensor: Time spent was 00:00:00.000 [INFO] 07:43:11.744 Sensor PhpSecuritySensor [security] (done) | time=1ms [INFO] 07:43:11.744 Sensor PythonSecuritySensor [security] [INFO] 07:43:11.744 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] 07:43:11.744 Load type hierarchy and UCFGs: Starting [INFO] 07:43:11.744 Load type hierarchy: Starting [INFO] 07:43:11.744 Reading type hierarchy from: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/target/sonar/ucfg2/python [INFO] 07:43:11.744 Read 0 type definitions [INFO] 07:43:11.744 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 07:43:11.744 Load UCFGs: Starting [INFO] 07:43:11.744 Load UCFGs: Time spent was 00:00:00.000 [INFO] 07:43:11.744 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 07:43:11.744 No UCFGs have been included for analysis. [INFO] 07:43:11.744 python security sensor: Time spent was 00:00:00.000 [INFO] 07:43:11.744 Sensor PythonSecuritySensor [security] (done) | time=0ms [INFO] 07:43:11.744 Sensor JsSecuritySensor [security] [INFO] 07:43:11.744 Enabled taint analysis rules: S2076, S5883, S2083, S5147, S6096, S5131, S5144, S3649, S5146, S5696, S6350, S5334, S6105, S2631, S6287 [INFO] 07:43:11.744 Load type hierarchy and UCFGs: Starting [INFO] 07:43:11.744 Load type hierarchy: Starting [INFO] 07:43:11.744 Reading type hierarchy from: /home/jenkins/agent/workspace/tudio_enableRCPTT-working-squash/target/sonar/ucfg2/js [INFO] 07:43:11.744 Read 0 type definitions [INFO] 07:43:11.745 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 07:43:11.745 Load UCFGs: Starting [INFO] 07:43:11.745 Load UCFGs: Time spent was 00:00:00.000 [INFO] 07:43:11.745 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 07:43:11.745 No UCFGs have been included for analysis. [INFO] 07:43:11.745 js security sensor: Time spent was 00:00:00.000 [INFO] 07:43:11.745 Sensor JsSecuritySensor [security] (done) | time=1ms [INFO] 07:43:11.745 ------------- Run sensors on project [INFO] 07:43:11.749 Sensor Zero Coverage Sensor [INFO] 07:43:11.750 Sensor Zero Coverage Sensor (done) | time=1ms [INFO] 07:43:11.751 Sensor Java CPD Block Indexer [INFO] 07:43:11.882 Sensor Java CPD Block Indexer (done) | time=131ms [INFO] 07:43:11.884 SCM Publisher SCM provider for this project is: git [INFO] 07:43:11.886 SCM Publisher 75 source files to be analyzed [INFO] 07:43:12.459 SCM Publisher 75/75 source files have been analyzed (done) | time=573ms [INFO] 07:43:12.467 CPD Executor 16 files had no CPD blocks [INFO] 07:43:12.467 CPD Executor Calculating CPD for 52 files [INFO] 07:43:12.490 CPD Executor CPD calculation finished (done) | time=18ms [INFO] 07:43:12.565 SCM writing changed lines [WARNING] 07:43:12.566 Could not find ref: master in refs/heads, refs/remotes/upstream or refs/remotes/origin [INFO] 07:43:12.567 SCM writing changed lines (done) | time=2ms [INFO] 07:43:12.680 Analysis report generated in 182ms, dir size=977 KB [INFO] 07:43:12.843 Analysis report compressed in 163ms, zip size=350 KB [INFO] 07:43:13.443 Analysis report uploaded in 600ms [INFO] 07:43:13.444 ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=eclipse-capella_capella-studio&branch=enableRCPTT-working-squash&resolved=false [INFO] 07:43:13.444 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] 07:43:13.444 More about the report processing at https://sonarcloud.io/api/ce/task?id=AY7G9fu-q8h_slI3OUvw [INFO] 07:43:14.826 Sensor cache published successfully [INFO] 07:43:14.857 Analysis total time: 38.141 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 [ 44.920 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:21 min [INFO] Finished at: 2024-04-10T07:43:14Z [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