Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from de4054390b131284c7e5ba0e0c64784479a9f3d4 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-m5vx7 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-m5vx7" 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-m5vx7" - 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-m5vx7" - 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-m5vx7 in /home/jenkins/agent/workspace/Capella-studio_enableRCPTT [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-studio.git > git init /home/jenkins/agent/workspace/Capella-studio_enableRCPTT # 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:refs/remotes/origin/enableRCPTT # timeout=10 Avoid second fetch Checking out Revision de4054390b131284c7e5ba0e0c64784479a9f3d4 (enableRCPTT) Commit message: "temp remove all other env than linux set Xmx to 2g" > git config remote.origin.url https://github.com/eclipse/capella-studio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/enableRCPTT:refs/remotes/origin/enableRCPTT # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f de4054390b131284c7e5ba0e0c64784479a9f3d4 # timeout=10 > git rev-list --no-walk b08a33c7906eac91ea17cc3b19d0b582a7f0e629 # 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/ [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://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (10.75MB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (54.01kB) [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (2.92MB) [INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (816.86kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (32.41kB) [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2023-03/202303151000/plugins/ (14.17kB) [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (14.23MB) [INFO] Fetching com.sun.jna_5.12.1.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (1.78MB) [INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (1.29MB) [INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2023-03/202303151000/plugins/ (586.39kB) [INFO] Fetching javax.annotation_1.3.5.v20221203-1659.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (48.09kB) [INFO] Fetching org.eclipse.osgi_3.18.300.v20230220-1352.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (1.47MB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (169.92kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (370.34kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (317.8kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (393.54kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (64.89kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (83.65kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.3.v20221013-1742.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (844.43kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.4.v20221013-1742.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (909.51kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.4.v20221013-1742.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (262.89kB) [INFO] Fetching org.apache.log4j_1.2.24.v20221221-2012.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (357.66kB) [INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (109.43kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://eclipse.mirror.rafal.ca/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://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (2.65MB) [INFO] Fetching org.eclipse.equinox.common_3.17.100.v20230202-1341.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (147.22kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.30.0.v20230227-1111.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (161.99kB) [INFO] Fetching org.eclipse.xtext.util_2.30.0.v20230227-1116.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (313.56kB) [INFO] Fetching org.eclipse.xtend.lib_2.30.0.v20230227-1111.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (110.25kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (176.44kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (362.07kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.7.0.v20230204-1018.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (23.59kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.30.0.v20230227-1111.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (78.09kB) [INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1128.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2023-03/202303151000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1128.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2023-03/202303151000/plugins/ (1.24MB of 2.48MB at 1.23MB/s) [INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1128.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2023-03/202303151000/plugins/ (2.08MB of 2.48MB at 1.04MB/s) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.30.0.v20230227-1128.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (595.34kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.30.0.v20230227-1159.jar from https://mirror.umd.edu/eclipse/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://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (496.58kB) [INFO] Fetching org.eclipse.emf.ecore_2.33.0.v20230226-0921.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.jdt.launching_3.19.900.v20230209-1222.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (570.79kB) [INFO] Fetching org.eclipse.xtext.ui_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (1.89MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (62.46kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (134.76kB) [INFO] Fetching org.eclipse.ui.editors_3.15.0.v20221201-1935.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (621.13kB) [INFO] Fetching org.eclipse.ui.ide_3.20.100.v20230220-1021.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (2.39MB) [INFO] Fetching org.eclipse.ui_3.202.0.v20230214-1401.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (434.05kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (806.64kB) [INFO] Fetching org.eclipse.pde.core_3.16.100.v20230126-0956.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (1.36MB) [INFO] Fetching org.eclipse.core.resources_3.18.200.v20230209-0754.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (892.83kB) [INFO] Fetching org.eclipse.jface.text_3.23.0.v20230123-1047.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.views_3.11.400.v20230220-0932.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (107.39kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.700.v20230210-0941.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (691.11kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (93.93kB) [INFO] Fetching org.eclipse.ui.forms_3.11.600.v20230220-0932.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (331.64kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.commands_3.10.400.v20230220-0932.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (116.39kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.200.v20230120-0604.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (196.21kB) [INFO] Fetching org.eclipse.core.databinding_1.12.0.v20230214-1401.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (286.17kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.200.v20230220-0932.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (314.81kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.200.v20230220-0932.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (164.87kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (297.19kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.core.jobs_3.13.300.v20230111-0823.jar from https://mirror.umd.edu/eclipse/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://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (115.07kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (90.9kB) [INFO] Fetching org.eclipse.debug.core_3.20.100.v20230124-1239.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (400.21kB) [INFO] Fetching org.eclipse.debug.ui_3.17.200.v20230220-1318.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2023-03/202303151000/plugins/ (3MB) [INFO] Fetching org.eclipse.debug.ui_3.17.200.v20230220-1318.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2023-03/202303151000/plugins/ (1.46MB of 3MB at 1.45MB/s) [INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (245.21kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.200.v20230220-0932.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (26.37kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.400.v20230220-0932.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (27.8kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (71.46kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (42.3kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.200.v20230220-1427.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (52.85kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.300.v20230220-0932.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (47.66kB) [INFO] Fetching org.eclipse.swt_3.123.0.v20230220-1431.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.jface_3.29.0.v20230214-1401.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.500.v20230220-0932.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (215.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.800.v20230220-0932.jar from https://mirror.umd.edu/eclipse/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://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.500.v20230220-0932.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (58.53kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.300.v20230220-0932.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.3.0.v20230220-1021.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (395.08kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.3.700.v20230214-1401.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (209.61kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.14.100.v20230220-1021.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (266.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.800.v20230220-0932.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (149.44kB) [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (35.14kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.200.v20230220-0932.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (15.11kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (91.78kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (238.68kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.600.v20230220-0932.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (120.01kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.800.v20230214-1401.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (252.1kB) [INFO] Fetching org.eclipse.jface.databinding_1.14.100.v20230214-1401.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (291.47kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.200.v20230220-0932.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (22.9kB) [INFO] Fetching org.eclipse.urischeme_1.2.300.v20230220-0932.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (53.71kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (129.12kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.401.v20221105-0315.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (84.82kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (9.69kB) [INFO] Fetching org.eclipse.emf.common_2.28.0.v20230223-0922.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (378.6kB) [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (168.05kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (188.37kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (301.89kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (354.71kB) [INFO] Fetching org.eclipse.ui.workbench_3.128.0.v20230220-1021.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.800.v20221205-1614.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (172.79kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.400.v20221201-0952.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (71.66kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.100.v20221111-1340.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (112.39kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (26.87kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (133.75kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (86.25kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (28.71kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (45.06kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (77.31kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (25.53kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.800.v20221205-1614.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (116.91kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.100.v20221111-1340.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (21.76kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.200.v20220817-1208.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (63.84kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.400.v20220817-1208.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (69.19kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.500.v20220817-1208.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (144.7kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.100.v20221111-1340.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (20.69kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.300.v20220817-1208.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (249.79kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (59.87kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.300.v20221030-1923.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (136.6kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.300.v20220817-1208.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (98.08kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (59.37kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.100.v20221117-1044.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (21.46kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.100.v20220817-1208.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.10.200.v20230120-0604.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (107.54kB) [INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (10.01kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.1000.v20220801-1135.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (104.26kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.400.v20221201-0952.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (47.71kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (31.42kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.100.v20220817-1208.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (66.06kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.300.v20220904-1118.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (21.06kB) [INFO] Fetching org.tukaani.xz.source_1.9.0.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (135.7kB) [INFO] Fetching bcpg.source_1.72.2.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (311.89kB) [INFO] Fetching bcprov.source_1.72.0.jar from https://mirror.clarkson.edu/eclipse/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://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (61.68kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (33.47kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.300.v20221203-1819.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.300.v20221214-0640.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (246.26kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.100.v20221111-1340.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (39.85kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (58.64kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (156.48kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.2.100.v20221111-1340.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (34.65kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.2.200.v20220210-1157.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (39.22kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.2.300.v20210813-0655.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (72.59kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.200.v20220911-2007.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (51.45kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.300.v20221203-1932.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (256.99kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.300.v20220911-2007.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.100.v20221111-1340.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (24.57kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.200.v20220911-2007.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (35.86kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.300.v20221203-1819.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (78.56kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (26.26kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.300.v20221203-1932.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (180.5kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.300.v20221214-0640.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (151.64kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.3.400.v20220911-2007.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (65.61kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.800.v20230113-1239.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (659.55kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.400.v20220805-0804.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (105.26kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.100.v20221111-1340.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (20.12kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (172.26kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.100.v20220814-1551.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (70.34kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.800.v20230113-1239.jar from https://eclipse.mirror.rafal.ca/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://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (57.79kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.100.v20221111-1340.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (17.27kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.400.v20221007-1815.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (87.3kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.100.v20220814-1551.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (38.24kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.3.400.v20220911-2007.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.3.400.v20220911-2007.jar from https://mirror.umd.edu/eclipse/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://ftp.halifax.rwth-aachen.de/eclipse/releases/2023-03/202303151000/plugins/ (17.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.2.100.v20221111-1340.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (98.72kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.2.100.v20221111-1340.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (57.1kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.200.v20221111-1340.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (39.27kB) [INFO] Fetching org.eclipse.ui.browser_3.7.400.v20230220-1021.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (209.28kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (129.58kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (100.51kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (70.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from https://ftp.halifax.rwth-aachen.de/eclipse/releases/2023-03/202303151000/plugins/ (50.45kB) [INFO] Fetching org.sat4j.core.source_2.3.6.v20201214.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (454.22kB) [INFO] Fetching org.sat4j.pb.source_2.3.6.v20201214.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (347.82kB) [INFO] Fetching org.eclipse.equinox.app.source_1.6.200.v20220720-2012.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (78.31kB) [INFO] Fetching org.eclipse.jdt.core_3.33.0.v20230222-1748.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (4MB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.33.0.v20230218-1114.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (3.01MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.18.0.v20230209-2203.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (2.29MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.100.v20230117-1625.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (343.25kB) [INFO] Fetching org.eclipse.jdt.debug_3.20.100.v20230119-1127.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (919.02kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.1000.v20230207-1058.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.ui_3.28.0.v20230210-2115.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (10.95MB) [INFO] Fetching org.eclipse.search_3.14.400.v20230209-0804.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (499.45kB) [INFO] Fetching org.eclipse.team.ui_3.9.600.v20230207-1607.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.team.core_3.9.700.v20221201-0946.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (402.85kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ui.navigator_3.11.0.v20230214-1401.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (425.29kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.600.v20230220-1021.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (175.28kB) [INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (495.56kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.123.0.v20230220-1431.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.400.v20230220-1021.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (110.67kB) [INFO] Fetching org.eclipse.xtext.builder_2.30.0.v20230227-1159.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (394.87kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (252.07kB) [INFO] Fetching org.eclipse.xtext.smap_2.30.0.v20230227-1128.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (21.31kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.30.0.v20230227-1128.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (110.96kB) [INFO] Fetching org.eclipse.xtext.common.types_2.30.0.v20230227-1128.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (504.19kB) [INFO] Fetching org.eclipse.xtext.buildship_2.30.0.v20230227-1159.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2023-03/202303151000/plugins/ (17.36kB) [INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (134.94kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.30.0.v20230227-1159.jar from https://mirror.clarkson.edu/eclipse/releases/2023-03/202303151000/plugins/ (250kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (20.17kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.30.0.v20230227-1159.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (21.29kB) [INFO] Fetching org.eclipse.xtext.ecore_2.30.0.v20230227-1128.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (17.81kB) [INFO] Fetching org.eclipse.xtext.java_2.30.0.v20230227-1128.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (48.02kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.24.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (14.18kB) [INFO] Fetching org.eclipse.xtext.m2e_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (26.36kB) [INFO] Fetching org.eclipse.xtext.source_2.30.0.v20230227-1116.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (1.43MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.30.0.v20230227-1116.jar from https://mirrors.jevincanders.net/eclipse/releases/2023-03/202303151000/plugins/ (121.86kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.30.0.v20230227-1116.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (96.5kB) [INFO] Fetching org.eclipse.xtext.util.source_2.30.0.v20230227-1116.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (143.45kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.30.0.v20230227-1128.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (361.05kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (208.46kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.30.0.v20230227-1128.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (14.98kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.30.0.v20230227-1128.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (18.65kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.30.0.v20230227-1128.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (58.07kB) [INFO] Fetching org.eclipse.xtext.java.source_2.30.0.v20230227-1128.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (25.75kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.30.0.v20230227-1159.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (21.15kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (195.86kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (134.89kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (16.5kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/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://eclipse.mirror.rafal.ca/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://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (14.51kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.30.0.v20230227-1159.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (30.28kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (13.9kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.30.0.v20230227-1159.jar from https://mirrors.xmission.com/eclipse/releases/2023-03/202303151000/plugins/ (13.28kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (136.75kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (93.74kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (90.59kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (98.89kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.30.0.v20230227-1116.jar from https://mirror.umd.edu/eclipse/releases/2023-03/202303151000/plugins/ (288.83kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (19.11kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.30.0.v20230227-1159.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (13.47kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://eclipse.mirror.rafal.ca/releases/2023-03/202303151000/plugins/ (23.09kB) [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/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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/ (10.8kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (10.8kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (160.47kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (160.47kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (23.17kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (23.17kB) >> 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/rcptt/milestone/2.5.5/MO/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) >> 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: 01:09 min [INFO] Finished at: 2024-04-04T13:21: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/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:sources:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.targets/../../../releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.target for environments=[linux/gtk/x86_64], include source mode=force, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@44ac94c2... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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/Capella-studio_enableRCPTT/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.v20221117-1942.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (1.88MB) [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.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (83.77kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.85kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (148.97kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.52kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (103.96kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.19kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.68kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.35kB) [INFO] Fetching org.polarsys.capella.common.model_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.24kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.58kB) [INFO] Fetching org.polarsys.capella.common.ef_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.29kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.04kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.38kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.85kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (151.96kB) [INFO] Fetching org.polarsys.capella.common.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (223.6kB) [INFO] Fetching org.polarsys.capella.common.helpers_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.92kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (498.34kB) [INFO] Fetching org.polarsys.capella.core.model.handler_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (128.93kB) [INFO] Fetching org.polarsys.capella.common.libraries_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.72kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.32kB) [INFO] Fetching org.polarsys.capella.common.queries_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (45.83kB) [INFO] Fetching org.polarsys.capella.common.tools.report_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.37kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.35kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (49.09kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.14kB) [INFO] Fetching org.polarsys.capella.common.re.gen_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (68.8kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (164.47kB) [INFO] Fetching org.polarsys.capella.common.ui.services_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.39kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.22kB) [INFO] Fetching org.polarsys.capella.core.preferences_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (224.3kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.05kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.08kB) [INFO] Fetching org.polarsys.capella.core.data.gen_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (2.24MB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (74.11kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.39kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.64kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_7.0.0.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.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_7.0.0.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.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.41MB) [INFO] Fetching org.polarsys.capella.core.libraries_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.76kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (79.36kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (79.62kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.94kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (273.62kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (201.34kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.26kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.43kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.34kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (106.81kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.57kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (235.43kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.57kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (112.35kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.25MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (88.27kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (417.14kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (167.4kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (55.6kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (91.79kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.32kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (218.31kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (36.91kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.37kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (57.09kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.42kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.55kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.75kB) [INFO] Fetching org.polarsys.capella.core.egf_7.0.0.202404031459.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.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (44.64kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_7.0.0.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.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.16kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (480.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_7.0.0.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/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.common.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (55.77kB) [INFO] Fetching org.eclipse.egf.core.pde_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (72.78kB) [INFO] Fetching org.eclipse.egf.core.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (135.39kB) [INFO] Fetching org.eclipse.egf.pattern.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (462.02kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.11kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (55.11kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.ui_1.6.4.202309201142.jar from https://download.eclipse.org/egf/updates/1.6.4/2023-03/plugins/ (80.01kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.58kB) [INFO] Fetching org.polarsys.capella.core.application_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.6kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (118.6kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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/Capella-studio_enableRCPTT/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/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.doc.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Studio [pom] [INFO] org.polarsys.capella.studio.releng.targets [eclipse-target-definition] [INFO] org.polarsys.capella.extension.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools.ui [eclipse-plugin] [INFO] org.polarsys.capella.studio.product [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui [eclipse-plugin] [INFO] org.polarsys.capella.ta [eclipse-plugin] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.definition [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.ext [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.portfolio [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.studio.doc [eclipse-plugin] [INFO] org.polarsys.capella.extension.sdk.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.doc.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.product.feature [eclipse-feature] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature [eclipse-feature] [INFO] org.polarsys.capella.cdo.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.eclipse.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.capella.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.updatesite [eclipse-repository] [INFO] Capella Sudio Aggregator Module [pom] [INFO] Capella studio Product [eclipse-repository] [INFO] Capella Studio Root [pom] [INFO] [INFO] ----------< org.polarsys.capella:org.polarsys.capella.studio >---------- [INFO] Building Capella Studio 7.0.0-SNAPSHOT [1/32] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio --- [WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.polarsys.capella.studio --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio/7.0.0-SNAPSHOT/org.polarsys.capella.studio-7.0.0-SNAPSHOT.pom [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.targets >--- [INFO] Building org.polarsys.capella.studio.releng.targets 7.0.0-SNAPSHOT [2/32] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.targets --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.targets/target [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (generate.target) @ org.polarsys.capella.studio.releng.targets --- [WARNING] p2 repository with URL https://download.eclipse.org/releases/2023-03 is associated with multiple IDs; was 'Eclipse-2023-03', now is 'targetplatform-tp' [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/tpd/nightly/latest [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/N202403260932/ (172B) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (317.8kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.23kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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/ (10.8kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/ (10.8kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (160.47kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/ (160.47kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (23.17kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site/ (23.17kB) >> 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/rcptt/milestone/2.5.5/MO/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/ (18.83kB) >> 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/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.target to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.targets/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.targets-7.0.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [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.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (251.02kB) [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain.model --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain.model --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain.model --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain.model --- [WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.genchain.model --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.genchain.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.genchain.model --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain.model --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.genchain.model --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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 --- [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.polarsys.capella.ui.views_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.98kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.59kB) [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.genchain --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.genchain --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.genchain --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.genchain --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Resolving class path of org.polarsys.capella.extension.genchain.model.edit... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.genchain.model.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.genchain.model.edit --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.extension.genchain.model.edit-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [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.polarsys.capella.core.data.res.edit_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (733.55kB) [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.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 ch.qos.logback.slf4j_1.2.3.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (21.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.8.0.202401081627.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202401081627/plugins/ (754.98kB) [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.tools --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.tools --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.tools --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.tools --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.tools --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.tools --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.tools --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.tools --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.tools --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.tools.ui --- [INFO] Resolving class path of org.polarsys.capella.extension.tools.ui... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.tools.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.extension.tools.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.tools.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.tools.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.tools.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.tools.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.tools.ui --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.tools.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.extension.tools.ui --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.tools.ui --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/plugins/org.polarsys.capella.extension.tools.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.tools.ui/7.0.0-SNAPSHOT/org.polarsys.capella.extension.tools.ui-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.product --- [INFO] Resolving class path of org.polarsys.capella.studio.product... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.product --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/plugins/org.polarsys.capella.studio.product/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.studio.product --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/plugins/org.polarsys.capella.studio.product/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.studio.product --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/plugins/org.polarsys.capella.studio.product/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.studio.product --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.product --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.product --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.product --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.product --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.product --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.studio.product --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.product --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/plugins/org.polarsys.capella.studio.product/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Resolving class path of org.polarsys.capella.ad.viewpoint.dsl.generation.ui... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/7.0.0-SNAPSHOT/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ta --- [INFO] Resolving class path of org.polarsys.capella.ta... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ta --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ta --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ta --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ta --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ta --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ta --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ta --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ta --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ta --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ta --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ta --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.ta --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta/7.0.0-SNAPSHOT/org.polarsys.capella.ta-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Resolving class path of org.polarsys.capella.ta.viewpoint.dsl.extension... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.extension/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.extension-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Resolving class path of org.polarsys.capella.cdo.ta.definition... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdo.ta.definition --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdo.ta.definition --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdo.ta.definition --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdo.ta.definition --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Resolving class path of org.polarsys.capella.cdo.ta.ext... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdo.ta.ext --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdo.ta.ext --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdo.ta.ext --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdo.ta.ext --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.ext/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.ext-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Resolving class path of org.polarsys.capella.cdoxml.ta.genchain.model... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Resolving class path of org.polarsys.capella.cdoxml.ta.portfolio... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.portfolio --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.portfolio --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.portfolio/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.portfolio-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Resolving class path of org.polarsys.capella.cdoxml.ta.genchain... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.genchain --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta --- [INFO] Resolving class path of org.polarsys.capella.cdoxml.ta... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Resolving class path of org.polarsys.capella.cdoxml.ta.genchain.model.edit... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.genchain.model.edit/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.genchain.model.edit-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.doc --- [INFO] Resolving class path of org.polarsys.capella.studio.doc... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.doc --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/plugins/org.polarsys.capella.studio.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.studio.doc --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/plugins/org.polarsys.capella.studio.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.studio.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/plugins/org.polarsys.capella.studio.doc/target/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.doc --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/plugins/org.polarsys.capella.studio.doc/target/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.doc --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.studio.doc --- [INFO] No tests to run. [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.doc --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/plugins/org.polarsys.capella.studio.doc/target/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/plugins/org.polarsys.capella.studio.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/plugins/org.polarsys.capella.studio.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.doc --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.sdk.feature >--- [INFO] Building org.polarsys.capella.extension.sdk.feature 7.0.0-SNAPSHOT [20/32] [INFO] from extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.extension.sdk.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.extension.sdk.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/features/org.polarsys.capella.extension.sdk.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/extension/features/org.polarsys.capella.extension.sdk.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.extension.sdk.feature/7.0.0-SNAPSHOT/org.polarsys.capella.extension.sdk.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.studio.doc.feature >---- [INFO] Building org.polarsys.capella.studio.doc.feature 7.0.0-SNAPSHOT [21/32] [INFO] from doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.doc.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/features/org.polarsys.capella.studio.doc.feature/target/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.doc.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/features/org.polarsys.capella.studio.doc.feature/target/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.doc.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.doc.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.doc.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/features/org.polarsys.capella.studio.doc.feature/target/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/features/org.polarsys.capella.studio.doc.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/features/org.polarsys.capella.studio.doc.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/doc/features/org.polarsys.capella.studio.doc.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.doc.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.doc.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.doc.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.product.feature >-- [INFO] Building org.polarsys.capella.studio.product.feature 7.0.0-SNAPSHOT [22/32] [INFO] from product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.product.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.product.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.product.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.product.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.product.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.product.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/features/org.polarsys.capella.studio.product.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/product/features/org.polarsys.capella.studio.product.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.product.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.product.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.feature 7.0.0-SNAPSHOT [23/32] [INFO] from vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.ta.viewpoint.dsl.feature/7.0.0-SNAPSHOT/org.polarsys.capella.ta.viewpoint.dsl.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdo.ta.definition.feature 7.0.0-SNAPSHOT [24/32] [INFO] from vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdo.ta.definition.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdo.ta.definition.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdo.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdo.ta.definition.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdoxml.ta.definition.feature 7.0.0-SNAPSHOT [25/32] [INFO] from vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.cdoxml.ta.definition.feature/7.0.0-SNAPSHOT/org.polarsys.capella.cdoxml.ta.definition.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature >-- [INFO] Building org.polarsys.capella.studio.releng.eclipse.feature 7.0.0-SNAPSHOT [26/32] [INFO] from releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.eclipse.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.eclipse.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.eclipse.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.eclipse.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.eclipse.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature >-- [INFO] Building org.polarsys.capella.studio.releng.capella.feature 7.0.0-SNAPSHOT [27/32] [INFO] from releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.capella.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.capella.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.capella.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.capella.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.capella.feature-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature >-- [INFO] Building org.polarsys.capella.studio.releng.kitalpha.feature 7.0.0-SNAPSHOT [28/32] [INFO] from releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.kitalpha.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.kitalpha.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.kitalpha.feature/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.kitalpha.feature-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.egf.site/features/ (20.77kB) [INFO] Fetching org.polarsys.kitalpha.accuracy_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] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.studio.releng.updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-7.0.0.202404041321.zip [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.updatesite --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-7.0.0.202404041321.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.updatesite/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.updatesite-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.updatesite/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.updatesite-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.updatesite/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.updatesite-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.updatesite/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.updatesite-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator >-- [INFO] Building Capella Sudio Aggregator Module 7.0.0-SNAPSHOT [30/32] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.aggregator --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321 [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] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.releng.product --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.gson_2.9.1.v20220915-1632.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (289.99kB) [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.commons.lang3_3.12.0.v20221221-1931.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (618.14kB) [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.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (208.05kB) [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.94MB of 35.28MB at 23.92MB/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.rcptt.core_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (434.84kB) [INFO] Fetching org.eclipse.rcptt.tesla.core_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (986.2kB) [INFO] Fetching org.eclipse.rcptt.tesla.recording.core_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (40.34kB) [INFO] Fetching org.eclipse.rcptt.ecl.core_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (351.23kB) [INFO] Fetching org.eclipse.rcptt.ecl.parser_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (68.13kB) [INFO] Fetching org.eclipse.rcptt.core.scenario_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (82.08kB) [INFO] Fetching org.eclipse.rcptt.tesla.recording.core.ecl_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (64.15kB) [INFO] Fetching org.eclipse.rcptt.util_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (61.84kB) [INFO] Fetching org.eclipse.rcptt.core.builder_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (56.92kB) [INFO] Fetching org.eclipse.rcptt.core.ecl.core_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (115.72kB) [INFO] Fetching org.eclipse.rcptt.tesla.ecl_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (600.97kB) [INFO] Fetching org.eclipse.rcptt.core.ecl.parser_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (76.21kB) [INFO] Fetching org.eclipse.rcptt.core.ecl.scanner_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (18.32kB) [INFO] Fetching org.eclipse.rcptt.watson.core_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (201.29kB) [INFO] Fetching org.eclipse.rcptt.reporting_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (56.85kB) [INFO] Fetching org.eclipse.rcptt.verifications_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (43.98kB) [INFO] Fetching org.eclipse.rcptt.ecl.operations_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (212.66kB) [INFO] Fetching org.eclipse.rcptt.core.ecl.formatter_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (36.19kB) [INFO] Fetching org.eclipse.rcptt.core.ecl.highlighter_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (16.43kB) [INFO] Fetching org.eclipse.rcptt.ecl.doc_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (36.13kB) [INFO] Fetching org.eclipse.rcptt.core.search_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (37.42kB) [INFO] Fetching org.eclipse.rcptt.core.launching_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (56.06kB) [INFO] Fetching org.eclipse.rcptt.ctx.debug_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (64.72kB) [INFO] Fetching org.eclipse.rcptt.ctx.group_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (16.75kB) [INFO] Fetching org.eclipse.rcptt.ctx.preferences_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (47.93kB) [INFO] Fetching org.eclipse.rcptt.ctx.parameters_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (40.34kB) [INFO] Fetching org.eclipse.rcptt.ctx.filesystem_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (45.33kB) [INFO] Fetching org.eclipse.rcptt.ctx.resources_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (17.4kB) [INFO] Fetching org.eclipse.rcptt.ctx.script_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (25.46kB) [INFO] Fetching org.eclipse.rcptt.ctx.workbench_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (14.41kB) [INFO] Fetching org.eclipse.rcptt.logging_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (23.62kB) [INFO] Fetching org.eclipse.rcptt.resources_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (73.72kB) [INFO] Fetching org.eclipse.rcptt.util.resources_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (12.5kB) [INFO] Fetching org.eclipse.rcptt.core.swt_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (16.3kB) [INFO] Fetching org.eclipse.rcptt.ctx.super_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (15.69kB) [INFO] Fetching org.eclipse.rcptt.ctx.capability_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (17.85kB) [INFO] Fetching org.eclipse.rcptt.ctx.extensions_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (22.84kB) [INFO] Fetching org.eclipse.rcptt.verifications.time_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (26.3kB) [INFO] Fetching org.eclipse.rcptt.verifications.text_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (27.18kB) [INFO] Fetching org.eclipse.rcptt.verifications.log_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (39.09kB) [INFO] Fetching org.eclipse.rcptt.verifications.tree_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (74.44kB) [INFO] Fetching org.eclipse.rcptt.verifications.resources_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (16.42kB) [INFO] Fetching org.eclipse.rcptt.expandbar_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (49.4kB) [INFO] Fetching org.eclipse.rcptt.core_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (21.26kB) [INFO] Fetching org.eclipse.rcptt.ctx.capability.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (57.76kB) [INFO] Fetching org.eclipse.rcptt.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (1.68MB) [INFO] Fetching org.eclipse.rcptt.launching_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (206.81kB) [INFO] Fetching org.eclipse.rcptt.ctx.debug.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (41.44kB) [INFO] Fetching org.eclipse.rcptt.ctx.filesystem.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (56.57kB) [INFO] Fetching org.eclipse.rcptt.ctx.group.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (18.16kB) [INFO] Fetching org.eclipse.rcptt.ctx.parameters.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (58.46kB) [INFO] Fetching org.eclipse.rcptt.ctx.preferences.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (52.06kB) [INFO] Fetching org.eclipse.rcptt.ctx.resources.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (41.09kB) [INFO] Fetching org.eclipse.rcptt.resources.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (82.76kB) [INFO] Fetching org.eclipse.rcptt.ctx.script.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (31.24kB) [INFO] Fetching org.eclipse.rcptt.ctx.super.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (26.17kB) [INFO] Fetching org.eclipse.rcptt.ctx.workbench.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (61.24kB) [INFO] Fetching org.eclipse.rcptt.ecl.client.tcp_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (22kB) [INFO] Fetching org.eclipse.rcptt.ecl.perf_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (48.96kB) [INFO] Fetching org.eclipse.rcptt.ecl.debug.runtime_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (125.08kB) [INFO] Fetching org.eclipse.rcptt.ecl.data_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (221.99kB) [INFO] Fetching org.eclipse.rcptt.ecl.data.apache.poi_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (44.38kB) [INFO] Fetching org.eclipse.rcptt.ecl.interop_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (64.37kB) [INFO] Fetching org.eclipse.rcptt.ecl.filesystem_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (69.36kB) [INFO] Fetching org.eclipse.rcptt.ecl.dispatch_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (18.2kB) [INFO] Fetching org.eclipse.rcptt.ecl.core_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.9kB) [INFO] Fetching org.eclipse.rcptt.ecl.debug.core_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (43.93kB) [INFO] Fetching org.eclipse.rcptt.ecl.debug.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (30.2kB) [INFO] Fetching org.eclipse.rcptt.ecl.ide_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.69kB) [INFO] Fetching org.eclipse.rcptt.ecl.platform_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (170.29kB) [INFO] Fetching org.eclipse.rcptt.ecl.platform_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.68kB) [INFO] Fetching org.eclipse.rcptt.ecl.platform.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (90.5kB) [INFO] Fetching org.eclipse.rcptt.ecl.platform.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.68kB) [INFO] Fetching org.eclipse.rcptt.ecl.server.tcp_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (26.27kB) [INFO] Fetching org.eclipse.rcptt.ecl.server_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.65kB) [INFO] Fetching org.eclipse.rcptt.expandbar.ide_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (14.26kB) [INFO] Fetching org.eclipse.rcptt.updates.kepler_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (5.88MB) [INFO] Fetching org.eclipse.rcptt.updates.aspectj.e44x_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (1.95MB) [INFO] Fetching org.eclipse.rcptt.updates.extra_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (9.14MB) [INFO] Fetching org.eclipse.rcptt.external.dependencies.feature_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.71kB) [INFO] Fetching org.eclipse.rcptt.reporting.util_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (67.38kB) [INFO] Fetching org.eclipse.rcptt.launching.common_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (12.45kB) [INFO] Fetching org.eclipse.rcptt.launching.configuration_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (36.33kB) [INFO] Fetching org.eclipse.rcptt.launching.ext_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (152.09kB) [INFO] Fetching org.eclipse.rcptt.launching.injection_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (37.03kB) [INFO] Fetching org.eclipse.rcptt.launching.p2utils_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (21.81kB) [INFO] Fetching org.eclipse.rcptt.launching.ext.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (102.47kB) [INFO] Fetching org.eclipse.rcptt.launching.remote_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (21.32kB) [INFO] Fetching org.eclipse.rcptt.launching.multiaut_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (28.65kB) [INFO] Fetching org.eclipse.rcptt.reporting.html_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (41.92kB) [INFO] Fetching org.eclipse.rcptt.launching_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.87kB) [INFO] Fetching org.eclipse.rcptt.launching.multiaut.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (37.28kB) [INFO] Fetching org.eclipse.rcptt.launching.rap_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (55.65kB) [INFO] Fetching org.eclipse.rcptt.launching.rap.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (65.58kB) [INFO] Fetching org.eclipse.rcptt.launching.remote.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (29.93kB) [INFO] Fetching org.eclipse.rcptt.tesla.nebula_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (35.04kB) [INFO] Fetching org.eclipse.rcptt.tesla.nebula.ecl_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (62.09kB) [INFO] Fetching org.eclipse.rcptt.tesla.recording.nebula.ecl_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (17.34kB) [INFO] Fetching org.eclipse.rcptt.module.nebula.updates_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (267.52kB) [INFO] Fetching org.eclipse.rcptt.module.nebula_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.73kB) [INFO] Fetching org.eclipse.rcptt.testrail_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (39.39kB) [INFO] Fetching org.eclipse.rcptt.testrail.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (28.92kB) [INFO] Fetching org.eclipse.rcptt.testrail.ecl_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (35.62kB) [INFO] Fetching org.eclipse.rcptt.module.testrail.updates_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (87.53kB) [INFO] Fetching org.eclipse.rcptt.module.testrail_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.7kB) [INFO] Fetching org.eclipse.rcptt.zephyr_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (41.38kB) [INFO] Fetching org.eclipse.rcptt.zephyr.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (28kB) [INFO] Fetching org.eclipse.rcptt.module.zephyr_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.67kB) [INFO] Fetching org.eclipse.rcptt.platform_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (246.41kB) [INFO] Fetching org.eclipse.rcptt.search_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (96.83kB) [INFO] Fetching org.eclipse.rcptt.ui.activities_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (12.81kB) [INFO] Fetching org.eclipse.rcptt.ui.report_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (75.47kB) [INFO] Fetching org.eclipse.rcptt.testing.ecl_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (80.41kB) [INFO] Fetching org.eclipse.rcptt.verifications.time.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (25.6kB) [INFO] Fetching org.eclipse.rcptt.verifications.text.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (22.39kB) [INFO] Fetching org.eclipse.rcptt.verifications.tree.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (43.04kB) [INFO] Fetching org.eclipse.rcptt.verifications.log.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (37.84kB) [INFO] Fetching org.eclipse.rcptt.verifications.resources.ui_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (35.41kB) [INFO] Fetching org.eclipse.rcptt.platform_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (21.42kB) [INFO] Fetching org.eclipse.rcptt.updates.runtime.rap_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (6.59MB) [INFO] Fetching org.eclipse.rcptt.tesla.ecl.rap_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (49.48kB) [INFO] Fetching org.eclipse.rcptt.tesla.recording.core.ecl.rap_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (13.62kB) [INFO] Fetching org.eclipse.rcptt.updates.external.dependencies.rap_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (32.67MB) [INFO] Fetching org.eclipse.rcptt.updates.external.dependencies.rap_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (23.21MB of 32.67MB at 23.21MB/s) [INFO] Fetching org.eclipse.rcptt.rap.ui.feature_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.78kB) [INFO] Fetching org.eclipse.rcptt.tesla.core.context_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (14.94kB) [INFO] Fetching org.eclipse.rcptt.tesla.ecl_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.72kB) [INFO] Fetching org.eclipse.rcptt.tesla_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.74kB) [INFO] Fetching org.eclipse.rcptt.watson.jobs_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (45.77kB) [INFO] Fetching org.eclipse.rcptt.updates.runtime.e4x_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (7.12MB) [INFO] Fetching org.eclipse.rcptt.util.swt_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/plugins/ (32.14kB) [INFO] Fetching org.eclipse.rcptt.updates_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.8kB) [INFO] Fetching org.eclipse.rcptt.watson_2.5.5.MO.jar from https://download.eclipse.org/rcptt/milestone/2.5.5/MO/repository/features/ (20.69kB) [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.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.51kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.66kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.18kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.cdo_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.7kB) [INFO] Fetching org.polarsys.capella.common.re.gen.cdo_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.83kB) [INFO] Fetching org.polarsys.capella.core.data.gen.cdo_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.cdo_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.43kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.35kB) [INFO] Fetching org.polarsys.capella.cdo.mock.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.commandline.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.63kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (66.19kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (42.24kB) [INFO] Fetching org.polarsys.capella.common.id.handler_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.24kB) [INFO] Fetching org.polarsys.capella.common.re_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (253.93kB) [INFO] Fetching org.polarsys.capella.common.transition_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (276.89kB) [INFO] Fetching org.polarsys.capella.common.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.18kB) [INFO] Fetching org.polarsys.capella.common.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (69.11kB) [INFO] Fetching org.polarsys.capella.shared.id.handler.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.85kB) [INFO] Fetching org.polarsys.capella.common.model.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.81kB) [INFO] Fetching org.polarsys.capella.common.helpers.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.73kB) [INFO] Fetching org.polarsys.capella.common.tools.report.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.58kB) [INFO] Fetching org.polarsys.capella.common.ef.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (28.29kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.14kB) [INFO] Fetching org.polarsys.capella.common.queries.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.93kB) [INFO] Fetching org.polarsys.capella.common.model.helpers.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.56kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.69kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (39.64kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (137.2kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (57.05kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.24kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.69kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (96.47kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.51kB) [INFO] Fetching org.polarsys.capella.common.re.gen.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (60.89kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.1kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.15kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.8kB) [INFO] Fetching org.polarsys.capella.common.id.handler.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.88kB) [INFO] Fetching org.polarsys.capella.common.data.helpers.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.99kB) [INFO] Fetching org.polarsys.capella.common.libraries.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.71kB) [INFO] Fetching org.polarsys.capella.common.re.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (189.83kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (44.57kB) [INFO] Fetching org.polarsys.capella.common.transition.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (197.31kB) [INFO] Fetching org.polarsys.capella.common.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.38kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.77kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.86kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.78kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.9kB) [INFO] Fetching org.polarsys.capella.common.re.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (135.22kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (58.85kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (111.03kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (313.92kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.23kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.3kB) [INFO] Fetching org.polarsys.capella.core.compare_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (64.16kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.11kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.82kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.62kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (82.32kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.83kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.46kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.47kB) [INFO] Fetching org.polarsys.capella.common.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (158.27kB) [INFO] Fetching org.polarsys.capella.common.ui.services.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.6kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (46.21kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.19kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.51kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.51kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17kB) [INFO] Fetching org.polarsys.capella.common.re.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (78.73kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (96.93kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.3kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.56kB) [INFO] Fetching org.polarsys.capella.common.ui.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.27kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/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.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (66.1kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_7.0.0.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.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (82.69kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (194.54kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (22.16kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.51kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.04kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (190.36kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (18.39kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.89kB) [INFO] Fetching org.polarsys.capella.core.advance.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.3kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.48kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.32kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.1kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.83kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (546.89kB) [INFO] Fetching org.polarsys.capella.core.common.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.05kB) [INFO] Fetching org.polarsys.capella.core.model.helpers.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (326.38kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.1MB) [INFO] Fetching org.polarsys.capella.core.model.handler.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (92.34kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (35.08kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.5kB) [INFO] Fetching org.polarsys.capella.core.model.preferences.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.76kB) [INFO] Fetching org.polarsys.capella.core.model.semantic.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.13kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.68kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (483.25kB) [INFO] Fetching org.polarsys.capella.core.application.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11kB) [INFO] Fetching org.polarsys.capella.core.af.integration.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.6kB) [INFO] Fetching org.polarsys.capella.core.data.helpers.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (311.17kB) [INFO] Fetching org.polarsys.capella.core.data.gen.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (2.07MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (921.44kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (71.13kB) [INFO] Fetching org.polarsys.capella.core.common.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.33kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (68.07kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.38MB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.96kB) [INFO] Fetching org.polarsys.capella.common.ui.resources.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.1kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (98.36kB) [INFO] Fetching org.polarsys.capella.core.ui.resources.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.46kB) [INFO] Fetching org.polarsys.capella.core.preferences.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (162.25kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.26kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.52kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (402.31kB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.26kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (291.48kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.79kB) [INFO] Fetching org.polarsys.capella.core.compare.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (39.94kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (177.14kB) [INFO] Fetching org.polarsys.capella.core.compare.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.2kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (469.9kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (141.43kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.21kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.1kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.31kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (61.85kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.81MB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.49kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (54.8kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (108.7kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (142.83kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (63.18kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (120.62kB) [INFO] Fetching org.polarsys.capella.core.tiger_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.53kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (264.33kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.19kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (47.1kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.69kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.19kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (139.46kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (146.11kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.02kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.47kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.92kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.5kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (137.14kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.74kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (67.48kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (92.76kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.35kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.25kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.86kB) [INFO] Fetching org.polarsys.capella.core.data.migration_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (163.02kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.29kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.53kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.51kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.17kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.06kB) [INFO] Fetching org.polarsys.capella.core.egf.source_7.0.0.202404031459.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.202404031459.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.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (63.06kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.45kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (65.32kB) [INFO] Fetching org.polarsys.capella.core.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.73kB) [INFO] Fetching org.polarsys.capella.core.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.15kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.12kB) [INFO] Fetching org.polarsys.capella.core.git.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.core.git.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.16kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.libraries.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.18kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.48kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.24kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (114.45kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.75kB) [INFO] Fetching org.polarsys.capella.core.data.migration.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (94.69kB) [INFO] Fetching org.polarsys.capella.core.migration.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.18kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (52.55kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.7kB) [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.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (127.18kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.22kB) [INFO] Fetching org.polarsys.capella.core.services_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.65kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (89.59kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.14kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.46kB) [INFO] Fetching org.polarsys.capella.core.projection.common_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (86.83kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.61kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (57.64kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.26kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (167.2kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.06kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (152.64kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (76.05kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (58.27kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (54.09kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (34.01kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (134.92kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.92kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (49.2kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.1kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.17kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.46kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.15kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.7kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.53kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (45.77kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (23.65kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.4kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24kB) [INFO] Fetching org.polarsys.capella.core.properties.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.31kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.87kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (39.29kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.11kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.23kB) [INFO] Fetching org.polarsys.capella.core.re_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (121.67kB) [INFO] Fetching org.polarsys.capella.core.transition.system_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (263.7kB) [INFO] Fetching org.polarsys.capella.core.re.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.83kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (62.24kB) [INFO] Fetching org.polarsys.capella.core.re.project_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (48.74kB) [INFO] Fetching org.polarsys.capella.core.re.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.89kB) [INFO] Fetching org.polarsys.capella.core.re.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.81kB) [INFO] Fetching org.polarsys.capella.core.re.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (75.12kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.13kB) [INFO] Fetching org.polarsys.capella.core.re.project.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (25.13kB) [INFO] Fetching org.polarsys.capella.core.re.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.25kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.12kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (264.31kB) [INFO] Fetching org.polarsys.capella.core.re.validation_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (43.36kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (77.46kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.91kB) [INFO] Fetching org.polarsys.capella.core.tiger.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.32kB) [INFO] Fetching org.polarsys.capella.core.projection.common.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (62.63kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (51.8kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.16kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (117.89kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (45.1kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.25kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.13kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.86kB) [INFO] Fetching org.polarsys.capella.core.transition.system.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (180.53kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.79kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.21kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (24.58kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.86kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (176.66kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (35.12kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.39kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.25kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.17kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (81.06kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.36kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (29.96kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (56.88kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.24kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (20.41kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (78.06kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.81kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (35.34kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.86kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (190.16kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (57.07kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (571.22kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (126.96kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (21.46kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.75kB) [INFO] Fetching org.polarsys.capella.core.services.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.84kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (159.42kB) [INFO] Fetching org.polarsys.capella.core.ui.metric.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (44.7kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.55kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.83kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.39kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.06kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (81.11kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.56kB) [INFO] Fetching org.polarsys.capella.core.ui.intro.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.41kB) [INFO] Fetching org.polarsys.capella.core.ui.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.44kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.93kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.57kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.85kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (90.93kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.61kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.43kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.71kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.6kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.16kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.28kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (15.88kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.1kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.21kB) [INFO] Fetching org.polarsys.capella.core.ui.search_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (131.15kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.83kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (50.39kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.2kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.23kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.04kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.07kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.22kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (40.56kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.31kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (41.63kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (37.63kB) [INFO] Fetching org.polarsys.capella.core.ui.search.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (72.84kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.25kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.07kB) [INFO] Fetching org.polarsys.capella.core.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.8kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (88.38kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.42kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.88kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (109.65kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (106.35kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (64.49kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (26.35kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (17.67kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (31.91kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (74.88kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (33.76kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (18.03kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.56kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (14.43kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (12.05kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (27.16kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (38.27kB) [INFO] Fetching org.polarsys.capella.core.re.validation.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (28.19kB) [INFO] Fetching org.polarsys.capella.core.validation.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (12.31kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (59.27kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (22.05kB) [INFO] Fetching org.polarsys.capella.detachment.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (30.28kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (13.89kB) [INFO] Fetching org.polarsys.capella.detachment.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.16kB) [INFO] Fetching org.polarsys.capella.developer.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (375.8kB) [INFO] Fetching org.polarsys.capella.diagrams.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (3.21MB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (19.46kB) [INFO] Fetching org.polarsys.capella.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (591.48kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (53.68kB) [INFO] Fetching org.polarsys.capella.preferences.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (991.04kB) [INFO] Fetching org.polarsys.capella.properties.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (89.54kB) [INFO] Fetching org.polarsys.capella.re.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (2.58MB) [INFO] Fetching org.polarsys.capella.transitions.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (1.73MB) [INFO] Fetching org.polarsys.capella.ui.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (16.41MB) [INFO] Fetching org.polarsys.capella.glossary.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (423.28kB) [INFO] Fetching org.polarsys.capella.validation.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (92.96kB) [INFO] Fetching org.polarsys.capella.th.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (11.56MB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.18MB) [INFO] Fetching org.polarsys.capella.git.doc_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (3.03MB) [INFO] Fetching org.polarsys.capella.doc.feature_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.08kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (8.33kB) [INFO] Fetching org.polarsys.capella.commandline.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.07kB) [INFO] Fetching org.polarsys.capella.diffmerge.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.06kB) [INFO] Fetching org.polarsys.capella.preferences.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.07kB) [INFO] Fetching org.polarsys.capella.properties.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.re.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.99kB) [INFO] Fetching org.polarsys.capella.transitions.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.06kB) [INFO] Fetching org.polarsys.capella.ui.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.99kB) [INFO] Fetching org.polarsys.capella.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.84kB) [INFO] Fetching org.polarsys.capella.diagrams.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.glossary.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.validation.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.developer.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.05kB) [INFO] Fetching org.polarsys.capella.th.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.79kB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (10.09kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (8.53kB) [INFO] Fetching org.polarsys.capella.git.doc.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (9.85kB) [INFO] Fetching org.polarsys.capella.doc.feature.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/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.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (32.89kB) [INFO] Fetching org.polarsys.capella.rcp_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (21.44kB) [INFO] Fetching org.polarsys.capella.rcp.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/plugins/ (8.49kB) [INFO] Fetching org.polarsys.capella.rcp.source_7.0.0.202404031459.jar from https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.source_7.0.0.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] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.studio.releng.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.product/target/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.product --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2-director:2.7.5:materialize-products (materialize-products) @ org.polarsys.capella.studio.releng.product --- [INFO] Installing product org.polarsys.capella.studio.releng.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.202404041321. Installing org.eclipse.rcptt.core.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.ecl.core.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.ecl.platform.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.ecl.platform.ui.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.ecl.server.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.external.dependencies.feature.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.launching.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.module.nebula.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.module.testrail.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.platform.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.rap.ui.feature.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.tesla.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.tesla.ecl.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.updates.feature.group 2.5.5.MO. Installing org.eclipse.rcptt.watson.feature.group 2.5.5.MO. Operation completed in 68423 ms. [INFO] [INFO] --- antrun:1.7:run (create-dropin-folders) @ org.polarsys.capella.studio.releng.product --- [INFO] Executing tasks main: [echo] Create dropin folders in porducts [touch] Creating /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/dropins/.empty [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-director:2.7.5:archive-products (archive-products) @ org.polarsys.capella.studio.releng.product --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404041321-linux.gtk.x86_64.zip [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.polarsys.capella.studio.releng.product --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.product/target/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.product/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.product/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.product/target/extraArtifacts/org.polarsys.capella.studio.releng.product.executable.gtk.linux.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-org.polarsys.capella.studio.releng.product.executable.gtk.linux.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202404041321-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] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >-- [INFO] Building Capella Studio Root 7.0.0-SNAPSHOT [32/32] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.root --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.polarsys.capella.studio.releng.root --- [INFO] Installing /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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 [ 4.235 s] [INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [ 13.977 s] [INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [ 10.724 s] [INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [ 3.875 s] [INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [ 3.019 s] [INFO] org.polarsys.capella.extension.tools ............... SUCCESS [ 5.241 s] [INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [ 4.034 s] [INFO] org.polarsys.capella.studio.product ................ SUCCESS [ 2.710 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SUCCESS [ 3.468 s] [INFO] org.polarsys.capella.ta ............................ SUCCESS [ 2.865 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [ 2.296 s] [INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [ 3.849 s] [INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [ 2.782 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [ 1.750 s] [INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [ 1.693 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [ 1.932 s] [INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [ 3.176 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [ 1.708 s] [INFO] org.polarsys.capella.studio.doc .................... SUCCESS [ 1.070 s] [INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [ 2.191 s] [INFO] org.polarsys.capella.studio.doc.feature ............ SUCCESS [ 1.444 s] [INFO] org.polarsys.capella.studio.product.feature ........ SUCCESS [ 1.774 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SUCCESS [ 2.126 s] [INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SUCCESS [ 2.183 s] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SUCCESS [ 2.292 s] [INFO] org.polarsys.capella.studio.releng.eclipse.feature . SUCCESS [ 1.575 s] [INFO] org.polarsys.capella.studio.releng.capella.feature . SUCCESS [ 0.736 s] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature SUCCESS [ 1.877 s] [INFO] org.polarsys.capella.studio.releng.updatesite ...... SUCCESS [ 13.905 s] [INFO] Capella Sudio Aggregator Module .................... SUCCESS [ 0.005 s] [INFO] Capella studio Product ............................. SUCCESS [09:26 min] [INFO] Capella Studio Root ................................ SUCCESS [ 0.008 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12:05 min [INFO] Finished at: 2024-04-04T13:33:50Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run RCPTT Tests) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] xvnc $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [Capella-studio_enableRCPTT] $ Xvnc -help Starting xvnc [Capella-studio_enableRCPTT] $ Xvnc :98 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.8.0 - built Jan 10 2024 16:20:34 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Thu Apr 4 13:33:52 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5998 vncext: created VNC server for screen 0 [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -Dmaven.test.failure.ignore=true -Dtycho.localArtifacts=ignore -Djacoco.destFile=/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.gen.doc.tests [rcpttTest] [INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt [rcpttTest] [INFO] capellastudio.vpdsl.qualityassessment.reverse.tests [rcpttTest] [INFO] capellastudio.vpdsl.qualityassessment.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/7] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio --- [WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.gen.doc.tests >------- [INFO] Building org.polarsys.capella.gen.doc.tests 7.0.0-SNAPSHOT [2/7] [INFO] from gendoc/tests/org.polarsys.capella.gen.doc.tests/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.gen.doc.tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/jacoco.exec,append=true [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:resources (default-resources) @ org.polarsys.capella.gen.doc.tests --- [INFO] Sys arch is amd64 [INFO] classifier is not specified for AUT, setting to linux.gtk.x86_64 by default [INFO] Resolving artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT, this may take a while ... [INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT is resolved to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip [INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO, this may take a while ... [INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-MO/rcptt.runner-2.5.5-MO.zip [INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:execute (default-execute) @ org.polarsys.capella.gen.doc.tests --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java' '-Xmx3g' '-XX:MaxMetaspaceSize=1024m' '-jar' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/surefire-reports/TEST-org.polarsys.capella.gen.doc.tests.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '8125' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-04-04 13:34:11.967 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=17.0.2 [INFO] java.vendor=Oracle Corporation [INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [INFO] Framework arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/surefire-reports/TEST-org.polarsys.capella.gen.doc.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8125 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/results/org.polarsys.capella.gen.doc.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/surefire-reports/TEST-org.polarsys.capella.gen.doc.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8125 [INFO] [INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-04-04 13:34:13.933 [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-04 13:34:13.935 [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.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] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.http.servlet 4 0 2024-04-04 13:34:13.936 [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.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] org.eclipse.osgi.services [151] [INFO] Unresolved requirement: Require-Bundle: org.osgi.service.metatype; bundle-version="[1.4.0,1.5.0)"; visibility:="reexport" [INFO] Unresolved requirement: Import-Package: org.osgi.service.http; version="[1.2.0,1.3.0)" [INFO] -> Export-Package: org.osgi.service.http; bundle-symbolic-name="org.eclipse.osgi.services"; bundle-version="3.11.100.v20221006-1531"; version="1.2.1"; uses:="javax.servlet,javax.servlet.http" [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] [INFO] !ENTRY org.eclipse.equinox.jsp.jasper 4 0 2024-04-04 13:34:13.937 [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-04 13:34:13.937 [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-04 13:34:13.938 [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-04 13:34:13.938 [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-04 13:34:13.939 [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-04 13:34:13.940 [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-04 13:34:13.941 [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-04 13:34:13.943 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] Started at Thu Apr 04 13:34:14 UTC 2024 [INFO] RCPTT Runner version: 2.5.5 [INFO] Initializing target platform... [INFO] Begin task: Create AUT configuration [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 2 0 2024-04-04 13:34:20.784 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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: 1712237654737.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-04 13:34:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-04 13:34:20.784 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.785 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.786 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.815 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.815 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.815 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.815 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.815 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.815 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.815 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.815 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.815 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.815 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.815 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.816 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.817 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.817 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.817 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.817 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.817 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.817 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.817 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.817 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.817 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.817 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.817 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:20.934 [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-04 13:34:20.938 [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-04 13:34:21.120 [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-04 13:34:21.121 [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-04 13:34:21.197 [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-04 13:34:21.198 [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-04 13:34:24.457 [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-04 13:34:24.463 [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.eclipse.equinox.weaving.hook [INFO] progress: Downloading org.aspectj.runtime [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:24.626 [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-04 13:34:24.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.codegen.ecore [INFO] progress: Downloading org.eclipse.emf.ecore.change [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:24.655 [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-04 13:34:24.655 [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-04 13:34:24.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-04 13:34:24.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] progress: Downloading org.eclipse.emf.validation [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-04 13:34:24.663 [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-04 13:34:24.667 [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-04 13:34:24.667 [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-04 13:34:24.670 [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-04 13:34:24.720 [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-04 13:34:24.720 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:24.721 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] 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-04 13:34:24.730 [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-04 13:34:24.730 [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-04 13:34:24.730 [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-04 13:34:24.739 [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-04 13:34:24.739 [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-04 13:34:24.822 [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-04 13:34:24.822 [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-04 13:34:24.822 [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-04 13:34:24.831 [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-04 13:34:24.831 [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-04 13:34:24.841 [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-04 13:34:24.843 [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-04 13:34:24.848 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.edit,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:24.916 [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-04 13:34:24.923 [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-04 13:34:24.925 [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-04 13:34:24.928 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:24.935 [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-04 13:34:24.935 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:24.943 [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-04 13:34:24.944 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:24.947 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:24.951 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:25.022 [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-04 13:34:25.022 [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-04 13:34:25.022 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.exporter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:25.029 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:25.041 [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-04 13:34:25.042 [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-04 13:34:25.042 [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-04 13:34:25.042 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.converter,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:25.045 [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-04 13:34:25.124 [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-04 13:34:25.124 [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-04 13:34:25.124 [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-04 13:34:25.124 [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-04 13:34:25.131 [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-04 13:34:25.151 [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-04 13:34:25.151 [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-04 13:34:25.159 [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-04 13:34:25.217 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:25.223 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:25.228 [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-04 13:34:25.228 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:25.229 [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.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:25.234 [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-04 13:34:25.238 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:25.245 [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-04 13:34:25.245 [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-04 13:34:25.245 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.common,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-04 13:34:25.319 [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-04 13:34:25.319 [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-04 13:34:25.501 [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-04 13:34:25.507 [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-04 13:34:25.536 [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-04 13:34:25.540 [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-04 13:34:25.554 [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-04 13:34:25.559 [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-04 13:34:25.562 [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-04 13:34:25.562 [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-04 13:34:25.562 [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-04 13:34:25.562 [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-04 13:34:25.636 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:34:26.554 [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-04 13:34:26.555 [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-04 13:34:26.622 [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-04 13:34:26.627 [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-04 13:34:26.654 [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-04 13:34:26.661 [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-04 13:34:26.667 [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-04 13:34:26.784 [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-04 13:34:26.785 [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-04 13:34:26.792 [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-04 13:34:26.795 [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-04 13:34:26.820 [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-04 13:34:26.824 [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-04 13:34:26.827 [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.emf.ecore.change [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.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.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.tesla.gmf.aspects [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.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.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [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.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.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.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.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.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.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.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.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.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 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.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.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [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.emf.validation.ui [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.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.server.feature.group [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.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.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [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.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.verifications.time [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [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.watson.feature.group [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.tesla.jface.text [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.apache.poi [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.emf.query.feature.group [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.verifications.text [INFO] progress: Installing org.eclipse.rcptt.resources.impl [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.emf.codegen.feature.group [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.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.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [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.emf.ecore.feature.jar [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.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [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.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.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/Capella-studio_enableRCPTT/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-04 13:34:32.859 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:34:37.644 [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-04 13:34:37.649 [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-04 13:34:37.650 [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-04 13:35:00.828 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=0c81f52c-6887-424e-8e8c-2f8344fff787, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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=0c81f52c-6887-424e-8e8c-2f8344fff787 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:35:00.894 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:35:46.647 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:35:47.015 [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-04 13:36:29.258 [INFO] !MESSAGE [AUT-0] Finished: Export Diagram with special characters in name.test in 41438, The Link "'#091;PAB#093; #035; Physical System' - 11 matches in workspace" could not be found. (0 from 2) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:36:29.262 [INFO] !MESSAGE [AUT-0] Starting: Export Images.test (1 from 2) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-04-04 13:36:29.351 [INFO] !MESSAGE Fail 1 (2) processed. 1 failed. spent: 0:42, 0:00 mins remaining. Export Diagram with special characters in name. time: 41438ms Cause: The Link "'#091;PAB#093; #035; Physical System' - 11 matches in workspace" could not be found. [INFO] Fail 1 (2) processed. 1 failed. spent: 0:42, 0:00 mins remaining. Export Diagram with special characters in name. time: 41438ms Cause: The Link "'#091;PAB#093; #035; Physical System' - 11 matches in workspace" could not be found. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:36:52.457 [INFO] !MESSAGE [AUT-0] Finished: Export Images.test in 22170, 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-04 13:36:52.483 [INFO] !MESSAGE Fail 2 (2) processed. 2 failed. spent: 1:05, 0:00 mins remaining. Export Images. time: 22170ms 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. 2 failed. spent: 1:05, 0:00 mins remaining. Export Images. time: 22170ms 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] Export Diagram with special characters in name [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:36:52.483 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-04 13:36:54.221 [INFO] !MESSAGE The workspace will exit with unsaved changes in this session. [INFO] Runner exit code is: 56 [ERROR] There are test failures [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:package (default-package) @ org.polarsys.capella.gen.doc.tests --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/gendoc/tests/org.polarsys.capella.gen.doc.tests/target/projects/org.polarsys.capella.gen.doc.tests-7.0.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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 [3/7] [INFO] from vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/jacoco.exec,append=true [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:resources (default-resources) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] Sys arch is amd64 [INFO] classifier is not specified for AUT, setting to linux.gtk.x86_64 by default [INFO] Resolving artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT, this may take a while ... [INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT is resolved to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip [INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO, this may take a while ... [INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-MO/rcptt.runner-2.5.5-MO.zip [INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:execute (default-execute) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java' '-Xmx3g' '-XX:MaxMetaspaceSize=1024m' '-jar' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/surefire-reports/TEST-org.polarsys.capella.studio.ad.viewpoint.rcptt.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.20230607/' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '8790' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-04-04 13:37:06.415 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=17.0.2 [INFO] java.vendor=Oracle Corporation [INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [INFO] Framework arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.html -junitReport /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/surefire-reports/TEST-org.polarsys.capella.studio.ad.viewpoint.rcptt.xml -import /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.20230607/ -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8790 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/results/org.polarsys.capella.studio.ad.viewpoint.rcptt.html -junitReport /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/surefire-reports/TEST-org.polarsys.capella.studio.ad.viewpoint.rcptt.xml -import /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.20230607/ -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 8790 [INFO] [INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-04-04 13:37:08.232 [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-04 13:37:08.233 [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-04 13:37:08.234 [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-04 13:37:08.235 [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-04 13:37:08.235 [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-04 13:37:08.236 [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-04 13:37:08.236 [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-04 13:37:08.237 [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-04 13:37:08.238 [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-04 13:37:08.239 [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-04 13:37:08.241 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] Started at Thu Apr 04 13:37:08 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-04 13:37:14.937 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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: 1712237829067.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-04 13:37:14.937 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.938 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.938 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.938 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.938 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-04 13:37:14.938 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.938 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.938 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.938 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.938 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.938 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.938 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.938 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.939 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.939 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.939 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.939 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.939 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.939 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.939 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.939 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.939 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.939 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.939 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.939 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.939 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-04 13:37:14.940 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.941 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.942 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.942 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.942 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.942 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.942 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.942 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:14.942 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:15.085 [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-04 13:37:15.088 [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.20230607/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/ (18.97kB) [INFO] progress: Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/ (15.03kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.design [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (60.64kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.design_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (20.62kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (60.64kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.design_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (20.62kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.computation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.editor.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.computation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (30.76kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.ui [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.26kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.21kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.21kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (16.89kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.73kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (17.9kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (42.75kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (13.12kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.76kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (21.06kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (21.06kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.76kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.design [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.validation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (11.1kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.transformation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.validation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.design_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (26.68kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (17.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (17.41kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.78kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.computation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.computation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.77kB) [INFO] progress: Downloading org.polarsys.kitalpha.transposer.componentsample.installer.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.generation [INFO] progress: Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.composer.componentsample.importer [INFO] progress: Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.composer.componentsample.importer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (90.6kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (14.67kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.generation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.analysis.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.25kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.25kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.validation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (16.82kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.validation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.22kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (16.82kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.validation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.22kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.vpdsl [INFO] progress: Downloading org.polarsys.kitalpha.af.componentsamplearchitectureframework [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.analysis.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.22kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.analysis.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.22kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (10.17kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.vpdsl_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (14.71kB) [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (10.17kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.vpdsl_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (14.71kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.contextual.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.21kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.17kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.contextual.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (21.89kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.25kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.contextual.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (21.89kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.25kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.activity.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (14.82kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.design.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.edit [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.activity.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (41.06kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.79kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.activity.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (41.06kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (73.04kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.design.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (11.8kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.af_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (10.08kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (19.99kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (19.12kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (11.95kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.71kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.example.installer.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.72kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (18.47kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.design [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.design_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (21.01kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.design_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (21.01kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model.edit [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (11.61kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.editor [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (15.39kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (15.39kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (112.71kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (112.71kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.edit [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (16.61kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (31.48kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (16.61kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (31.48kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (21.2kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.representation.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.ui.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (14.08kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (17.87kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.representation.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.78kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.representation.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.78kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.84kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (10.02kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.importer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.importer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (700.78kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (19.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.19kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (17.59kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.19kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (17.59kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.composer.componentsample.installer.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (10.05kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (18.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af.source [INFO] progress: Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (18.42kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (12.36kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.82kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.validation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.edit [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (14.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (38.59kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (38.9kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.vpdsl [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.design [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.vpdsl_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (48.12kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.activity.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.73kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.example.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.design_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (25.21kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.af [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.activity.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (21.89kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.69kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (65.19kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.af_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (13.61kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (18.14kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.computation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.computation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.22kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.computation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.22kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.77kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.example.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.analysis [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.example.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.17kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (13.73kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.analysis_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.generation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (60.17kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.generation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.edit.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (10.49kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (25.62kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.25kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.25kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (38.84kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.78kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (38.84kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.78kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (18.62kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (18.62kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (32kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.representation.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.27kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.21kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.representation.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (19.14kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.model.edit.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.22kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (10.77kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.vpdsl [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (23.84kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (23.84kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.generation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.24kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.vpdsl_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (20.05kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.16kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.generation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.76kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.16kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.generation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.76kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (31.5kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.rules.transformation.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.af [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.rules.transformation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (12.79kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.79kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.af_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (14.19kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.design.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (22.05kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.design.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (11.68kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (29.59kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.design [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.design_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (18.6kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (15.61kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (21.7kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.design_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (18.6kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (15.61kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (21.7kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.wizard.project [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.84kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (18.68kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.rules.validation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.wizard.project_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (24.42kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.77kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.design.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.rules.validation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.74kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (20.53kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (20.53kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.design.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (13.12kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.28kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.af.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (18.56kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.28kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.73kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.28kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.af.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.73kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (17.39kB) [INFO] progress: Downloading org.polarsys.kitalpha.transposer.componentsample.importer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleframework.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (15.01kB) [INFO] progress: Fetching org.polarsys.kitalpha.transposer.componentsample.importer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (44.17kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (15.01kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (18.46kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.22kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleframework.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (18.46kB) [INFO] progress: Fetching org.polarsys.kitalpha.transposer.componentsample.importer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (44.17kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.22kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.wizard.project.source [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (17.71kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (80.8kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.wizard.project.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (14.79kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (15.9kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (80.8kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.wizard.project.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (14.79kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (15.9kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source [INFO] progress: Downloading org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsample.model.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsample.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (42.79kB) [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (18.5kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (9.23kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (18.34kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.model [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsampleperformance.design.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.21kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.design.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (13.01kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (56.01kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsampleperformance.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (56.01kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (8.75kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/plugins/ (34.16kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.16kB) [INFO] progress: Downloading org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.16kB) [INFO] progress: Downloading org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.84kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.76kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.84kB) [INFO] progress: Fetching org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (21.76kB) [INFO] progress: Fetching org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/features/ (11.25kB) [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-04 13:37:18.867 [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-04 13:37:18.868 [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-04 13:37:18.905 [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-04 13:37:18.914 [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-04 13:37:20.513 [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-04 13:37:20.518 [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-04 13:37:20.743 [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-04 13:37:20.767 [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-04 13:37:20.775 [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-04 13:37:20.775 [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-04 13:37:20.775 [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-04 13:37:20.775 [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-04 13:37:20.784 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341. [INFO] progress: Downloading org.eclipse.emf.transaction.ui [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-04 13:37:20.840 [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-04 13:37:20.840 [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-04 13:37:20.840 [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 [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:20.856 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:20.918 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:20.929 [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-04 13:37:20.941 [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-04 13:37:20.951 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore.editor,2.6.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:20.956 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:21.025 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.mapping.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:21.050 [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-04 13:37:21.050 [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-04 13:37:21.054 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] progress: Downloading org.eclipse.emf.importer [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:21.126 [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-04 13:37:21.126 [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-04 13:37:21.135 [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-04 13:37:21.143 [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-04 13:37:21.143 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] 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-04 13:37:21.219 [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-04 13:37:21.219 [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-04 13:37:21.219 [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-04 13:37:21.228 [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-04 13:37:21.239 [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-04 13:37:21.239 [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-04 13:37:21.239 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ecore,2.9.1.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:21.317 [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-04 13:37:21.317 [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-04 13:37:21.317 [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.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-04 13:37:21.332 [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-04 13:37:21.332 [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-04 13:37:21.332 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] progress: Downloading org.eclipse.emf.exporter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:21.344 [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-04 13:37:21.344 [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.artifact.repository 2 0 2024-04-04 13:37:21.357 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.transaction,1.7.0.201306111400. [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:21.357 [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-04 13:37:21.357 [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-04 13:37:21.357 [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-04 13:37:21.431 [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-04 13:37:21.432 [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-04 13:37:21.432 [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-04 13:37:21.432 [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] progress: Downloading org.eclipse.emf.importer.java [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:21.448 [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-04 13:37:21.448 [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-04 13:37:21.448 [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-04 13:37:21.456 [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-04 13:37:21.460 [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-04 13:37:21.533 [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-04 13:37:21.533 [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-04 13:37:21.533 [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-04 13:37:21.533 [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-04 13:37:21.542 [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-04 13:37:21.556 [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-04 13:37:21.556 [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-04 13:37:21.556 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.edit,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:21.622 [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-04 13:37:21.622 [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.artifact.repository 2 0 2024-04-04 13:37:21.623 [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-04 13:37:21.632 [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-04 13:37:21.819 [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-04 13:37:21.827 [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-04 13:37:21.864 [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-04 13:37:21.869 [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-04 13:37:21.916 [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-04 13:37:21.921 [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-04 13:37:21.924 [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-04 13:37:21.924 [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-04 13:37:21.924 [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-04 13:37:21.925 [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-04 13:37:21.954 [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.20230607/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/ (18.97kB) [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-04 13:37:23.039 [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-04 13:37:23.040 [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-04 13:37:23.081 [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-04 13:37:23.085 [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-04 13:37:23.117 [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-04 13:37:23.122 [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-04 13:37:23.125 [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 https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/component/7.0.0.20230607/ (15.03kB) [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-04 13:37:23.332 [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-04 13:37:23.333 [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-04 13:37:23.339 [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-04 13:37:23.342 [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-04 13:37:23.346 [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-04 13:37:23.349 [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-04 13:37:23.351 [INFO] !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/artifacts.jar [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation [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.validation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.computation [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.representation.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.feature.group [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.source [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.computation.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.componentsampleperformance.rules.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer.source [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.design [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing org.polarsys.kitalpha.composer.componentsample.installer.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis [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.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.computation [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.polarsys.kitalpha.composer.componentsample.importer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.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.componentsamplesafetypattern.rules.analysis.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.validation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.vpdsl [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.design.source [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.activity.explorer [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.design.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.edit [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer.source [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.installer.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.design [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.generation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.model.edit [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation.source [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.editor [INFO] progress: Installing file:/home/jenkins/agent/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.vpdsl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.ui.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af [INFO] progress: Installing org.eclipse.rcptt.tesla.chart [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.emf.common.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.importer [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.source [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.edit [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.vpdsl [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis [INFO] progress: Installing 202306070902.SampleComponent [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.analysis.source [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.generation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.edit.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation.source [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.feature.feature.group [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample [INFO] progress: Installing org.eclipse.emf.transaction_root [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.source [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.validation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.feature.group [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.model.edit.source [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.polarsys.kitalpha.vp.componentsamplesafety.rules.transformation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source.feature.group [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.componentsample.rules.generation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.transformation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af [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.componentsampleperformance.model.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.contextual.explorer.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.feature.group [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.design.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.design [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation [INFO] progress: Installing org.polarsys.kitalpha.transposer.componentsample.installer.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing MO.Default [INFO] progress: Installing org.eclipse.emf.query.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.vpdsl [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.validation.source [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer.source [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.componentsamplesafetypattern.contextual.explorer [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit.source [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.af.feature.source.feature.jar [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model.source [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.design [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.representation.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model.editor.source [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.source [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.polarsys.kitalpha.vp.componentsample.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.feature.source.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.polarsys.kitalpha.vp.componentsampleperformance.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.feature.jar [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.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.activity.explorer [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation.source [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.edit [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.source.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.analysis.source [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.activity.explorer.source [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.installer.feature.feature.group [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.generation.source [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.source.feature.group [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.validation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.transformation [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.polarsys.kitalpha.transposer.componentsample.installer.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation.source [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.generation [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.contextual.explorer.source [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.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.analysis.source [INFO] progress: Installing org.eclipse.emf.codegen.ecore [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.af.componentsamplearchitectureframework [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.contextual.explorer [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation.source [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.feature.jar [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.contextual.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.representation.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.source [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.validation.source [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.representation.feature.source.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore.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.polarsys.kitalpha.vp.componentsamplesafety.model.edit [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.transformation.source [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.activity.explorer.source [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.generation.source [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.emf.mapping.ecore [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.vpdsl [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.composer.componentsample.installer.feature.feature.jar [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.componentsampleperformance.rules.validation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model.edit [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.design [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.activity.explorer.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.model [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.af [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation.source [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.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.validation [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.transformation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.model.edit.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.computation.source [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.analysis.source [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.transformation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.example.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.analysis [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.generation [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.model [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.representation.feature.source.feature.group [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.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.model.edit.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.computation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.computation.source [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.generation.source [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.computation.source [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.query.feature.group [INFO] progress: Installing 202306070902.SampleComponentSource [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.analysis.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.vpdsl [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.source [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.model.source [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.componentsamplesafetypattern.representation.feature.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.computation [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.polarsys.kitalpha.vp.componentsamplesafetypattern.rules.analysis [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.feature.group [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.model.edit.source [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.activity.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.wizard.project [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.contextual.explorer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleframework.rules.validation [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.design.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.af.feature.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.af.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.rules.transformation [INFO] progress: Installing org.polarsys.kitalpha.transposer.componentsample.importer [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.feature.source.feature.jar [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.emf.query [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafetypattern.contextual.explorer.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.wizard.project.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.af.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.representation.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.model [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.source.feature.jar [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.polarsys.kitalpha.vp.componentsample.model.source [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.af.feature.source.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsample.rules.feature.source.feature.group [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsampleperformance.design.source [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.source.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.emf.ecore.editor [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplesafety.rules.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.feature.feature.jar [INFO] progress: Installing org.polarsys.kitalpha.vp.componentsamplequalityassessment.rules.feature.feature.group [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Preparing to commit the provisioning operation. [INFO] progress: Committing the provisioning operation. [INFO] progress: Reading plug-ins [INFO] Target platform is valid. [INFO] Looking for tests... [INFO] Existing projects in workspace: [INFO] [INFO] Importing projects to workspace: [INFO] Refreshing projects: [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:28.974 [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-04 13:37:28.982 [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-04 13:37:28.995 [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-04 13:37:28.999 [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-04 13:37:29.017 [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-04 13:37:29.019 [INFO] !MESSAGE Failed to get context: _7JZocCa8EeyNHMgurMCg6w for element:EMF Security Viewpoint.test [INFO] -- Testcase is skipped because of incorrect dependencies -- EMF Security Viewpoint.test. Requires contexts: [_7JZocCa8EeyNHMgurMCg6w] [INFO] No tests found [INFO] No tests to run. [INFO] Finished at Thu Apr 04 13:37:29 UTC 2024 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-04-04 13:37:29.558 [INFO] !MESSAGE The workspace will exit with unsaved changes in this session. [INFO] Runner exit code is: 0 [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:package (default-package) @ org.polarsys.capella.studio.ad.viewpoint.rcptt --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/org.polarsys.capella.studio.ad.viewpoint.rcptt/target/projects/org.polarsys.capella.studio.ad.viewpoint.rcptt-7.0.0-SNAPSHOT.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.reverse.tests >-- [INFO] Building capellastudio.vpdsl.qualityassessment.reverse.tests 7.0.0-SNAPSHOT [4/7] [INFO] from vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/pom.xml [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ capellastudio.vpdsl.qualityassessment.reverse.tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/jacoco.exec,append=true [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:resources (default-resources) @ capellastudio.vpdsl.qualityassessment.reverse.tests --- [INFO] Sys arch is amd64 [INFO] classifier is not specified for AUT, setting to linux.gtk.x86_64 by default [INFO] Resolving artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT, this may take a while ... [INFO] Artifact org.polarsys.capella:org.polarsys.capella.studio.releng.product:zip:linux.gtk.x86_64:7.0.0-SNAPSHOT is resolved to /home/jenkins/.m2/repository/org/polarsys/capella/org.polarsys.capella.studio.releng.product/7.0.0-SNAPSHOT/org.polarsys.capella.studio.releng.product-7.0.0-SNAPSHOT-linux.gtk.x86_64.zip [INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO, this may take a while ... [INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.5-MO is resolved to /home/jenkins/.m2/repository/org/eclipse/rcptt/runner/rcptt.runner/2.5.5-MO/rcptt.runner-2.5.5-MO.zip [INFO] Extracting AUT to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.5-MO:execute (default-execute) @ capellastudio.vpdsl.qualityassessment.reverse.tests --- [INFO] Runner command line is /bin/sh -c cd '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse' && '/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java' '-Xmx3g' '-XX:MaxMetaspaceSize=1024m' '-jar' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar' '-application' 'org.eclipse.rcptt.runner.headless' '-runnerPlatform' 'swt' '-consoleLog' '-data' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace' '-aut' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut' '-autWsPrefix' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-' '-autConsolePrefix' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console-' '-q7report' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.report' '-htmlReport' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.html' '-junitReport' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.reverse.tests.xml' '-import' '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/projects/capellastudio.vpdsl.qualityassessment.reverse.tests' '-testOptions' 'testExecTimeout=300;execTimeout=3600' '-timeout' '3600' '-shutdownListenerPort' '9603' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-04-04 13:37:39.303 ----------------------------------------------- [INFO] eclipse.buildId=unknown [INFO] java.version=17.0.2 [INFO] java.vendor=Oracle Corporation [INFO] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [INFO] Framework arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -aut /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.reverse.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/projects/capellastudio.vpdsl.qualityassessment.reverse.tests -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9603 [INFO] Command-line arguments: -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -consoleLog -data /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console- -q7report /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.report -htmlReport /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/capellastudio.vpdsl.qualityassessment.reverse.tests.html -junitReport /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/surefire-reports/TEST-capellastudio.vpdsl.qualityassessment.reverse.tests.xml -import /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/projects/capellastudio.vpdsl.qualityassessment.reverse.tests -testOptions testExecTimeout=300;execTimeout=3600 -timeout 3600 -shutdownListenerPort 9603 [INFO] [INFO] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient5 4 0 2024-04-04 13:37:41.023 [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-04 13:37:41.025 [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-04 13:37:41.026 [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-04 13:37:41.027 [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-04 13:37:41.027 [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-04 13:37:41.028 [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-04 13:37:41.028 [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-04 13:37:41.030 [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-04 13:37:41.031 [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-04 13:37:41.032 [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-04 13:37:41.034 [INFO] !MESSAGE FrameworkEvent ERROR [INFO] !STACK 0 [INFO] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.rcptt.core.swt [175] [INFO] Unresolved requirement: Require-Bundle: org.eclipse.jface.databinding [INFO] [INFO] at org.eclipse.osgi.container.Module.start(Module.java:463) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1852) [INFO] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1845) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1786) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1750) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1672) [INFO] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [INFO] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [INFO] Started at Thu Apr 04 13:37:41 UTC 2024 [INFO] RCPTT Runner version: 2.5.5 [INFO] Initializing target platform... [INFO] Begin task: Create AUT configuration [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 2 0 2024-04-04 13:37:48.227 [INFO] !MESSAGE Detected potential problems in target platform No Name [INFO] Installation /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut Default Configuration [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins [INFO] Directory /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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: 1712237861815.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-04 13:37:48.227 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.227 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.227 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.227 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.227 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-04 13:37:48.228 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.228 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.228 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.228 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.228 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.228 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.228 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.228 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.228 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.228 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.228 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.229 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.229 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.229 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.229 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.229 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.229 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.229 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.229 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.229 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.229 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.229 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.229 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.229 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_31.1.0.jre.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_15.0.0.v201403281430.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_21.0.0.v20170206-1425.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/com.google.guava_30.1.0.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_4.7.2.v20221112-0806.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-04-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v201101311130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.antlr.runtime_3.2.0.v20220404-1927.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.230 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.constants.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.231 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.232 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.232 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.232 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.232 [INFO] !MESSAGE Multiple versions of bundle file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut/plugins/org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar and file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:48.371 [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-04 13:37:48.374 [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-04 13:37:48.659 [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-04 13:37:48.660 [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-04 13:37:48.752 [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-04 13:37:48.754 [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-04 13:37:50.450 [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-04 13:37:50.455 [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-04 13:37:50.653 [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-04 13:37:50.679 [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-04 13:37:50.688 [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-04 13:37:50.688 [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-04 13:37:50.688 [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-04 13:37:50.688 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.mapping.ecore2ecore,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.validation [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2024-04-04 13:37:50.719 [INFO] !MESSAGE No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.emf.validation,1.7.0.201306111341. [INFO] progress: Downloading org.eclipse.emf.transaction.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:50.740 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201306111400 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:50.817 [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-04 13:37:50.831 [INFO] !MESSAGE No digest algorithm is available to verify download of binary,org.eclipse.emf.validation_root,1.7.0.201306111341. [INFO] progress: Downloading org.eclipse.emf [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:50.836 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf,2.9.2.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:50.838 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.change.edit,2.5.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.importer.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:50.841 [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-04 13:37:50.922 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen.ui,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:50.932 [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-04 13:37:50.932 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.ecore.xmi,2.9.1.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:50.938 [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-04 13:37:51.022 [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-04 13:37:51.028 [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-04 13:37:51.118 [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-04 13:37:51.120 [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-04 13:37:51.124 [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-04 13:37:51.127 [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-04 13:37:51.138 [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-04 13:37:51.138 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.databinding,1.3.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:51.144 [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-04 13:37:51.216 [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-04 13:37:51.216 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:51.223 [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.artifact.repository 2 0 2024-04-04 13:37:51.223 [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.ecore.editor [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:51.226 [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-04 13:37:51.233 [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-04 13:37:51.234 [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-04 13:37:51.244 [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-04 13:37:51.244 [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-04 13:37:51.244 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.ecore,2.9.2.v20131212-0545 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.query [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:51.315 [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-04 13:37:51.316 [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-04 13:37:51.316 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.edit.ui,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.exporter [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:51.325 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.exporter,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:51.339 [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-04 13:37:51.340 [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-04 13:37:51.340 [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-04 13:37:51.340 [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] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:51.344 [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-04 13:37:51.349 [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-04 13:37:51.349 [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-04 13:37:51.352 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.importer.rose,2.7.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:51.359 [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-04 13:37:51.421 [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-04 13:37:51.429 [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-04 13:37:51.430 [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-04 13:37:51.437 [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-04 13:37:51.440 [INFO] !MESSAGE The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.codegen,2.9.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:51.445 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.common.ui,2.8.0.v20140203-1126 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:51.516 [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-04 13:37:51.516 [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-04 13:37:51.516 [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-04 13:37:51.522 [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-04 13:37:51.525 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.validation.ui.ide,1.3.0.201306111341 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Downloading org.eclipse.emf.edit [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:51.534 [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-04 13:37:51.535 [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-04 13:37:51.535 [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-04 13:37:51.542 [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-04 13:37:51.548 [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-04 13:37:51.761 [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-04 13:37:51.767 [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-04 13:37:51.809 [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-04 13:37:51.818 [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-04 13:37:51.833 [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-04 13:37:51.837 [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-04 13:37:51.840 [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-04 13:37:51.840 [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-04 13:37:51.840 [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-04 13:37:51.841 [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-04 13:37:51.924 [INFO] !MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider. [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-04-04 13:37:52.857 [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-04 13:37:52.858 [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-04 13:37:52.939 [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-04 13:37:52.945 [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-04 13:37:52.973 [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-04 13:37:52.977 [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-04 13:37:52.981 [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-04 13:37:53.085 [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-04 13:37:53.086 [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-04 13:37:53.094 [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-04 13:37:53.115 [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-04 13:37:53.119 [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-04 13:37:53.122 [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-04 13:37:53.124 [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.emf.ecore.change [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.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.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.tesla.gmf.aspects [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.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.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [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.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.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.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.ctx.filesystem [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.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.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.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.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.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 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.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.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [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.emf.validation.ui [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.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.server.feature.group [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.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.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [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.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.verifications.time [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [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.watson.feature.group [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.tesla.jface.text [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.apache.poi [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.emf.query.feature.group [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.verifications.text [INFO] progress: Installing org.eclipse.rcptt.resources.impl [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.emf.codegen.feature.group [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.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.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [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.emf.ecore.feature.jar [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.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [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.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.emf.ecore.editor [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Downloading org.eclipse.emf.query_root [INFO] progress: Preparing to commit the provisioning operation. [INFO] progress: Committing the provisioning operation. [INFO] progress: Reading plug-ins [INFO] Target platform is valid. [INFO] Looking for tests... [INFO] Existing projects in workspace: [INFO] [INFO] Importing projects to workspace: [INFO] Refreshing projects: [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:37:58.819 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:38:03.077 [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-04 13:38:03.084 [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-04 13:38:03.084 [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-04 13:38:26.190 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=4b128588-118a-466b-a642-f814547790b6, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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=4b128588-118a-466b-a642-f814547790b6 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:38:26.255 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.ext 4 0 2024-04-04 13:38:46.271 [INFO] !MESSAGE RCPTT: Failed to Launch AUT: AUT_0 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.AUTsManager.launchAutsAndStartTheirThreads(AUTsManager.java:63) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.runTests(TestsRunner.java:306) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:90) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 4 7788 2024-04-04 13:38:46.272 [INFO] !MESSAGE Process was terminated while waiting for AUT startup data [INFO] AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] AUT-0: For more information check AUT output at '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console-0_console.log' [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:38:46.273 [INFO] !MESSAGE AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:38:46.273 [INFO] !MESSAGE Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:38:46.273 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:38:50.977 [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-04 13:38:50.980 [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-04 13:38:50.981 [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-04 13:39:12.876 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=0248dba9-539c-4f4c-bfa3-d2e2ff393166, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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=0248dba9-539c-4f4c-bfa3-d2e2ff393166 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:39:12.924 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.ext 4 0 2024-04-04 13:39:29.937 [INFO] !MESSAGE RCPTT: Failed to Launch AUT: AUT_0 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.AUTsManager.launchAutsAndStartTheirThreads(AUTsManager.java:63) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.runTests(TestsRunner.java:306) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:90) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 4 7788 2024-04-04 13:39:29.937 [INFO] !MESSAGE Process was terminated while waiting for AUT startup data [INFO] AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] AUT-0: For more information check AUT output at '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console-0_console.log' [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:39:29.938 [INFO] !MESSAGE AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:39:29.938 [INFO] !MESSAGE Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:39:29.939 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:39:34.721 [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-04 13:39:34.724 [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-04 13:39:34.724 [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-04 13:39:56.288 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=fdb681f8-8995-47d9-b98b-94c239234e8f, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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=fdb681f8-8995-47d9-b98b-94c239234e8f [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:39:56.332 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.ext 4 0 2024-04-04 13:40:12.341 [INFO] !MESSAGE RCPTT: Failed to Launch AUT: AUT_0 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.AUTsManager.launchAutsAndStartTheirThreads(AUTsManager.java:63) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.runTests(TestsRunner.java:306) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:90) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 4 7788 2024-04-04 13:40:12.341 [INFO] !MESSAGE Process was terminated while waiting for AUT startup data [INFO] AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] AUT-0: For more information check AUT output at '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console-0_console.log' [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:40:12.342 [INFO] !MESSAGE AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:40:12.342 [INFO] !MESSAGE Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:40:12.342 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:40:16.868 [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-04 13:40:16.870 [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-04 13:40:16.871 [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-04 13:40:38.169 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=4fb9e0ea-0c16-4456-90d7-d85f86e65cac, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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=4fb9e0ea-0c16-4456-90d7-d85f86e65cac [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:40:38.246 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.ext 4 0 2024-04-04 13:40:54.257 [INFO] !MESSAGE RCPTT: Failed to Launch AUT: AUT_0 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.AUTsManager.launchAutsAndStartTheirThreads(AUTsManager.java:63) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.runTests(TestsRunner.java:306) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:90) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 4 7788 2024-04-04 13:40:54.257 [INFO] !MESSAGE Process was terminated while waiting for AUT startup data [INFO] AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] AUT-0: For more information check AUT output at '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console-0_console.log' [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:40:54.257 [INFO] !MESSAGE AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:40:54.258 [INFO] !MESSAGE Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:40:54.258 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:40:59.100 [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-04 13:40:59.103 [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-04 13:40:59.103 [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-04 13:41:20.755 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=70c93a1b-7666-426c-972a-5a38e14f8a61, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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=70c93a1b-7666-426c-972a-5a38e14f8a61 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:41:20.796 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.ext 4 0 2024-04-04 13:41:35.806 [INFO] !MESSAGE RCPTT: Failed to Launch AUT: AUT_0 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.AUTsManager.launchAutsAndStartTheirThreads(AUTsManager.java:63) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.runTests(TestsRunner.java:306) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:90) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 4 7788 2024-04-04 13:41:35.806 [INFO] !MESSAGE Process was terminated while waiting for AUT startup data [INFO] AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] AUT-0: For more information check AUT output at '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console-0_console.log' [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:41:35.807 [INFO] !MESSAGE AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:41:35.807 [INFO] !MESSAGE Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:41:35.807 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:41:40.677 [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-04 13:41:40.680 [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-04 13:41:40.680 [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-04 13:42:02.770 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=9c655ec9-1520-4485-b922-250294ff0b55, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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=9c655ec9-1520-4485-b922-250294ff0b55 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:42:02.810 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.ext 4 0 2024-04-04 13:42:21.821 [INFO] !MESSAGE RCPTT: Failed to Launch AUT: AUT_0 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.AUTsManager.launchAutsAndStartTheirThreads(AUTsManager.java:63) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.runTests(TestsRunner.java:306) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:90) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 4 7788 2024-04-04 13:42:21.822 [INFO] !MESSAGE Process was terminated while waiting for AUT startup data [INFO] AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] AUT-0: For more information check AUT output at '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console-0_console.log' [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:42:21.822 [INFO] !MESSAGE AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:42:21.822 [INFO] !MESSAGE Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:42:21.823 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:42:27.081 [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-04 13:42:27.083 [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-04 13:42:27.083 [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-04 13:42:48.849 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=c732eb57-677d-41f7-97c8-d50a076bff62, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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=c732eb57-677d-41f7-97c8-d50a076bff62 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:42:48.886 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.ext 4 0 2024-04-04 13:43:05.916 [INFO] !MESSAGE RCPTT: Failed to Launch AUT: AUT_0 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.AUTsManager.launchAutsAndStartTheirThreads(AUTsManager.java:63) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.runTests(TestsRunner.java:306) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:90) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 4 7788 2024-04-04 13:43:05.916 [INFO] !MESSAGE Process was terminated while waiting for AUT startup data [INFO] AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] AUT-0: For more information check AUT output at '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console-0_console.log' [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:43:05.917 [INFO] !MESSAGE AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:43:05.917 [INFO] !MESSAGE Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:43:05.917 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:43:10.872 [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-04 13:43:10.874 [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-04 13:43:10.875 [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-04 13:43:33.339 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=2990f0dd-a5e0-4103-8d9d-99f734fb0e4f, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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=2990f0dd-a5e0-4103-8d9d-99f734fb0e4f [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:43:33.378 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.ext 4 0 2024-04-04 13:43:48.389 [INFO] !MESSAGE RCPTT: Failed to Launch AUT: AUT_0 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.AUTsManager.launchAutsAndStartTheirThreads(AUTsManager.java:63) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.runTests(TestsRunner.java:306) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:90) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 4 7788 2024-04-04 13:43:48.389 [INFO] !MESSAGE Process was terminated while waiting for AUT startup data [INFO] AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] AUT-0: For more information check AUT output at '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console-0_console.log' [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:43:48.390 [INFO] !MESSAGE AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:43:48.390 [INFO] !MESSAGE Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:43:48.390 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:43:53.512 [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-04 13:43:53.517 [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-04 13:43:53.517 [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-04 13:44:15.915 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=148ff55f-e439-48f6-896c-067e3470c012, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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=148ff55f-e439-48f6-896c-067e3470c012 [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:44:15.953 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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.ext 4 0 2024-04-04 13:44:32.965 [INFO] !MESSAGE RCPTT: Failed to Launch AUT: AUT_0 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.AUTsManager.launchAutsAndStartTheirThreads(AUTsManager.java:63) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.runTests(TestsRunner.java:306) [INFO] at org.eclipse.rcptt.runner.util.TestsRunner.findAndRunTests(TestsRunner.java:90) [INFO] at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:58) [INFO] at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54) [INFO] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) [INFO] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) [INFO] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [INFO] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [INFO] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [INFO] at java.base/java.lang.reflect.Method.invoke(Method.java:568) [INFO] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) [INFO] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) [INFO] at org.eclipse.equinox.launcher.Main.run(Main.java:1467) [INFO] at org.eclipse.equinox.launcher.Main.main(Main.java:1440) [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 4 7788 2024-04-04 13:44:32.965 [INFO] !MESSAGE Process was terminated while waiting for AUT startup data [INFO] AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] AUT-0: For more information check AUT output at '/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/results/aut-console-0_console.log' [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:44:32.965 [INFO] !MESSAGE AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:44:32.965 [INFO] !MESSAGE Failed to launch AUT:AUT-0: Launch failed. Reason: Process was terminated while waiting for AUT startup data [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-04-04 13:44:32.965 [INFO] !MESSAGE AUT-0:Launching [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.polarsys.capella.studio.product.CapellaStudio [INFO] AUT-0:Application: org.polarsys.capella.studio.product.application [INFO] AUT-0:Architecture: x86_64 [INFO] x86_64 arch is selected because AUT uses org.eclipse.equinox.launcher.gtk.linux.x86_64 [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog [INFO] /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:44:37.739 [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-04 13:44:37.741 [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-04 13:44:37.741 [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-04 13:44:59.609 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Dosgi.requiredJavaVersion=17, -Dosgi.dataAreaRequiresExplicitInit=true, -Xms512m, -Xmx2048m, -Dq7id=20cabf28-e3b3-43aa-bf9d-23fbad8e9c2f, -Dq7EclPort=4001, -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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=20cabf28-e3b3-43aa-bf9d-23fbad8e9c2f [INFO] -Dq7EclPort=4001 [INFO] -Dosgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar,reference:file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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-04 13:44:59.647 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT command line arguments is set to: [-launcher, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner/eclipse/eclipse, -name, Eclipse, -showsplash, 600, -product, org.polarsys.capella.studio.product.CapellaStudio, -data, /home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/aut-ws-0, -configuration, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/vpdsl/tests/capellastudio.vpdsl.qualityassessment.reverse.tests/target/runner-workspace/.metadata/.plugins/org.eclipse.pde.core/AUT_0/, -dev, file:/home/jenkins/agent/workspace/Capella-studio_enableRCPTT/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] Runner exit code is: 137 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Studio Root 7.0.0-SNAPSHOT: [INFO] [INFO] Capella Studio ..................................... SUCCESS [ 1.192 s] [INFO] org.polarsys.capella.gen.doc.tests ................. SUCCESS [02:55 min] [INFO] org.polarsys.capella.studio.ad.viewpoint.rcptt ..... SUCCESS [ 34.725 s] [INFO] capellastudio.vpdsl.qualityassessment.reverse.tests FAILURE [07:40 min] [INFO] capellastudio.vpdsl.qualityassessment.tests ........ SKIPPED [INFO] Capella Studio RCPTT tests Aggregator Module ...... SKIPPED [INFO] Capella Studio Root ................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:15 min [INFO] Finished at: 2024-04-04T13:45:10Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.5.5-MO:execute (default-execute) on project capellastudio.vpdsl.qualityassessment.reverse.tests: Failed to launch RCPTT runner. Runner exit code is: 137 -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.5.5-MO:execute (default-execute) on project capellastudio.vpdsl.qualityassessment.reverse.tests: Failed to launch RCPTT runner. Runner exit code is: 137 at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to launch RCPTT runner. Runner exit code is: 137 at org.eclipse.rcptt.maven.ExecuteMojo.execute (ExecuteMojo.java:298) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :capellastudio.vpdsl.qualityassessment.reverse.tests java.net.ConnectException: Connection refused [INFO] Process terminated. Send shutdown request to RCPTT runner. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } Terminating xvnc. [Pipeline] // xvnc [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run JUnit Tests) Stage "Run JUnit Tests" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive artifacts) Stage "Archive artifacts" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) Stage "Deploy" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish tests results) Stage "Publish tests results" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Perform Sonar analysis) Stage "Perform Sonar analysis" skipped due to earlier failure(s) [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 ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE