Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 9d6bea2a6291f8e75cd14dbfdfcd1de0754f4859 [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘migration’ Agent centos-7-01t32 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-01t32" 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-01t32" - 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-01t32" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-capella" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-01t32 in /home/jenkins/agent/workspace/Capella-studio_masterx [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_masterx # 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/masterx:refs/remotes/origin/masterx # timeout=10 Avoid second fetch Checking out Revision 9d6bea2a6291f8e75cd14dbfdfcd1de0754f4859 (masterx) > git config remote.origin.url https://github.com/eclipse/capella-studio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/masterx:refs/remotes/origin/masterx # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9d6bea2a6291f8e75cd14dbfdfcd1de0754f4859 # timeout=10 Commit message: "[releng] Update tp" > git rev-list --no-walk 9d6bea2a6291f8e75cd14dbfdfcd1de0754f4859 # 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.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) 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: "5.17.13-200.fc35.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/ (461B) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/ (6.8kB) [INFO] Fetching 202303151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-03/ (63B) [INFO] Fetching bcpg_1.72.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (397.08kB) [INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.75MB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.01kB) [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.92MB) [INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (816.86kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (32.41kB) [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.17kB) [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.23MB) [INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.78MB) [INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.29MB) [INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (586.39kB) [INFO] Fetching javax.annotation_1.3.5.v20221203-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.09kB) [INFO] Fetching org.eclipse.osgi_3.18.300.v20230220-1352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.47MB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (169.92kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (370.34kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (317.8kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (393.54kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64.89kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (83.65kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (844.43kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (909.51kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (262.89kB) [INFO] Fetching org.apache.log4j_1.2.24.v20221221-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (357.66kB) [INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (109.43kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (74.44kB) [INFO] Fetching org.eclipse.cbi.targetplatform_3.0.0.202301141839.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (281.21kB) [INFO] Fetching org.eclipse.cbi.targetplatform.model_3.0.0.202212220709.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (105.03kB) [INFO] Fetching org.eclipse.xtext_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.65MB) [INFO] Fetching org.eclipse.equinox.common_3.17.100.v20230202-1341.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (147.22kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (161.99kB) [INFO] Fetching org.eclipse.xtext.util_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (313.56kB) [INFO] Fetching org.eclipse.xtend.lib_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.25kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (176.44kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (362.07kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.7.0.v20230204-1018.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.59kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.30.0.v20230227-1111.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.09kB) [INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (595.34kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (564.57kB) [INFO] Fetching org.eclipse.cbi.targetplatform.ide_3.0.0.202209040659.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (82.63kB) [INFO] Fetching org.eclipse.cbi.targetplatform.ui_3.0.0.202212220709.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202305061445/plugins/ (136.96kB) [INFO] Fetching org.eclipse.xtext.ide_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (496.58kB) [INFO] Fetching org.eclipse.emf.ecore_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.jdt.launching_3.19.900.v20230209-1222.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (570.79kB) [INFO] Fetching org.eclipse.xtext.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.89MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (62.46kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.76kB) [INFO] Fetching org.eclipse.ui.editors_3.15.0.v20221201-1935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (621.13kB) [INFO] Fetching org.eclipse.ui.ide_3.20.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.39MB) [INFO] Fetching org.eclipse.ui_3.202.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (434.05kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (806.64kB) [INFO] Fetching org.eclipse.pde.core_3.16.100.v20230126-0956.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.36MB) [INFO] Fetching org.eclipse.core.resources_3.18.200.v20230209-0754.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (892.83kB) [INFO] Fetching org.eclipse.jface.text_3.23.0.v20230123-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.views_3.11.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (107.39kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.700.v20230210-0941.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (691.11kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (93.93kB) [INFO] Fetching org.eclipse.ui.forms_3.11.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (331.64kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.commands_3.10.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (116.39kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (196.21kB) [INFO] Fetching org.eclipse.core.databinding_1.12.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (286.17kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (314.81kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (164.87kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (297.19kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.core.jobs_3.13.300.v20230111-0823.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (114.59kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.45kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.07kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.9kB) [INFO] Fetching org.eclipse.debug.core_3.20.100.v20230124-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (400.21kB) [INFO] Fetching org.eclipse.debug.ui_3.17.200.v20230220-1318.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3MB) [INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (245.21kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.37kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.8kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.46kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.3kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.200.v20230220-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.85kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.66kB) [INFO] Fetching org.eclipse.swt_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.jface_3.29.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.500.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (215.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.800.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (205.06kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.04kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.500.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.53kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.3.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (395.08kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.3.700.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (209.61kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.14.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (266.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.800.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (149.44kB) [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.14kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.11kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (91.78kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (238.68kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (120.01kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.800.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (252.1kB) [INFO] Fetching org.eclipse.jface.databinding_1.14.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (291.47kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.9kB) [INFO] Fetching org.eclipse.urischeme_1.2.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (53.71kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (129.12kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.82kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.69kB) [INFO] Fetching org.eclipse.emf.common_2.28.0.v20230223-0922.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (378.6kB) [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (168.05kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (188.37kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (301.89kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (354.71kB) [INFO] Fetching org.eclipse.ui.workbench_3.128.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.800.v20221205-1614.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (172.79kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.400.v20221201-0952.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.66kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (112.39kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.87kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (133.75kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (86.25kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (28.71kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.06kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (77.31kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.53kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.800.v20221205-1614.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (116.91kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.76kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (63.84kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.19kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (144.7kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.69kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (249.79kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.87kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.6kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.08kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.37kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.46kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.10.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (107.54kB) [INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.01kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.26kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.400.v20221201-0952.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (47.71kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.42kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.06kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.06kB) [INFO] Fetching org.tukaani.xz.source_1.9.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (135.7kB) [INFO] Fetching bcpg.source_1.72.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (311.89kB) [INFO] Fetching bcprov.source_1.72.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (7.5MB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.97kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.68kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (33.47kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.300.v20221203-1819.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.300.v20221214-0640.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (246.26kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.85kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.64kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (156.48kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (34.65kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.2.200.v20220210-1157.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.22kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (72.59kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (51.45kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.300.v20221203-1932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (256.99kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.57kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.86kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.300.v20221203-1819.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.56kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.26kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.300.v20221203-1932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (180.5kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.300.v20221214-0640.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (151.64kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (65.61kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.800.v20230113-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (659.55kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (105.26kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.12kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (172.26kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.34kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.800.v20230113-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (309.56kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.79kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.27kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (87.3kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (38.24kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.05kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.3.400.v20220911-2007.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.72kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (57.1kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.27kB) [INFO] Fetching org.eclipse.ui.browser_3.7.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (209.28kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (129.58kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.51kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (50.45kB) [INFO] Fetching org.sat4j.core.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (454.22kB) [INFO] Fetching org.sat4j.pb.source_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (347.82kB) [INFO] Fetching org.eclipse.equinox.app.source_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.31kB) [INFO] Fetching org.eclipse.jdt.core_3.33.0.v20230222-1748.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (4MB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.33.0.v20230218-1114.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.01MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.18.0.v20230209-2203.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.29MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.100.v20230117-1625.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (343.25kB) [INFO] Fetching org.eclipse.jdt.debug_3.20.100.v20230119-1127.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (919.02kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.1000.v20230207-1058.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.ui_3.28.0.v20230210-2115.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.95MB) [INFO] Fetching org.eclipse.search_3.14.400.v20230209-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (499.45kB) [INFO] Fetching org.eclipse.team.ui_3.9.600.v20230207-1607.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.team.core_3.9.700.v20221201-0946.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (402.85kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ui.navigator_3.11.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (425.29kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.600.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (175.28kB) [INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (495.56kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.67kB) [INFO] Fetching org.eclipse.xtext.builder_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (394.87kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (252.07kB) [INFO] Fetching org.eclipse.xtext.smap_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.31kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (110.96kB) [INFO] Fetching org.eclipse.xtext.common.types_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (504.19kB) [INFO] Fetching org.eclipse.xtext.buildship_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.36kB) [INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.94kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (250kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.17kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.29kB) [INFO] Fetching org.eclipse.xtext.ecore_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.81kB) [INFO] Fetching org.eclipse.xtext.java_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (48.02kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.24.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.18kB) [INFO] Fetching org.eclipse.xtext.m2e_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (26.36kB) [INFO] Fetching org.eclipse.xtext.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.43MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (121.86kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (96.5kB) [INFO] Fetching org.eclipse.xtext.util.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (143.45kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (361.05kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (208.46kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.98kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.65kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.07kB) [INFO] Fetching org.eclipse.xtext.java.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.75kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.15kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (195.86kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (134.89kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.5kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (137.29kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.53kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.51kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.28kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.9kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.28kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.75kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (93.74kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.59kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.89kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (288.83kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.11kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.47kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.09kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.23kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Capella-studio_masterx/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.20230607/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/ (60.55kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/ (60.55kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230607/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230607/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230607/ (30.68kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230607/ (30.68kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.egf.site/ (10.79kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.egf.site/ (10.79kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/ (144.6kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/ (144.6kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.test.site/ (23.33kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.test.site/ (23.33kB) >> 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.54kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.54kB) >> Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B) >> Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B) >> Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B) >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB) >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB) >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (18.98kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (18.98kB) >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (9.94kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (9.94kB) >> Fetching p2.index from https://download.eclipse.org/releases/2021-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/ (502B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (502B) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB) >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/ (45.96kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/ (45.96kB) >> 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/stable/1.6.3/2021-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (20.83kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (20.83kB) >> Fetching p2.index from https://download.eclipse.org/nebula/releases/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] 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: 45.457 s [INFO] Finished at: 2023-08-09T06:50:18Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 4 plugin(s) [WARNING] [WARNING] * org.eclipse.tycho.extras:tycho-source-feature-plugin:2.7.5 [WARNING] * org.eclipse.tycho.extras:tycho-eclipserun-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-packaging-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-source-plugin:2.7.5 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Package & Test Capella Studio) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] xvnc $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [Capella-studio_masterx] $ Xvnc -help Starting xvnc [Capella-studio_masterx] $ Xvnc :19 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Apr 5 2023 13:48:56 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation [Pipeline] { Wed Aug 9 06:51:29 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5919 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_masterx/jacoco.exec -Djacoco.append=true org.jacoco:jacoco-maven-plugin:0.8.10:prepare-agent clean verify -P full -P sign -P product -P test -e -f pom.xml Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) 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: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:sources:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.targets/../../../releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@497c1d78... 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_masterx/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.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 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.anim_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (529.46kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (253.47kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.dom_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (206.14kB) [INFO] Fetching org.apache.batik.awt.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (452.28kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (25.35kB) [INFO] Fetching org.apache.batik.parser_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (94.68kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.24kB) [INFO] Fetching org.apache.batik.bridge_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (744.84kB) [INFO] Fetching org.apache.batik.gvt_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (212.25kB) [INFO] Fetching org.apache.batik.script_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (40.19kB) [INFO] Fetching org.apache.batik.xml_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (47.81kB) [INFO] Fetching org.apache.xalan_2.7.2.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (3.15MB) [INFO] Fetching org.apache.batik.codec_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (128.92kB) [INFO] Fetching org.apache.batik.transcoder_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (146.96kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.ext_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (24.59kB) [INFO] Fetching org.apache.batik.svggen_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (251.99kB) [INFO] Fetching org.apache.commons.commons-io_2.11.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (319.47kB) [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.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.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.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.12.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (636.39kB) [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.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.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (76.99kB) [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.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (137.68kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.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.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (88.62kB) [INFO] Fetching org.eclipse.egf.core.producer_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (18.98kB) [INFO] Fetching org.eclipse.egf.domain_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.45kB) [INFO] Fetching org.eclipse.egf.model_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (405.32kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (95.82kB) [INFO] Fetching org.eclipse.egf.model.ftask_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (47.24kB) [INFO] Fetching org.eclipse.egf.pattern_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (147.91kB) [INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (33.25kB) [INFO] Fetching org.eclipse.egf.model.fprod_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (39kB) [INFO] Fetching org.eclipse.egf.emf.pattern_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (2.77MB) [INFO] Fetching org.eclipse.egf.pattern.jet_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (35.03kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (127kB) [INFO] Fetching org.eclipse.emf.validation_1.8.1.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (412.33kB) [INFO] Fetching org.eclipse.egf.model.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (415.93kB) [INFO] Fetching org.eclipse.egf.producer_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (69.45kB) [INFO] Fetching org.eclipse.egf.model.jetpattern_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (23.52kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (18.31kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.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.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (57.72kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.66kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (23.16kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (64.03kB) [INFO] Fetching org.eclipse.emf.importer_2.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.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (22.17kB) [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.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.gef_3.13.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (996.08kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (119.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (261.16kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (105.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (124.56kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (42.91kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.8kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (79.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (135.98kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (388.86kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (116.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (192.9kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (1.17MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (31.39kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (97.2kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (105.06kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (52.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (223.38kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (94.13kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (141.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (96.87kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (201.9kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (220.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (66.66kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (27.94kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (122.19kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (127.88kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (73.91kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (321.79kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (112.33kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (248.12kB) [INFO] Fetching org.eclipse.help.base_4.3.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.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.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/nebula/releases/3.0.0/plugins/ (155.83kB) [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.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.runtime_3.7.600.v20230128-2205.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (211.13kB) [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.eclipse.sirius_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (874.33kB) [INFO] Fetching org.eclipse.sirius.common_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (258.69kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (94.12kB) [INFO] Fetching org.eclipse.sirius.model_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (642.29kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (19.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (11.42kB) [INFO] Fetching org.eclipse.sirius.common.ui_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (285.85kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (43.27kB) [INFO] Fetching org.eclipse.sirius.diagram_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (711.33kB) [INFO] Fetching org.eclipse.sirius.diagram.model_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (759.56kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (16.04kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (59.3kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (5.7MB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (119.02kB) [INFO] Fetching org.eclipse.sirius.ui_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (1.41MB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (30.75kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (13.6kB) [INFO] Fetching org.eclipse.sirius.ext.gef_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (18kB) [INFO] Fetching org.eclipse.sirius.ext.jface_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (10.77kB) [INFO] Fetching org.eclipse.sirius.ext.swt_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (11.43kB) [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.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (125.1kB) [INFO] Fetching org.eclipse.sirius.table.model_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (248.03kB) [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.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (65.43kB) [INFO] Fetching org.polarsys.capella.common_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (83.77kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (46.85kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (148.97kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (43.51kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (103.96kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (36.61kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (43.08kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (75.2kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (19.68kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (53.35kB) [INFO] Fetching org.polarsys.kitalpha.emde_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (63.72kB) [INFO] Fetching org.polarsys.capella.common.model_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (33.24kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (51.58kB) [INFO] Fetching org.polarsys.capella.common.ef_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (36.3kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (19.03kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (29.34kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (36.39kB) [INFO] Fetching org.polarsys.capella.common.helpers_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (55.92kB) [INFO] Fetching org.polarsys.capella.common.libraries_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (32.72kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (46.32kB) [INFO] Fetching org.polarsys.capella.common.queries_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (45.83kB) [INFO] Fetching org.polarsys.capella.common.tools.report_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (50.36kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (20.35kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (24.47kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (31.22kB) [INFO] Fetching org.polarsys.capella.core.preferences_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (224.27kB) [INFO] Fetching org.polarsys.capella.core.application_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (16.6kB) [INFO] Fetching org.polarsys.capella.core.data.gen_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (2.31MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (1.29MB) [INFO] Fetching org.polarsys.capella.core.model.handler_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (128.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (26.82kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (117.93kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (414.71kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (46.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.48kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (25.1kB) [INFO] Fetching org.polarsys.capella.rcp_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (32.9kB) [INFO] Fetching org.polarsys.kitalpha.report_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (21.58kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (44.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (31.34kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (24.69kB) [INFO] Fetching org.polarsys.kitalpha.report.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (31.7kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.16MB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.54kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (40.96kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/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_masterx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [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.httpcomponents.httpclient_4.5.14.v20221207-1049.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (823.2kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (356.05kB) [INFO] Fetching org.apache.sshd.osgi_2.9.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.76MB) [INFO] Fetching org.apache.sshd.sftp_2.9.2.v20221117-1942.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (397.68kB) [INFO] Fetching org.eclipse.egf.task_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (13.23kB) [INFO] Fetching org.eclipse.egit.core_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.transaction.ui_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.57kB) [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.eclipse.sirius.diagram.sequence_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (438.59kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (11.72kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (282.91kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (55.84kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (151.98kB) [INFO] Fetching org.polarsys.capella.common.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (223.59kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (498.61kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (49.09kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (25.14kB) [INFO] Fetching org.polarsys.capella.common.re.gen_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (68.8kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (164.48kB) [INFO] Fetching org.polarsys.capella.common.ui.services_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (24.39kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (24.05kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (21.1kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (74.11kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (33.41kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (72.64kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.core.af.integration_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (30.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (31.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (73.14kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (1.41MB) [INFO] Fetching org.polarsys.capella.core.libraries_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (75.9kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (79.36kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (79.62kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (32.95kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (273.53kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (202.51kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (59.27kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (77.42kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (36.34kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (106.8kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (41.57kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (235.47kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (31.58kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (112.36kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (88.28kB) [INFO] Fetching org.polarsys.capella.core.data.helpers_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (421.95kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (167.41kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (55.6kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (91.8kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (32.32kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (218.32kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (36.6kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (21.38kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (57.1kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (25.42kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (32.55kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (34.54kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (19.75kB) [INFO] Fetching org.polarsys.capella.core.egf_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.egf.site/plugins/ (351.75kB) [INFO] Fetching org.polarsys.capella.core.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (44.68kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (48.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (44.74kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (47.68kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (25.24kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (480.28kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (27.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (90.92kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (40.91kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.46kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/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_masterx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.common.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (53.92kB) [INFO] Fetching org.eclipse.egf.core.pde_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (70.89kB) [INFO] Fetching org.eclipse.egf.core.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (133.51kB) [INFO] Fetching org.eclipse.egf.pattern.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (459.65kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.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.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (78.03kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.eclipse.resources.mgt_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (39.4kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.editor_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (76.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.common_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (37.97kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (41.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (48.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (46.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.provider_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (33.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.helper_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (52.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (21.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (56.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (128.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.6kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (122.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.validation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (59.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (51.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.extension_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (46.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/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_masterx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (44.51kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (19.66kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (475.66kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (33.09kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/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.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (132.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (69.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (63.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (48.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.helper_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (25.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (45.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.helper_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (196.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (119.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (50.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.helpers_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [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 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.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (590.22kB) [INFO] Fetching org.eclipse.sirius.tree.ui_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (248.37kB) [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.egit.ui_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (3.91MB) [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.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_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.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.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.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.sirius.diagram.sequence.edit_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (188.51kB) [INFO] Fetching org.eclipse.sirius.synchronizer_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (38.19kB) [INFO] Fetching org.eclipse.sirius.tree_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (111.75kB) [INFO] Fetching org.eclipse.sirius.tree.model_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (155.66kB) [INFO] Fetching org.polarsys.capella.commandline.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (48.45kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (17.23kB) [INFO] Fetching org.polarsys.capella.common.transition_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (276.89kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (32.05kB) [INFO] Fetching org.polarsys.capella.core.compare_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (64.17kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (51.32kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (29.11kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (285.64kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (313.87kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (110.37kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (1.81MB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (469.9kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (63.06kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (21.14kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (142.06kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (114.46kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (37.63kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (19.23kB) [INFO] Fetching org.polarsys.capella.core.services_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (19.67kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (111.04kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (77.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (87.22kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (31.87kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (58.86kB) [INFO] Fetching org.polarsys.capella.core.transition.system_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (263.79kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (264.47kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (27.13kB) [INFO] Fetching org.polarsys.capella.test.framework_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.test.site/plugins/ (158.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.action_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (24.4kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (117.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (84.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (301.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.52kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (48.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (43.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.67kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (30.73kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (27.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (21.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (33.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (88.57kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (295.86kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (24.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (27.7kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.74kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (31.37kB) [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [WARNING] The project org.polarsys.capella:org.polarsys.capella.studio:pom:7.0.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Studio [pom] [INFO] org.polarsys.capella.studio.releng.targets [eclipse-target-definition] [INFO] org.polarsys.capella.extension.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools.ui [eclipse-plugin] [INFO] org.polarsys.capella.studio.product [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui [eclipse-plugin] [INFO] org.polarsys.capella.ta [eclipse-plugin] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.definition [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.ext [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.portfolio [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.studio.doc [eclipse-plugin] [INFO] org.polarsys.capella.extension.sdk.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.doc.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.product.feature [eclipse-feature] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature [eclipse-feature] [INFO] org.polarsys.capella.cdo.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.eclipse.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.capella.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.updatesite [eclipse-repository] [INFO] Capella Sudio Aggregator Module [pom] [INFO] Capella studio Product [eclipse-repository] [INFO] org.polarsys.capella.studio.test [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests [eclipse-test-plugin] [INFO] org.polarsys.capella.studio.test.feature [eclipse-feature] [INFO] Capella Sudio tests Aggregator Module [pom] [INFO] Capella Studio Root [pom] [INFO] [INFO] ----------< org.polarsys.capella:org.polarsys.capella.studio >---------- [INFO] Building Capella Studio 7.0.0-SNAPSHOT [1/36] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio --- [WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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] 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] --< org.polarsys.capella:org.polarsys.capella.studio.releng.targets >--- [INFO] Building org.polarsys.capella.studio.releng.targets 7.0.0-SNAPSHOT [2/36] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.targets --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.targets --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_masterx/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/N202305061445/ (172B) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.35kB) [INFO] Fetching org.apache.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_masterx/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_masterx/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.targets/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/Capella-studio_masterx/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.20230607/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/ (60.55kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/ (60.55kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230607/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230607/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230607/ (30.68kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/7.0.0.20230607/ (30.68kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.egf.site/ (10.79kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.egf.site/ (10.79kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/ (144.6kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/ (144.6kB) >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.test.site/ (23.33kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.test.site/ (23.33kB) >> 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.54kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/ (15.54kB) >> Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/mylyn/releases/3.26/ (126B) >> Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/3.26/ (486B) >> Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (134B) >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B) >> 1 operation remaining. >> Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2023-03/ (428B) >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/ (94.71kB) >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/ (22.54kB) >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (18.98kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/ (18.98kB) >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (9.94kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/ (9.94kB) >> Fetching p2.index from https://download.eclipse.org/releases/2021-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/ (502B) >> 1 operation remaining. >> Fetching compositeContent.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/ (502B) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (115B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/ (19.89kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/ (21.31kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201802240723/ (20.89kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201807201001/ (28.47kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201809121017/ (25.23kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201810050612/ (28.02kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201911060712/ (28.67kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/ (25.56kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (116B) >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB) >> 1 operation remaining. >> Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/ (25.81kB) >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/ (14.43kB) >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/ (45.96kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/ (45.96kB) >> 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/stable/1.6.3/2021-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (20.83kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/ (20.83kB) >> Fetching p2.index from https://download.eclipse.org/nebula/releases/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] 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] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model >-- [INFO] Building org.polarsys.capella.extension.genchain.model 7.0.0-SNAPSHOT [3/36] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.extension.genchain.model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain.model --- [INFO] Resolving class path of org.polarsys.capella.extension.genchain.model... [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.200.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.11kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.75kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.24kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j_0.15.0.202305040753.jar from https://download.eclipse.org/diffmerge/stable/0.15.0-S20230504/edm-coevolution-site/plugins/ (28.48kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (59.56kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.700.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.6kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (28.06kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.59kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (251.02kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.13.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.78kB) [INFO] Fetching org.eclipse.ui.win32_3.4.600.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.48kB) [INFO] Fetching org.polarsys.capella.ui.views_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (13.96kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (756.1kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (733.61kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.29kB) [INFO] Fetching org.eclipse.core.net.win32_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.48kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.13kB) [INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.16kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.200.v20220710-1223.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.77kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.41kB) [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.39kB) [INFO] [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_masterx/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_masterx/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_masterx/extension/plugins/org.polarsys.capella.extension.genchain.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.extension.genchain.model --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/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] 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_masterx/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_masterx/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] ----< org.polarsys.capella:org.polarsys.capella.extension.genchain >---- [INFO] Building org.polarsys.capella.extension.genchain 7.0.0-SNAPSHOT [4/36] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.extension.genchain --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain --- [WARNING] Invalid POM for commons-io:commons-io:jar:2.11.0, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.genchain --- [INFO] Resolving class path of org.polarsys.capella.extension.genchain... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit >-- [INFO] Building org.polarsys.capella.extension.genchain.model.edit 7.0.0-SNAPSHOT [5/36] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] The project's OSGi version is 7.0.0.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] -----< org.polarsys.capella:org.polarsys.capella.extension.tools >------ [INFO] Building org.polarsys.capella.extension.tools 7.0.0-SNAPSHOT [6/36] [INFO] from extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.extension.tools --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.tools --- [INFO] Resolving class path of org.polarsys.capella.extension.tools... [INFO] Fetching org.eclipse.equinox.console.jaas.fragment_1.1.100.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (7.47kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.agent_6.5.0.202303070854-r.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (39.69kB) [INFO] Fetching 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] [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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] ----< org.polarsys.capella:org.polarsys.capella.extension.tools.ui >---- [INFO] Building org.polarsys.capella.extension.tools.ui 7.0.0-SNAPSHOT [7/36] [INFO] from extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.extension.tools.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools.ui --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.extension.tools.ui --- [INFO] Resolving class path of org.polarsys.capella.extension.tools.ui... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.tools.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] ------< org.polarsys.capella:org.polarsys.capella.studio.product >------ [INFO] Building org.polarsys.capella.studio.product 7.0.0-SNAPSHOT [8/36] [INFO] from product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.product --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.product --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.product --- [INFO] Resolving class path of org.polarsys.capella.studio.product... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.product --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui >-- [INFO] Building org.polarsys.capella.ad.viewpoint.dsl.generation.ui 7.0.0-SNAPSHOT [9/36] [INFO] from vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging:2.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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ad.viewpoint.dsl.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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] ------------< org.polarsys.capella:org.polarsys.capella.ta >------------ [INFO] Building org.polarsys.capella.ta 7.0.0-SNAPSHOT [10/36] [INFO] from vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.ta --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ta --- [INFO] Resolving class path of org.polarsys.capella.ta... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ta --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.extension 7.0.0-SNAPSHOT [11/36] [INFO] from vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] The project's OSGi version is 7.0.0.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ta.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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] ----< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition >----- [INFO] Building org.polarsys.capella.cdo.ta.definition 7.0.0-SNAPSHOT [12/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdo.ta.definition --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.definition --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.definition --- [INFO] artifact org.eclipse.emf:org.eclipse.emf.common: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.platform:org.eclipse.osgi: checking for updates from eclipse.maven.central.mirror [INFO] artifact org.eclipse.emf:org.eclipse.emf.ecore: checking for updates from eclipse.maven.central.mirror [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Resolving class path of org.polarsys.capella.cdo.ta.definition... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] --------< org.polarsys.capella:org.polarsys.capella.cdo.ta.ext >-------- [INFO] Building org.polarsys.capella.cdo.ta.ext 7.0.0-SNAPSHOT [13/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdo.ta.ext --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.ext --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model >-- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model 7.0.0-SNAPSHOT [14/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] The project's OSGi version is 7.0.0.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] ---< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio >---- [INFO] Building org.polarsys.capella.cdoxml.ta.portfolio 7.0.0-SNAPSHOT [15/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] ----< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain >---- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain 7.0.0-SNAPSHOT [16/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] --------< org.polarsys.capella:org.polarsys.capella.cdoxml.ta >--------- [INFO] Building org.polarsys.capella.cdoxml.ta 7.0.0-SNAPSHOT [17/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.cdoxml.ta --- [INFO] Resolving class path of org.polarsys.capella.cdoxml.ta... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.cdoxml.ta --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit >-- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model.edit 7.0.0-SNAPSHOT [18/36] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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] 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_masterx/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_masterx/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] --------< org.polarsys.capella:org.polarsys.capella.studio.doc >-------- [INFO] Building org.polarsys.capella.studio.doc 7.0.0-SNAPSHOT [19/36] [INFO] from doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.doc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [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] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.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_masterx/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_masterx/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_masterx/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] 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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.extension.sdk.feature >--- [INFO] Building org.polarsys.capella.extension.sdk.feature 7.0.0-SNAPSHOT [20/36] [INFO] from extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.extension.sdk.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_masterx/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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.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_masterx/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] 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_masterx/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_masterx/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_masterx/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] ----< org.polarsys.capella:org.polarsys.capella.studio.doc.feature >---- [INFO] Building org.polarsys.capella.studio.doc.feature 7.0.0-SNAPSHOT [21/36] [INFO] from doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.doc.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.doc.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_masterx/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.202308090651 [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] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.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_masterx/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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.studio.product.feature >-- [INFO] Building org.polarsys.capella.studio.product.feature 7.0.0-SNAPSHOT [22/36] [INFO] from product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.product.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.product.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_masterx/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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.product.feature --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_masterx/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] 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_masterx/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_masterx/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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.feature 7.0.0-SNAPSHOT [23/36] [INFO] from vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_masterx/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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.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_masterx/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] 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_masterx/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_masterx/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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdo.ta.definition.feature 7.0.0-SNAPSHOT [24/36] [INFO] from vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_masterx/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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_masterx/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] 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_masterx/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_masterx/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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdoxml.ta.definition.feature 7.0.0-SNAPSHOT [25/36] [INFO] from vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_masterx/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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_masterx/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] 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_masterx/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_masterx/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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature >-- [INFO] Building org.polarsys.capella.studio.releng.eclipse.feature 7.0.0-SNAPSHOT [26/36] [INFO] from releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_masterx/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.202308090651 [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.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (494.93kB) [INFO] Fetching org.antlr.runtime_4.7.2.v20221112-0806.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (360.77kB) [INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (13.81kB) [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature >-- [INFO] Building org.polarsys.capella.studio.releng.capella.feature 7.0.0-SNAPSHOT [27/36] [INFO] from releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_masterx/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.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature >-- [INFO] Building org.polarsys.capella.studio.releng.kitalpha.feature 7.0.0-SNAPSHOT [28/36] [INFO] from releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_masterx/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.202308090651 [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_masterx/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_masterx/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] --< org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite >-- [INFO] Building org.polarsys.capella.studio.releng.updatesite 7.0.0-SNAPSHOT [29/36] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_masterx/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 --- [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 --- [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.studio.releng.updatesite --- [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.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (25.35kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.24kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.12kB) [INFO] Fetching org.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.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.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (34.67kB) [INFO] Fetching org.eclipse.egf.common.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.98kB) [INFO] Fetching org.eclipse.egf.console_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (41.59kB) [INFO] Fetching org.eclipse.egf.common.ui.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32.01kB) [INFO] Fetching org.eclipse.egf.core.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32kB) [INFO] Fetching org.eclipse.egf.core.ui.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32.02kB) [INFO] Fetching org.eclipse.egf.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.95kB) [INFO] Fetching org.eclipse.egf.model.javapattern.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (18.31kB) [INFO] Fetching org.eclipse.egf.model.edit.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.99kB) [INFO] Fetching org.eclipse.egf.model.editor_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (183.58kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (27.47kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (22.82kB) [INFO] Fetching org.eclipse.egf.model.javapattern_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (22.33kB) [INFO] Fetching org.eclipse.egf.pattern.java_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (28.67kB) [INFO] Fetching org.eclipse.egf.model.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32.06kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.97kB) [INFO] Fetching org.eclipse.egf.producer.fprod_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (25.32kB) [INFO] Fetching org.eclipse.egf.model.fprod.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.98kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.99kB) [INFO] Fetching org.eclipse.egf.model.ftask.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.96kB) [INFO] Fetching org.eclipse.egf.task.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (25.9kB) [INFO] Fetching org.eclipse.egf.pattern.ui.java_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.98kB) [INFO] Fetching org.eclipse.egf.pattern.ui.jet_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (11.25kB) [INFO] Fetching org.eclipse.egf.model.ui.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.98kB) [INFO] Fetching org.eclipse.egf.portfolio.ant.javadoc_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (25.05kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (897.92kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32.01kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (26.58kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (20.85kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.99kB) [INFO] Fetching org.eclipse.egf.producer.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32kB) [INFO] Fetching org.eclipse.egf.producer.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (42.48kB) [INFO] Fetching org.eclipse.egf.producer.ui.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.97kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.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.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (71.51kB) [INFO] Fetching org.eclipse.sirius.ext.e3_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (9.45kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (9.44kB) [INFO] Fetching org.eclipse.sirius.ext.ide_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (20.97kB) [INFO] Fetching org.eclipse.sirius.runtime_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/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.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.egf.site/features/ (20.77kB) [INFO] Fetching org.polarsys.kitalpha.accuracy_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (58.59kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (19.93kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (80.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (41.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (34.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (80kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (83.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (73.29kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.wizards_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (27.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (34.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (60.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.desc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (56.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.action_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.preference_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (858.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.dsl.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (79.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (34.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.emf_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (85.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (40.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (63.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.validatation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (30.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (65.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (35.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (46.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (52.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (82.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (35.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (229.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (120.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (747.92kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (26.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.validation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (43.47kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.fc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.fc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.fc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.fc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (46.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.validation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.fc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.validation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (30.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.fc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (21.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (104.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (120.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (79.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (99.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (123.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (105.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (231.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (91.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.preferences_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (115.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.doc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (42.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (41.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (15.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (104.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (206.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (112.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (109.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.project_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (64.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.generators_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (71.56kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (559.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (406.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (84.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (129.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (83.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.activityexplorer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (138.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (93.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.integration_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (27.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (84.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.desc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (232.28kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.diagram_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (679.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.explorer.contextual_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (157.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.rule_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.reverse_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (60.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.preference_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (86.56kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.53kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.basic.ecore.workflow_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.75kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (65.08kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (90.6kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (18.42kB) [INFO] Fetching org.polarsys.kitalpha.composer.core_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (114.67kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (31.34kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (120.78kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.58kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (35.49kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (32.57kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.45kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (76.82kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.binding_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.81kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.generator_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.59kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.29kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.manyfile_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.04kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.onefile_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.25kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (122.82kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.67kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (27.99kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (25kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (76.12kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.binding_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.81kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.generator_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.48kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.refinery_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.78kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.13kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.compound_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.18kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.vowel_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.81kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.consonant_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.91kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (162.85kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.79kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (24.51kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.71kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (74.78kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.binding_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.9kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.generator_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (24.22kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (106.72kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.36kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.31kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (25.24kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (77.06kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.binding_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.88kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.composergen_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.generator_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.46kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.refinery_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.83kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.strategy_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (15.75kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.49kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.ecore_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.96kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.91kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (132.7kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.help_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (15.94kB) [INFO] Fetching org.polarsys.kitalpha.composer.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.06kB) [INFO] Fetching org.polarsys.kitalpha.doc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (1.07MB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.87kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.doc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (214.49kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (51.32kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (195.93kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.09kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.91kB) [INFO] Fetching org.polarsys.kitalpha.ecore.diagram_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (78.72kB) [INFO] Fetching org.polarsys.kitalpha.emde.diagram_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (54.46kB) [INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (42.3kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (454.56kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.81kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.02kB) [INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (25.02kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.06kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (26kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.04kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.21kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (31.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (19.09kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.19kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.76kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.24kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.66kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (26.82kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (19.43kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.74kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (69.94kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.representation.egf.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.representation.emde.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.86kB) [INFO] Fetching org.polarsys.kitalpha.representation.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.79kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (35.68kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (55.14kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.42kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.96kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.4kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (63.16kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (1.41MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.85kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (30.59kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.82kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.92kB) [INFO] Fetching org.polarsys.kitalpha.runtime.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.99kB) [INFO] Fetching org.polarsys.kitalpha.sdk.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.93kB) [INFO] Fetching org.polarsys.kitalpha.sirius.rotativeimage.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.83kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.89kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (27.86kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (77.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (44.17kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.74kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.71kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (1.14MB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (27.65kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.extended_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.51kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (55.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (216.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.1kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (21.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (78.89kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (45.4kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.16kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (700.78kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.74kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.3.v20221013-1742.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (29.78kB) [INFO] Fetching org.eclipse.compare.win32_1.2.900.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (136.19kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.0.501.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.79kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.61kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.5.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.24kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.3.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (60.72kB) [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-7.0.0.202308090651.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] 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] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator >-- [INFO] Building Capella Sudio Aggregator Module 7.0.0-SNAPSHOT [30/36] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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] 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] --< org.polarsys.capella:org.polarsys.capella.studio.releng.product >--- [INFO] Building Capella studio Product 7.0.0-SNAPSHOT [31/36] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.product --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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.202308090651 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.product --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.antlr:antlr-runtime:3.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.releng.product --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_masterx/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 --- [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 --- [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 --- [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.polarsys.capella.studio.releng.product --- [INFO] Fetching ch.qos.logback.classic_1.2.11.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (226.42kB) [INFO] Fetching ch.qos.logback.core_1.2.11.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (438.25kB) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201610150614/plugins/ (2.16MB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.55MB) [INFO] Fetching com.sun.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.16MB) [INFO] Fetching jakarta.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (135.86kB) [INFO] Fetching jakarta.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (62.56kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (249kB) [INFO] Fetching javax.activation_2.0.0.v20221203-1659.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (82.95kB) [INFO] Fetching javax.activation_1.1.0.v201211130549.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (56.59kB) [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (122.02kB) [INFO] Fetching org.apache.commons.compress_1.22.0.v20221207-1049.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.06MB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (323.8kB) [INFO] Fetching org.apache.lucene.lucene-analysis-common_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.82MB) [INFO] Fetching org.apache.lucene.lucene-core_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (3.57MB) [INFO] Fetching org.apache.lucene.lucene-queries_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (490.9kB) [INFO] Fetching org.apache.lucene.lucene-queryparser_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (418.36kB) [INFO] Fetching org.apache.lucene.lucene-sandbox_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (235.15kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (101.69kB) [INFO] Fetching org.eclipse.acceleo.common.ide_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.05kB) [INFO] Fetching org.eclipse.acceleo.common.ui_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (55.97kB) [INFO] Fetching org.eclipse.acceleo.ide.ui_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.32MB) [INFO] Fetching org.eclipse.acceleo.traceability.model_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (93.49kB) [INFO] Fetching org.eclipse.acceleo.traceability_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (68.2kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (172.3kB) [INFO] Fetching org.eclipse.acceleo.query.doc_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (2.29MB) [INFO] Fetching org.eclipse.acceleo.query.ide_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (11.11kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/features/ (20.73kB) [INFO] Fetching org.eclipse.acceleo.annotations.source_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (15.13kB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (323.6kB) [INFO] Fetching org.eclipse.acceleo.query.ide.source_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (9.63kB) [INFO] Fetching org.eclipse.acceleo.query.doc.source_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/plugins/ (2.31MB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202211151354.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202211151354/features/ (18.53kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/features/ (24kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.11.202102190929.jar from https://download.eclipse.org/releases/2021-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.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.11.200.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (67.12kB) [INFO] Fetching org.eclipse.draw2d_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.74kB) [INFO] Fetching org.eclipse.draw2d.sdk_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.74kB) [INFO] Fetching org.eclipse.draw2d.source_3.12.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (532.51kB) [INFO] Fetching org.eclipse.draw2d.source_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (20.72kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.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/modeling/gmp/gmf-runtime/updates/releases/R202211041032/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/modeling/gmp/gmf-runtime/updates/releases/R202211041032/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/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.04kB) [INFO] Fetching org.apache.batik.constants.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (16.56kB) [INFO] Fetching org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (679.43kB) [INFO] Fetching org.eclipse.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.2.0-S20230411-075209/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.2.0-S20230411-075209/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.2.0-S20230411-075209/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.2.0-S20230411-075209/2023-03/plugins/ (86.56kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (20.53kB) [INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_2.1.6.202210191223.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/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.2.0-S20230411-075209/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.2.0-S20230411-075209/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.2.0-S20230411-075209/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.2.0-S20230411-075209/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.2.0-S20230411-075209/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.2.0-S20230411-075209/2023-03/plugins/ (72.05kB) [INFO] Fetching org.eclipse.egf.common.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (55.83kB) [INFO] Fetching org.eclipse.egf.common.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.58kB) [INFO] Fetching org.eclipse.egf.common.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (34.72kB) [INFO] Fetching org.eclipse.egf.console.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (27.32kB) [INFO] Fetching org.eclipse.egf.common.ui.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.59kB) [INFO] Fetching org.eclipse.egf.core.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (98.95kB) [INFO] Fetching org.eclipse.egf.core.platform.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (58.95kB) [INFO] Fetching org.eclipse.egf.core.producer.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (16.51kB) [INFO] Fetching org.eclipse.egf.core.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.59kB) [INFO] Fetching org.eclipse.egf.core.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (73.59kB) [INFO] Fetching org.eclipse.egf.core.pde.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (49.78kB) [INFO] Fetching org.eclipse.egf.core.ui.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.58kB) [INFO] Fetching org.eclipse.egf.doc.user_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (2.85MB) [INFO] Fetching org.eclipse.egf.engine.doc_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (1.04MB) [INFO] Fetching org.eclipse.egf.engine.doc.pattern_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (220.3kB) [INFO] Fetching org.eclipse.egf.doc.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32kB) [INFO] Fetching org.eclipse.egf.emf.pattern.cdo_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (90.5kB) [INFO] Fetching org.eclipse.egf.emf.pattern.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (17.55kB) [INFO] Fetching org.eclipse.egf.emf.wrapper_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (21.06kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (16.69kB) [INFO] Fetching org.eclipse.egf.examples.installer_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (700.26kB) [INFO] Fetching org.eclipse.egf.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.6kB) [INFO] Fetching org.eclipse.egf.model.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (216.78kB) [INFO] Fetching org.eclipse.egf.model.javapattern.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.96kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.93kB) [INFO] Fetching org.eclipse.egf.model.edit.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.61kB) [INFO] Fetching org.eclipse.egf.model.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (370.34kB) [INFO] Fetching org.eclipse.egf.model.javapattern.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.64kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.57kB) [INFO] Fetching org.eclipse.egf.pattern.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (96.65kB) [INFO] Fetching org.eclipse.egf.pattern.java.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (22.41kB) [INFO] Fetching org.eclipse.egf.pattern.jet.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (26.44kB) [INFO] Fetching org.eclipse.egf.domain.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (16.29kB) [INFO] Fetching org.eclipse.egf.model.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.62kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (17.39kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.6kB) [INFO] Fetching org.eclipse.egf.model.fprod.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (29.52kB) [INFO] Fetching org.eclipse.egf.producer.fprod.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (21.99kB) [INFO] Fetching org.eclipse.egf.model.fprod.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.6kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (14.92kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.6kB) [INFO] Fetching org.eclipse.egf.model.ftask.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (37.26kB) [INFO] Fetching org.eclipse.egf.task.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.07kB) [INFO] Fetching org.eclipse.egf.producer.ftask.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.91kB) [INFO] Fetching org.eclipse.egf.pattern.ftask.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (21.37kB) [INFO] Fetching org.eclipse.egf.model.ftask.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.5kB) [INFO] Fetching org.eclipse.egf.model.editor.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (83.01kB) [INFO] Fetching org.eclipse.egf.task.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (20.02kB) [INFO] Fetching org.eclipse.egf.pattern.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (164.5kB) [INFO] Fetching org.eclipse.egf.pattern.ui.java.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (11.3kB) [INFO] Fetching org.eclipse.egf.pattern.ui.jet.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (10.04kB) [INFO] Fetching org.eclipse.egf.model.ui.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.5kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (371kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.util_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (14.17kB) [INFO] Fetching org.eclipse.egf.portfolio.egf_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (26.44kB) [INFO] Fetching org.eclipse.egf.portfolio.emf.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.94kB) [INFO] Fetching org.eclipse.egf.emf.pattern.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (718.05kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (48.04kB) [INFO] Fetching org.eclipse.egf.emf.pattern.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.62kB) [INFO] Fetching org.eclipse.egf.emf.pattern.cdo.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (31.07kB) [INFO] Fetching org.eclipse.egf.portfolio.emf.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.5kB) [INFO] Fetching org.eclipse.egf.portfolio.file.resources_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (23.91kB) [INFO] Fetching org.eclipse.egf.portfolio.type_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.15kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (11.89kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.ui_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (15.87kB) [INFO] Fetching org.eclipse.egf.portfolio.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (32.15kB) [INFO] Fetching org.eclipse.egf.eclipse.resources.mgt.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (25.88kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (34.35kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (15.95kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (13.09kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.util.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (8.56kB) [INFO] Fetching org.eclipse.egf.portfolio.file.resources.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (17.83kB) [INFO] Fetching org.eclipse.egf.portfolio.type.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (10.62kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (465.28kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (189.69kB) [INFO] Fetching org.eclipse.egf.portfolio.egf.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (14.2kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (10.76kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.42kB) [INFO] Fetching org.eclipse.egf.portfolio.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.68kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (50.19kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (25.4kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.editor.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (28.48kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (29.89kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (33.56kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (11.29kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (21.16kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.edit.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (13.24kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.53kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (19.81kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (16.32kB) [INFO] Fetching org.eclipse.egf.portfolio.ant.javadoc.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (12.36kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.61kB) [INFO] Fetching org.eclipse.egf.producer.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (50.09kB) [INFO] Fetching org.eclipse.egf.application.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (21.84kB) [INFO] Fetching org.eclipse.egf.producer.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.5kB) [INFO] Fetching org.eclipse.egf.producer.ui.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (24.21kB) [INFO] Fetching org.eclipse.egf.producer.ui.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.59kB) [INFO] Fetching org.eclipse.egf.sdk.feature_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (31.97kB) [INFO] Fetching org.eclipse.egf.examples.installer.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/plugins/ (8.88kB) [INFO] Fetching org.eclipse.egf.sdk.feature.source_1.6.3.202110291409.jar from https://download.eclipse.org/egf/updates/stable/1.6.3/2021-06/features/ (18.62kB) [INFO] Fetching org.eclipse.egit_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.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.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.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.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (36.13kB) [INFO] Fetching org.eclipse.sirius.properties_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (378.17kB) [INFO] Fetching org.eclipse.emf.ecoretools.ui_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (63.72kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.ui_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (113.69kB) [INFO] Fetching org.eclipse.emf.ecoretools.doc_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.04MB) [INFO] Fetching org.eclipse.emf.ecoretools.design_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (27.72kB) [INFO] Fetching org.eclipse.emf.ecoretools.design_root_3.4.0.202201202026 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (8.29kB) [INFO] Fetching org.eclipse.emf.ecoretools.source_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (18.03kB) [INFO] Fetching org.eclipse.emf.ecoretools.tabbedproperties.source_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (90.18kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.source_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (55.22kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.properties.source_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (174.46kB) [INFO] Fetching org.eclipse.emf.ecoretools.sdk_3.4.0.202201202026.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (27.67kB) [INFO] Fetching org.eclipse.emf.ecoretools.sdk_root_3.4.0.202201202026 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (8.29kB) [INFO] Fetching org.eclipse.emf.edit.source_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (211.77kB) [INFO] Fetching org.eclipse.emf.edit.source_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.17kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (159.99kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.25.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.22kB) [INFO] Fetching org.eclipse.emf.eef.codegen_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.34MB) [INFO] Fetching org.eclipse.emf.eef.eefgen_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (43.08kB) [INFO] Fetching org.eclipse.emf.eef.views_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (78.5kB) [INFO] Fetching org.eclipse.emf.eef.views.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (348.68kB) [INFO] Fetching org.eclipse.emf.eef.components_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.09kB) [INFO] Fetching org.eclipse.emf.eef.components.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (230.36kB) [INFO] Fetching org.eclipse.emf.eef.codegen.launcher_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (19.3kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.47MB) [INFO] Fetching org.eclipse.emf.eef.branding_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.39kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.12kB) [INFO] Fetching org.eclipse.emf.eef.codegen.extended_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (96.08kB) [INFO] Fetching org.eclipse.emf.eef.runtime_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (356.68kB) [INFO] Fetching org.eclipse.emf.eef.editor.model_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (451.74kB) [INFO] Fetching org.eclipse.emf.eef.runtime.extended_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (118.56kB) [INFO] Fetching org.eclipse.emf.eef.mapping_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (171.7kB) [INFO] Fetching org.eclipse.emf.eef.mapping.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (779.55kB) [INFO] Fetching org.eclipse.emf.eef.components.editor_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (66.18kB) [INFO] Fetching org.eclipse.emf.eef.doc_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (41.46kB) [INFO] Fetching org.eclipse.emf.eef.views.editor_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (117.6kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.edit_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (202.24kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.editor_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (65.29kB) [INFO] Fetching org.eclipse.emf.eef.edt-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.3kB) [INFO] Fetching org.eclipse.emf.eef.extended-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.1kB) [INFO] Fetching org.eclipse.emf.eef.runtime-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.03kB) [INFO] Fetching org.eclipse.emf.eef.runtime.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (231.87kB) [INFO] Fetching org.eclipse.emf.eef.runtime.extended.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (67.35kB) [INFO] Fetching org.eclipse.emf.eef.codegen.extended.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (45.35kB) [INFO] Fetching org.eclipse.emf.eef.editor.model.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (247.53kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (201.63kB) [INFO] Fetching org.eclipse.emf.eef.codegen.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (276.8kB) [INFO] Fetching org.eclipse.emf.eef.components.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (31.39kB) [INFO] Fetching org.eclipse.emf.eef.components.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (99.67kB) [INFO] Fetching org.eclipse.emf.eef.components.editor.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (26.58kB) [INFO] Fetching org.eclipse.emf.eef.mapping.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (154.96kB) [INFO] Fetching org.eclipse.emf.eef.mapping.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (380.36kB) [INFO] Fetching org.eclipse.emf.eef.views.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (68.26kB) [INFO] Fetching org.eclipse.emf.eef.views.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (178.96kB) [INFO] Fetching org.eclipse.emf.eef.views.editor.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (43.54kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.95kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.edit.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (79.68kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.editor.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (26.58kB) [INFO] Fetching org.eclipse.emf.eef.doc.source_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (39.63kB) [INFO] Fetching org.eclipse.emf.eef.sdk-feature_1.5.1.201601141612.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (24.39kB) [INFO] Fetching org.eclipse.emf.example.installer_1.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (363.38kB) [INFO] Fetching org.eclipse.emf_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.01kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (196.83kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.56kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (151.43kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.01kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.33kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.36kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.16.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.99kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.22kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.55kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (41.77kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.16.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.46kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (14.96kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.94kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (42.04kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.28kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.34kB) [INFO] Fetching org.eclipse.emf.mapping_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.87kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (115.5kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.2kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.89kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.99kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.27kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.16kB) [INFO] Fetching org.eclipse.xsd_2.19.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1,002.7kB) [INFO] Fetching org.eclipse.xsd.edit_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (229.01kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor_2.10.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (27.53kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (234.41kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ide_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (92.5kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (68.26kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.32kB) [INFO] Fetching org.eclipse.emf.mwe2.language.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (155.64kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ide.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (66.92kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (37.71kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.4kB) [INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.74kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.37kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (35.21kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.7kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.82kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.83kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.94kB) [INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.47kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.14.0.v20221117-1134.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.67kB) [INFO] Fetching org.eclipse.emf.query.doc_1.2.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.92kB) [INFO] Fetching org.eclipse.emf.query.examples_1.2.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (169.96kB) [INFO] Fetching org.eclipse.emf.query.doc_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.11kB) [INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (31.34kB) [INFO] Fetching org.eclipse.emf.query.ocl_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.31kB) [INFO] Fetching org.eclipse.emf.query.ocl.source_2.0.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (23.09kB) [INFO] Fetching org.eclipse.emf.query.ocl.source_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.02kB) [INFO] Fetching org.eclipse.emf.query.sdk_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.9kB) [INFO] Fetching org.eclipse.emf.query.source_1.7.0.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (97.83kB) [INFO] Fetching org.eclipse.emf.query.source_1.12.1.202208101410.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23kB) [INFO] Fetching org.eclipse.emf.sdk_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.87kB) [INFO] Fetching org.eclipse.emf.source_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.21kB) [INFO] Fetching org.eclipse.emf.source_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (22.64kB) [INFO] Fetching org.eclipse.emf.transaction.doc_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.02kB) [INFO] Fetching org.eclipse.emf.transaction.examples_1.3.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (170.84kB) [INFO] Fetching org.eclipse.emf.transaction.doc_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.87kB) [INFO] Fetching org.eclipse.emf.transaction.sdk_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.83kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (151.55kB) [INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.87kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.78kB) [INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.39kB) [INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (182.46kB) [INFO] Fetching org.eclipse.emf.validation.doc_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.87kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.85kB) [INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (15.12kB) [INFO] Fetching org.eclipse.emf.validation.ocl.source_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.78kB) [INFO] Fetching org.eclipse.emf.validation.sdk_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.77kB) [INFO] Fetching org.eclipse.emf.validation.source_1.8.1.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (324.2kB) [INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.1.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (54.03kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.44kB) [INFO] Fetching org.eclipse.emf.validation.source_1.13.2.202208271102.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.83kB) [INFO] Fetching org.eclipse.emf.workspace.doc_1.3.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16.05kB) [INFO] Fetching org.eclipse.emf.workspace.doc_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.82kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (70.15kB) [INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.1.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.58kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.13.0.202208110935.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (23.8kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (35.64kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1700.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.34kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.01kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.97kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1900.v20230120-0604.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.95kB) [INFO] Fetching org.eclipse.gef.doc.isv_3.12.200.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (2.64MB) [INFO] Fetching org.eclipse.gef_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.9kB) [INFO] Fetching org.eclipse.gef.sdk_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (19.79kB) [INFO] Fetching org.eclipse.gef.source_3.13.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (824.2kB) [INFO] Fetching org.eclipse.gef.source_3.15.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/features/ (20.88kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.geoshapes_1.8.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (42.21kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.89kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (206.3kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model_1.2.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (76.65kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.2.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (68.6kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (96.46kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.editor_1.2.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (74.88kB) [INFO] Fetching org.eclipse.gmf.examples.runtime_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.26kB) [INFO] Fetching org.eclipse.gmf.examples.runtime_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.63kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (342.38kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.55kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (28.44kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (22.92kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.94kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (31.54kB) [INFO] Fetching org.eclipse.gmf_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.06kB) [INFO] Fetching org.eclipse.gmf_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (24.07kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.7.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (15.96kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.5kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (322.13kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (136.49kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.1.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/features/ (23.44kB) [INFO] Fetching org.eclipse.gmf.runtime.sdk_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.91kB) [INFO] Fetching org.eclipse.gmf.runtime.sdk_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.62kB) [INFO] Fetching org.apache.batik.shared.resources_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (20.3kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.75kB) [INFO] Fetching org.apache.batik.anim.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (411.77kB) [INFO] Fetching org.apache.batik.awt.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (428.84kB) [INFO] Fetching org.apache.batik.bridge.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (529.05kB) [INFO] Fetching org.apache.batik.codec.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (114.68kB) [INFO] Fetching org.apache.batik.dom.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (179.82kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (244.54kB) [INFO] Fetching org.apache.batik.ext.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (24.6kB) [INFO] Fetching org.apache.batik.gvt.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (224.52kB) [INFO] Fetching org.apache.batik.parser.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (99.8kB) [INFO] Fetching org.apache.batik.script.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (43.1kB) [INFO] Fetching org.apache.batik.shared.resources.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (19.09kB) [INFO] Fetching org.apache.batik.svggen.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (270.98kB) [INFO] Fetching org.apache.batik.transcoder.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (127.53kB) [INFO] Fetching org.apache.batik.xml.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (33.72kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.74kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (102.67kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (178.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (73.51kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (36.04kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (92.95kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (78.92kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (82.45kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (63.52kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (112.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (844.19kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (133.31kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (17.93kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (72.22kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.38kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (84.64kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (21.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (83.88kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (87.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (50.21kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (233.65kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (46.76kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.10.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (166.21kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (98.31kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (29.34kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (92.36kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (185.02kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (18.1kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (76.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (51.48kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (91.98kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (23.05kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (15.67kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (14.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (60.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (61.98kB) [INFO] Fetching org.eclipse.gmf.source_1.15.3.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/features/ (23.97kB) [INFO] Fetching javax.el-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.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.53MB of 35.28MB at 23.53MB/s) [INFO] Fetching org.apache.ant.source_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.45MB) [INFO] Fetching org.eclipse.ant.core.source_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (99.47kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (296.03kB) [INFO] Fetching org.eclipse.compare.core.source_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (64kB) [INFO] Fetching org.eclipse.compare.source_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (424.81kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (87.97kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (94.93kB) [INFO] Fetching org.eclipse.core.net.linux.source_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (13.24kB) [INFO] Fetching org.eclipse.core.resources.source_3.18.200.v20230209-0754.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (811.88kB) [INFO] Fetching org.eclipse.debug.core.source_3.20.100.v20230124-1239.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (406.82kB) [INFO] Fetching org.eclipse.debug.ui.source_3.17.200.v20230220-1318.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.68MB) [INFO] Fetching org.eclipse.e4.ui.ide.source_3.16.300.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.13.100.v20230117-1625.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (296.99kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (253.1kB) [INFO] Fetching org.eclipse.platform.source_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (12.48kB) [INFO] Fetching org.eclipse.search.source_3.14.400.v20230209-0804.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (272.32kB) [INFO] Fetching org.eclipse.text.quicksearch.source_1.1.500.v20230129-1959.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.85kB) [INFO] Fetching org.eclipse.team.core.source_3.9.700.v20221201-0946.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (369.59kB) [INFO] Fetching org.eclipse.team.ui.source_3.9.600.v20230207-1607.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (768.16kB) [INFO] Fetching org.eclipse.text.source_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (281.76kB) [INFO] Fetching org.eclipse.jface.text.source_3.23.0.v20230123-1047.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (821.2kB) [INFO] Fetching org.eclipse.jsch.core.source_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (40.55kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.4.200.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (49.72kB) [INFO] Fetching org.eclipse.ui.console.source_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (166.31kB) [INFO] Fetching org.eclipse.ui.intro.source_3.6.600.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (255.55kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.300.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.500.v20220903-1020.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (252.99kB) [INFO] Fetching org.eclipse.ui.browser.source_3.7.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (98.87kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.400.v20221207-1659.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (100.41kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.2.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (46.98kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.11.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (310.89kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.600.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (104.84kB) [INFO] Fetching org.eclipse.ui.net.source_1.4.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (30.4kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.700.v20230210-0941.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (445.61kB) [INFO] Fetching org.eclipse.ui.views.source_3.11.400.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (82.04kB) [INFO] Fetching org.eclipse.ui.editors.source_3.15.0.v20221201-1935.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (332.36kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.5.300.v20230126-0801.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.27kB) [INFO] Fetching org.eclipse.ui.ide.source_3.20.100.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.22MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.4.700.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.core.variables.source_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.7kB) [INFO] Fetching org.eclipse.ui.forms.source_3.11.600.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (218.97kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.400.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (84.56kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.2.300.v20220618-1805.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (36.21kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.2200.v20230220-0932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.200.v20220619-1918.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.09kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (16kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.3.500.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (61.77kB) [INFO] Fetching org.eclipse.debug.ui.launchview.source_1.0.300.v20220811-0741.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (45.18kB) [INFO] Fetching org.eclipse.platform.source_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (21.43kB) [INFO] Fetching org.eclipse.help.source_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (180.01kB) [INFO] Fetching org.eclipse.ui.source_3.202.0.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (147.59kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.128.0.v20230220-1021.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.1000.v20221114-1512.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (78.22kB) [INFO] Fetching com.ibm.icu.source_72.1.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (2.43MB) [INFO] Fetching org.eclipse.rcp.source_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (20.51kB) [INFO] Fetching org.eclipse.sdk_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (416.32kB) [INFO] Fetching org.eclipse.sdk_4.27.0.v20230302-0300.jar from https://download.eclipse.org/releases/2023-03/202303151000/features/ (24.7kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (20.75kB) [INFO] Fetching org.eclipse.sirius.aql_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.86kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (21.73kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (13.84kB) [INFO] Fetching org.eclipse.sirius.aql.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (34.21kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (13.36kB) [INFO] Fetching org.eclipse.sirius.common.ocl_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (25.52kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (11.51kB) [INFO] Fetching org.eclipse.sirius.common.xtext_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (23kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (390.84kB) [INFO] Fetching org.eclipse.sirius.doc_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (11.6MB) [INFO] Fetching org.eclipse.sirius.doc.feature_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.89kB) [INFO] Fetching org.eclipse.sirius.doc.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (11.6MB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.51kB) [INFO] Fetching org.eclipse.sirius.editor_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (1.06MB) [INFO] Fetching org.eclipse.sirius.editor.diagram_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (719.96kB) [INFO] Fetching org.eclipse.sirius.editor.sequence_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (245.08kB) [INFO] Fetching org.eclipse.sirius.editor.table_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (185.45kB) [INFO] Fetching org.eclipse.sirius.editor.tree_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (96.97kB) [INFO] Fetching org.eclipse.sirius.eef.adapters_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (817.56kB) [INFO] Fetching org.eclipse.sirius.interpreter_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (31.92kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.77kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (16.92kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (10.81kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.4kB) [INFO] Fetching org.eclipse.sirius.properties.core_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (168.25kB) [INFO] Fetching org.eclipse.sirius.properties.defaultrules_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (16.78kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (42.51kB) [INFO] Fetching org.eclipse.sirius.properties.edit_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (406.22kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (47.8kB) [INFO] Fetching org.eclipse.sirius.ui.properties_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (73.96kB) [INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (20.6kB) [INFO] Fetching org.eclipse.sirius.properties.feature_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.73kB) [INFO] Fetching org.eclipse.sirius.query.legacy_1.1.0.201504271341.jar from https://download.eclipse.org/sirius/updates/legacy/1.1.0/plugins/ (304.07kB) [INFO] Fetching org.eclipse.sirius.query.legacy.feature_1.1.0.201504271341.jar from https://download.eclipse.org/sirius/updates/legacy/1.1.0/features/ (18.67kB) [INFO] Fetching org.eclipse.sirius.runtime.acceleo_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.91kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (53.22kB) [INFO] Fetching org.eclipse.sirius.runtime.acceleo.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.52kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.85kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.95kB) [INFO] Fetching org.eclipse.sirius.eef.adapters.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (19.68kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.55kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.97kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (22.9kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.57kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (11.58kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (11.56kB) [INFO] Fetching org.eclipse.sirius.ui.editor_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (102.67kB) [INFO] Fetching org.eclipse.sirius.ui.ext_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (18.65kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (21.23kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (155.48kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (9.85kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (241.62kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.model.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (277.87kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (137.02kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (256.68kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (2.39MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (9.88kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (406.26kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (10.03kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (171.59kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (10.06kB) [INFO] Fetching org.eclipse.sirius.ui.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (885.91kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (54.31kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (9.87kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (10.75kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (10.18kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (23.86kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (30.05kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (13.81kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (97.38kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (13.72kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.66kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.xtext_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.87kB) [INFO] Fetching org.eclipse.sirius.common.xtext.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (15.78kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.xtext.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.48kB) [INFO] Fetching org.eclipse.sirius.runtime.ocl_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.91kB) [INFO] Fetching org.eclipse.sirius.common.ocl.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (16.04kB) [INFO] Fetching org.eclipse.sirius.runtime.ocl.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.51kB) [INFO] Fetching org.eclipse.sirius.common.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (201.75kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (82.95kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.model.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (657.58kB) [INFO] Fetching org.eclipse.sirius.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (692.89kB) [INFO] Fetching org.eclipse.sirius.diagram.model.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (725.32kB) [INFO] Fetching org.eclipse.sirius.diagram.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (496.85kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (54.49kB) [INFO] Fetching org.eclipse.sirius.table.model.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (233.91kB) [INFO] Fetching org.eclipse.sirius.table.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (93.11kB) [INFO] Fetching org.eclipse.sirius.tree.model.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (146.13kB) [INFO] Fetching org.eclipse.sirius.tree.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (84.89kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (27.51kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (8.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (15.68kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (13.37kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (10.45kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (8.53kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (18.19kB) [INFO] Fetching org.eclipse.sirius.runtime.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.58kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.91kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (22.05kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.52kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/features/ (20.96kB) [INFO] Fetching org.eclipse.sirius.editor.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (722.51kB) [INFO] Fetching org.eclipse.sirius.editor.diagram.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (551.36kB) [INFO] Fetching org.eclipse.sirius.editor.sequence.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (178.09kB) [INFO] Fetching org.eclipse.sirius.editor.table.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (141.33kB) [INFO] Fetching org.eclipse.sirius.editor.tree.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/2023-03/plugins/ (68.4kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.source_7.2.0.202304111153.jar from https://download.eclipse.org/sirius/updates/stable/7.2.0-S20230411-075209/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.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (15.5kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.cdo_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (14.66kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.cdo_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (15.17kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.cdo_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (14.69kB) [INFO] Fetching org.polarsys.capella.common.re.gen.cdo_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (14.83kB) [INFO] Fetching org.polarsys.capella.core.data.gen.cdo_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (27.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.cdo_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (12.43kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.cdo_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (12.35kB) [INFO] Fetching org.polarsys.capella.cdo.mock.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (66.19kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (42.24kB) [INFO] Fetching org.polarsys.capella.common.id.handler_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (16.24kB) [INFO] Fetching org.polarsys.capella.common.re_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (253.93kB) [INFO] Fetching org.polarsys.capella.common.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (21.17kB) [INFO] Fetching org.polarsys.capella.common.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (68.86kB) [INFO] Fetching org.polarsys.capella.shared.id.handler.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (14.81kB) [INFO] Fetching org.polarsys.capella.common.model.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (22.74kB) [INFO] Fetching org.polarsys.capella.common.helpers.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (40.64kB) [INFO] Fetching org.polarsys.capella.common.tools.report.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (34.49kB) [INFO] Fetching org.polarsys.capella.common.ef.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (28.22kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (32.11kB) [INFO] Fetching org.polarsys.capella.common.queries.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (34.77kB) [INFO] Fetching org.polarsys.capella.common.model.helpers.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (14.54kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (16.68kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (39.5kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (136.95kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (56.79kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (37.21kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (12.68kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (95.32kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (40.4kB) [INFO] Fetching org.polarsys.capella.common.re.gen.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (60.76kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (38.03kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (38.1kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (24.81kB) [INFO] Fetching org.polarsys.capella.common.id.handler.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (10.87kB) [INFO] Fetching org.polarsys.capella.common.data.helpers.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (26.92kB) [INFO] Fetching org.polarsys.capella.common.libraries.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (24.68kB) [INFO] Fetching org.polarsys.capella.common.re.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (189.36kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (44.46kB) [INFO] Fetching org.polarsys.capella.common.transition.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (196.07kB) [INFO] Fetching org.polarsys.capella.common.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (12.37kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (18.77kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (22.85kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (21.78kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (20.89kB) [INFO] Fetching org.polarsys.capella.common.re.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (135.22kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (20.32kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (21.09kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (13.8kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (11.6kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (82.08kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (13.82kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (12.45kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (13.45kB) [INFO] Fetching org.polarsys.capella.common.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (157.8kB) [INFO] Fetching org.polarsys.capella.common.ui.services.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (15.57kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (46.08kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (50.12kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (16.37kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (25.5kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (16.96kB) [INFO] Fetching org.polarsys.capella.common.re.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (78.46kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (96.73kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (20.22kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (13.53kB) [INFO] Fetching org.polarsys.capella.common.ui.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (12.28kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (40.85kB) [INFO] Fetching org.polarsys.kitalpha.massactions_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (38.91kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (65.47kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (27.2kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (66.04kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (80.44kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (194.54kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (22.16kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (25.52kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (50.03kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (190.37kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (18.39kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.89kB) [INFO] Fetching org.polarsys.capella.core.advance.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.3kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (26.48kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (38.88kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (549.59kB) [INFO] Fetching org.polarsys.capella.core.common.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (21.04kB) [INFO] Fetching org.polarsys.capella.core.model.helpers.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (324.74kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (1.1MB) [INFO] Fetching org.polarsys.capella.core.model.handler.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (92.02kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (34.96kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (32.39kB) [INFO] Fetching org.polarsys.capella.core.model.preferences.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (25.66kB) [INFO] Fetching org.polarsys.capella.core.model.semantic.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (27.04kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (32.52kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (484.34kB) [INFO] Fetching org.polarsys.capella.core.application.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (10.99kB) [INFO] Fetching org.polarsys.capella.core.af.integration.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (20.55kB) [INFO] Fetching org.polarsys.capella.core.data.helpers.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (312.85kB) [INFO] Fetching org.polarsys.capella.core.data.gen.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (2.13MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (943.48kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (70.78kB) [INFO] Fetching org.polarsys.capella.core.common.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.32kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (68.06kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (1.46MB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.97kB) [INFO] Fetching org.polarsys.capella.common.ui.resources.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (14.1kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (97.89kB) [INFO] Fetching org.polarsys.capella.core.ui.resources.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (12.45kB) [INFO] Fetching org.polarsys.capella.core.preferences.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (161.25kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (16.25kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (15.48kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (420.76kB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (12.25kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.79kB) [INFO] Fetching org.polarsys.capella.core.compare.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (39.78kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (170.93kB) [INFO] Fetching org.polarsys.capella.core.compare.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.2kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.82kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (140.64kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (12.21kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (30.1kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (48.32kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (61.86kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (53.5kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (54.8kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (63.18kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (120.62kB) [INFO] Fetching org.polarsys.capella.core.tiger_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (76.54kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (22.19kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (47.12kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (21.69kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (23.2kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (127.36kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (144.45kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (76.02kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (23.49kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (26.94kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (59.5kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (137.15kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (41.72kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (67.48kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (92.75kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (25.35kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (53.25kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (38.87kB) [INFO] Fetching org.polarsys.capella.core.data.migration_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (155.96kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (26.3kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (19.55kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (43.51kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (48.18kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (29.08kB) [INFO] Fetching org.polarsys.capella.core.egf.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.egf.site/plugins/ (133.69kB) [INFO] Fetching org.polarsys.capella.core.egf.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.egf.site/features/ (11.19kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (26.46kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (65.17kB) [INFO] Fetching org.polarsys.capella.core.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.73kB) [INFO] Fetching org.polarsys.capella.core.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.15kB) [INFO] Fetching org.polarsys.capella.core.git.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.76kB) [INFO] Fetching org.polarsys.capella.core.git.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.16kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.85kB) [INFO] Fetching org.polarsys.capella.core.libraries.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (46.35kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (50.92kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.23kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.76kB) [INFO] Fetching org.polarsys.capella.core.data.migration.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (91.71kB) [INFO] Fetching org.polarsys.capella.core.migration.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.18kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (52.55kB) [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.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (121.92kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (89.62kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (21.48kB) [INFO] Fetching org.polarsys.capella.core.projection.common_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (86.83kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (20.62kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (54.77kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (76.27kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (167.21kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (21.07kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (151.88kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (75.83kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (58.06kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (54.02kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (33.98kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (134.75kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (50.75kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (49.1kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (74.91kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (14.15kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (12.43kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (18.09kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (23.6kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (22.47kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (45.61kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (23.57kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (24.82kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (31.3kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (23.93kB) [INFO] Fetching org.polarsys.capella.core.properties.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.31kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.87kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (39.06kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (15.08kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.22kB) [INFO] Fetching org.polarsys.capella.core.re_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (121.67kB) [INFO] Fetching org.polarsys.capella.core.re.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (37.82kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (62.24kB) [INFO] Fetching org.polarsys.capella.core.re.project_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (48.63kB) [INFO] Fetching org.polarsys.capella.core.re.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.87kB) [INFO] Fetching org.polarsys.capella.core.re.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (22.72kB) [INFO] Fetching org.polarsys.capella.core.re.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (74.75kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (37.11kB) [INFO] Fetching org.polarsys.capella.core.re.project.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (25.06kB) [INFO] Fetching org.polarsys.capella.core.re.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.25kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (30.13kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (264.31kB) [INFO] Fetching org.polarsys.capella.core.re.validation_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (43.36kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (77.44kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.91kB) [INFO] Fetching org.polarsys.capella.core.tiger.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (50.03kB) [INFO] Fetching org.polarsys.capella.core.projection.common.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (62.28kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (51.59kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (36.67kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (117.24kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (44.88kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.25kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (31.76kB) [INFO] Fetching org.polarsys.capella.core.transition.system.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (179.66kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (15.76kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.21kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (24.58kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.85kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (175.76kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (34.96kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (13.37kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.25kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (72.17kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (81.05kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (29.37kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (29.96kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (56.79kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (21.25kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (20.33kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (74.64kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (14.8kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (34.72kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (11.85kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (189.3kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (56.82kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (568.19kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (127.82kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (21.36kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (12.75kB) [INFO] Fetching org.polarsys.capella.core.services.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (12.8kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (159.36kB) [INFO] Fetching org.polarsys.capella.core.ui.metric.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (44.5kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (22.37kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (16.8kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (18.34kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (40.03kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (80.96kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (17.56kB) [INFO] Fetching org.polarsys.capella.core.ui.intro.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (17.27kB) [INFO] Fetching org.polarsys.capella.core.ui.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.43kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.94kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (32.55kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (32.82kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (84.74kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (40.58kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.ui.quickfix.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (12.43kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.quickfix.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (13.71kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (27.52kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.ui.quickfix.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (12.16kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (40.17kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (15.87kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (16.07kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (12.2kB) [INFO] Fetching org.polarsys.capella.core.ui.search_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (131.16kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.84kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (48.8kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (26.1kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (12.23kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.83kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (14.02kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (11.06kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.22kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.9kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (40.34kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (30.19kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (41.47kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (37.61kB) [INFO] Fetching org.polarsys.capella.core.ui.search.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (72.77kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.25kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (21.07kB) [INFO] Fetching org.polarsys.capella.core.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (33.64kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (88.12kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (33.34kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (14.85kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (107.98kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (105.68kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (64.23kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (26.28kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (17.63kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (31.79kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (76.16kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (33.74kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (17.98kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (53.28kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (14.4kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (12.04kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (27.17kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (38.23kB) [INFO] Fetching org.polarsys.capella.core.re.validation.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (28.18kB) [INFO] Fetching org.polarsys.capella.core.validation.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (12.31kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (59.27kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (22.05kB) [INFO] Fetching org.polarsys.capella.detachment.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (20.77kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (30.27kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (13.89kB) [INFO] Fetching org.polarsys.capella.detachment.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.17kB) [INFO] Fetching org.polarsys.capella.developer.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (375.77kB) [INFO] Fetching org.polarsys.capella.diagrams.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (3.21MB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (19.46kB) [INFO] Fetching org.polarsys.capella.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (591.45kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (53.69kB) [INFO] Fetching org.polarsys.capella.preferences.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (991.05kB) [INFO] Fetching org.polarsys.capella.properties.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (89.54kB) [INFO] Fetching org.polarsys.capella.re.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (2.58MB) [INFO] Fetching org.polarsys.capella.transitions.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (1.73MB) [INFO] Fetching org.polarsys.capella.ui.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (16.2MB) [INFO] Fetching org.polarsys.capella.glossary.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (425.17kB) [INFO] Fetching org.polarsys.capella.validation.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (92.99kB) [INFO] Fetching org.polarsys.capella.th.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (11.56MB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (9.24MB) [INFO] Fetching org.polarsys.capella.git.doc_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (3.03MB) [INFO] Fetching org.polarsys.capella.doc.feature_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (21.08kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (8.33kB) [INFO] Fetching org.polarsys.capella.commandline.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (10.06kB) [INFO] Fetching org.polarsys.capella.diffmerge.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (10.05kB) [INFO] Fetching org.polarsys.capella.preferences.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (10.06kB) [INFO] Fetching org.polarsys.capella.properties.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (10.05kB) [INFO] Fetching org.polarsys.capella.re.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (9.99kB) [INFO] Fetching org.polarsys.capella.transitions.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (10.06kB) [INFO] Fetching org.polarsys.capella.ui.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (9.99kB) [INFO] Fetching org.polarsys.capella.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (9.83kB) [INFO] Fetching org.polarsys.capella.diagrams.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (10.03kB) [INFO] Fetching org.polarsys.capella.glossary.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (10.03kB) [INFO] Fetching org.polarsys.capella.validation.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.developer.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (10.04kB) [INFO] Fetching org.polarsys.capella.th.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (9.79kB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (10.08kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (8.54kB) [INFO] Fetching org.polarsys.capella.git.doc.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (9.84kB) [INFO] Fetching org.polarsys.capella.doc.feature.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (12.29kB) [INFO] Fetching org.polarsys.capella.docgen_7.0.0.202307181536.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (550kB) [INFO] Fetching org.polarsys.capella.docgen.preference_7.0.0.202307181536.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (22.21kB) [INFO] Fetching org.polarsys.capella.docgen.commandline_7.0.0.202307181536.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (24.91kB) [INFO] Fetching org.polarsys.capella.docgen.configuration_7.0.0.202307181536.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.202307181536.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (27.92kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.ui_7.0.0.202307181536.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (95.12kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.edit_7.0.0.202307181536.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.202307181536.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (82.38kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.feature_7.0.0.202307181536.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.202307181536.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (216.2kB) [INFO] Fetching org.polarsys.capella.docgen.ui_7.0.0.202307181536.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/plugins/ (43.99kB) [INFO] Fetching org.polarsys.capella.docgen.feature_7.0.0.202307181536.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/nightly/master/features/ (20.98kB) [INFO] Fetching org.polarsys.capella.rcp_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (21.44kB) [INFO] Fetching org.polarsys.capella.rcp.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/plugins/ (8.5kB) [INFO] Fetching org.polarsys.capella.rcp.source_7.0.0.202307170821.jar from https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20230717/org.polarsys.capella.rcp.site/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (45.8kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.55kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (40.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (25.47kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (58.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (53.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.wizards.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (21.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.desc.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (36.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.preference.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.55kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.action.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.dsl.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (49.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (85.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (50.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (33.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (46.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (21.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (15.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (22.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (29.6kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (22.72kB) [INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.emf.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (29.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (25.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (124.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (45.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.fc.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (49.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (30.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (33.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (127.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (72.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (30.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.validation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (46.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (46.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (26.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.validation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (15.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (47.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.validation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (24.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (58.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (43.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (41.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (26.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.fc.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.helper.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (192.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (110kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.validation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (36.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.helper.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.1kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (9.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (59.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (37.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.validatation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (25.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (15.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (118.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (57.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (72.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (54.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.helpers.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (67.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (68.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (70.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (73.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (268.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (288.27kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (73.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (61.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (85.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (133.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (119.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (69.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (81.41kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (58.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.generators.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (40.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (67.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (79.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.integration.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.common.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (25.72kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (32.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.desc.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (104.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (19.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.extension.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (29.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.helper.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (37.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (19.97kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.provider.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (29.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.rule.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (65.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (39.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (19.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.diagram.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (224.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.doc.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (32.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (30.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.explorer.contextual.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (57.92kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.activityexplorer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (52.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.project.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (35.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.reverse.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (36.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.action.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (79.1kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.preferences.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.preference.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.24kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.09kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.basic.ecore.workflow.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.72kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (22.07kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (38.83kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.common.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.59kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.24kB) [INFO] Fetching org.polarsys.kitalpha.common.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.83kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.37kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.68kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.76kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.65kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (27.4kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.binding.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.89kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.generator.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (19.13kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.94kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.manyfile.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.23kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.onefile.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.52kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.36kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (21.97kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.07kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (27.31kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.binding.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.89kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.generator.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.88kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.refinery.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.85kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.39kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.compound.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.13kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.consonant.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.84kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.vowel.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.37kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (19.58kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.85kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (26.98kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.binding.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.93kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.generator.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (25.56kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.38kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.68kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (22.02kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.24kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (27.44kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.binding.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.9kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.composergen.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.93kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.generator.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.35kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.refinery.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.83kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.strategy.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.14kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.44kB) [INFO] Fetching org.polarsys.kitalpha.composer.core.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (84.69kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.6kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.55kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.85kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (73.19kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.help.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.21kB) [INFO] Fetching org.polarsys.kitalpha.composer.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (160.69kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.93kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (29.26kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.doc.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.52kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (81.3kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (30.77kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.81kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.41kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (43.95kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (29.58kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (24.45kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (30.18kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (22.88kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (22.69kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.65kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (145.78kB) [INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.1kB) [INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.98kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.17kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (469kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (21.17kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.71kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (109.18kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (468.23kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.5kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (52.28kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (17.38kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.25kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.62kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (15.38kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.66kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.46kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (21.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (25.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.18kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (34.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.24kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (15.83kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (10.29kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.26kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.42kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (14.4kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.91kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.77kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.27kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (31.99kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (15.34kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.29kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.76kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (24.66kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.19kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.25kB) [INFO] Fetching org.polarsys.kitalpha.report.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (15.09kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.33kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.5kB) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (34.18kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.ecore.diagram.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (40.52kB) [INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (25.61kB) [INFO] Fetching org.polarsys.kitalpha.representation.egf.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.emde.diagram.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (30.66kB) [INFO] Fetching org.polarsys.kitalpha.representation.emde.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.representation.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.15kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (21.95kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.92kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.3kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.31kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (19.81kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.2kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (33.47kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.18kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (25.85kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.19kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (24.5kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.21kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (34.18kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (22.54kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (21.61kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (31.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.strategies_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (15.26kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.feature_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.strategies.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (13.52kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.runtime.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.13kB) [INFO] Fetching org.polarsys.kitalpha.sdk.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.15kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.22kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (12.2kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.extended.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (15.63kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.23kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (48.65kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (20.2kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (29.36kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.58kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (18.67kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (163.71kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (37.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (68.38kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.79kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (17.09kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (23.63kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (28.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (16.33kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (29.26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (29.34kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.26kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/plugins/ (11.7kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature.source_7.0.0.202306070902.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/7.0.0.20230607/features/ (11.21kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.99MB) [INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.200.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (11.23kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source_1.0.501.v20221105-0315.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (21.65kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win.source_5.1.3.v20221013-1742.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/plugins/ (29.16kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (270.24kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (16.59kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.900.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (24.9kB) [INFO] Fetching org.eclipse.core.net.win32.source_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (20.71kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.700.v20220812-1406.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (9.21kB) [INFO] Fetching org.eclipse.ui.win32.source_3.4.600.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (17.43kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.13.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (25.69kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.123.0.v20230220-1431.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/releases/2023-03/202303151000/binary/ (17.02kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (29.48kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.5.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (19.42kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.3.100.v20220927-0854.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (29.92kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.3.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.72kB) [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.polarsys.capella.studio.releng.product --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_masterx/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] 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_masterx/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.202308090651. Operation completed in 62304 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/win32/win32/x86_64 Installing org.polarsys.capella.studio.releng.product 7.0.0.202308090651. Operation completed in 56399 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/Eclipse.app Installing org.polarsys.capella.studio.releng.product 7.0.0.202308090651. Operation completed in 55148 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_masterx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/dropins/.empty [touch] Creating /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/dropins/.empty [touch] Creating /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/win32/win32/x86_64/dropins/.empty [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-director:2.7.5:archive-products (archive-products) @ org.polarsys.capella.studio.releng.product --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202308090651-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202308090651-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202308090651-macosx.cocoa.x86_64.zip [INFO] [INFO] -------< org.polarsys.capella:org.polarsys.capella.studio.test >-------- [INFO] Building org.polarsys.capella.studio.test 7.0.0-SNAPSHOT [32/36] [INFO] from tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.test --- [INFO] The project's OSGi version is 7.0.0.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.test --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.studio.test --- [INFO] Resolving class path of org.polarsys.capella.studio.test... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.test --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.studio.test --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.studio.test --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.polarsys.capella.studio.test --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.test --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.test --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.test:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.test: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.test --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.polarsys.capella.studio.test --- [INFO] No tests to run. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests >-- [INFO] Building org.polarsys.capella.ad.viewpoint.dsl.tests 7.0.0-SNAPSHOT [33/36] [INFO] from vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] The project's OSGi version is 7.0.0.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Resolving class path of org.polarsys.capella.ad.viewpoint.dsl.tests... [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/org.polarsys.capella.ad.viewpoint.dsl.tests-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/org.polarsys.capella.ad.viewpoint.dsl.tests-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/org.polarsys.capella.ad.viewpoint.dsl.tests-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/org.polarsys.capella.ad.viewpoint.dsl.tests-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Publishing 2 bundles to /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java, -jar, /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/2.7.5/eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -configuration, /tmp/tycho-p2-runtime14966825272228549489.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles/, -metadataRepository, file:/home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles/, -compress, -publishArtifacts, -source, /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/p2temp/additionalBundles, -timeout, 300000] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] Installing IUs [org.polarsys.capella.ad.viewpoint.dsl.tests, org.eclipse.tycho.surefire.osgibooter, org.eclipse.tycho.surefire.junit4, org.polarsys.capella.rcp] to /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64 Installing org.polarsys.capella.ad.viewpoint.dsl.tests 7.0.0.202308090651. Installing org.eclipse.tycho.surefire.osgibooter 2.7.5. Installing org.eclipse.tycho.surefire.junit4 2.7.5. Installing org.polarsys.capella.rcp 7.0.0.202307170821. Operation completed in 9452 ms. [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/work/data, -install, /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64, -configuration, /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/surefire.properties, -testApplication, org.polarsys.capella.studio.product.application, -product, org.polarsys.capella.studio.product.CapellaStudio] Launching application org.polarsys.capella.studio.product.application... Running org.polarsys.capella.ad.viewpoint.dsl.tests.suite.AllTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.polarsys.capella.ad.viewpoint.dsl.tests.suite.AllTests checkCapellaTAExistence(org.polarsys.capella.ad.viewpoint.dsl.tests.ta.CapellaTargetApplicationTests) Time elapsed: 0.019 s testGetGenerationExtensionHelpers(org.polarsys.capella.ad.viewpoint.dsl.tests.ta.CapellaTargetApplicationTests) Time elapsed: 0.005 s testGetBasicSemanticElement(org.polarsys.capella.ad.viewpoint.dsl.tests.ta.CapellaTargetApplicationTests) Time elapsed: 0 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 (Capella Studio Product:1685): Gdk-CRITICAL **: 07:08:35.845: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [INFO] All tests passed! [INFO] [INFO] ---< org.polarsys.capella:org.polarsys.capella.studio.test.feature >---- [INFO] Building org.polarsys.capella.studio.test.feature 7.0.0-SNAPSHOT [34/36] [INFO] from tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.test.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.test.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_masterx/tests/features/org.polarsys.capella.studio.test.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.test.feature --- [INFO] The project's OSGi version is 7.0.0.202308090651 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.polarsys.capella.studio.test.feature --- [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.11.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.polarsys.capella.studio.test.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_masterx/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.test.feature --- [WARNING] 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_masterx/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.test.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_masterx/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-7.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/Capella-studio_masterx/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-7.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.test.feature --- [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.test.feature:xml:p2metadata:7.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.polarsys.capella:org.polarsys.capella.studio.test.feature:xml:p2artifacts:7.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator.tests >-- [INFO] Building Capella Sudio tests Aggregator Module 7.0.0-SNAPSHOT [35/36] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.polarsys.capella.studio.releng.aggregator.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >-- [INFO] Building Capella Studio Root 7.0.0-SNAPSHOT [36/36] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-cli) @ org.polarsys.capella.studio.releng.root --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec,append=true [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] 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] Reactor Summary for Capella Studio Root 7.0.0-SNAPSHOT: [INFO] [INFO] Capella Studio ..................................... SUCCESS [ 5.788 s] [INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [ 13.215 s] [INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [ 13.181 s] [INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [ 3.516 s] [INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [ 3.081 s] [INFO] org.polarsys.capella.extension.tools ............... SUCCESS [ 7.303 s] [INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [ 5.955 s] [INFO] org.polarsys.capella.studio.product ................ SUCCESS [ 5.175 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SUCCESS [ 3.953 s] [INFO] org.polarsys.capella.ta ............................ SUCCESS [ 3.631 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [ 3.039 s] [INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [ 5.653 s] [INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [ 3.867 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [ 3.012 s] [INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [ 5.121 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [ 4.231 s] [INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [ 3.510 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [ 3.303 s] [INFO] org.polarsys.capella.studio.doc .................... SUCCESS [ 3.098 s] [INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [ 3.523 s] [INFO] org.polarsys.capella.studio.doc.feature ............ SUCCESS [ 2.112 s] [INFO] org.polarsys.capella.studio.product.feature ........ SUCCESS [ 2.336 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SUCCESS [ 2.329 s] [INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SUCCESS [ 4.558 s] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SUCCESS [ 2.545 s] [INFO] org.polarsys.capella.studio.releng.eclipse.feature . SUCCESS [ 3.125 s] [INFO] org.polarsys.capella.studio.releng.capella.feature . SUCCESS [ 4.388 s] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature SUCCESS [ 1.131 s] [INFO] org.polarsys.capella.studio.releng.updatesite ...... SUCCESS [ 23.443 s] [INFO] Capella Sudio Aggregator Module .................... SUCCESS [ 0.004 s] [INFO] Capella studio Product ............................. SUCCESS [11:34 min] [INFO] org.polarsys.capella.studio.test ................... SUCCESS [ 6.478 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests ........ SUCCESS [01:14 min] [INFO] org.polarsys.capella.studio.test.feature ........... SUCCESS [ 2.279 s] [INFO] Capella Sudio tests Aggregator Module .............. SUCCESS [ 0.003 s] [INFO] Capella Studio Root ................................ SUCCESS [ 0.003 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:06 min [INFO] Finished at: 2023-08-09T07:08:39Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 16 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1 [WARNING] * org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5 [WARNING] * org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.3.2 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:2.22.2 [WARNING] * org.apache.maven.plugins:maven-failsafe-plugin:2.22.2 [WARNING] * org.eclipse.tycho.extras:tycho-eclipserun-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-ds-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-source-plugin:2.7.5 [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.10 [WARNING] * org.eclipse.tycho:tycho-surefire-plugin:2.7.5 [WARNING] * org.eclipse.tycho.extras:tycho-source-feature-plugin:2.7.5 [WARNING] * org.apache.maven.plugins:maven-antrun-plugin:1.7 [WARNING] * org.eclipse.tycho:tycho-packaging-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-compiler-plugin:2.7.5 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:2.4.1 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } Terminating xvnc. [Pipeline] // xvnc [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive artifacts) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-Linrov3aSe73/agent.1895 SSH_AGENT_PID=1897 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Capella-studio_masterx@tmp/private_key_3738549973252108534.key (/home/jenkins/agent/workspace/Capella-studio_masterx@tmp/private_key_3738549973252108534.key) [ssh-agent] Started. [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + echo 'deploy update site' deploy update site [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/masterx [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/masterx [Pipeline] sh + scp -r releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/artifacts.jar releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/artifacts.xml.xz releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/content.jar releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/content.xml.xz releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/features releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/p2.index releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/studio/updates/nightly/masterx [Pipeline] sh + echo 'deploy product' deploy product [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/studio/products/nightly/masterx [Pipeline] sh + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/products/nightly/masterx [Pipeline] sh + scp -r releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202308090651-linux.gtk.x86_64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202308090651-macosx.cocoa.x86_64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-7.0.0.202308090651-win32.win32.x86_64.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/studio/products/nightly/masterx [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1897 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish tests results) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] sh + mvn -Djacoco.dataFile=/home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec org.jacoco:jacoco-maven-plugin:0.8.10:report -P full -P test -e -f pom.xml Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) 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: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.targets/../../../releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@2a9565d7... 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_masterx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [WARNING] The project org.polarsys.capella:org.polarsys.capella.studio:pom:7.0.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Studio [pom] [INFO] org.polarsys.capella.studio.releng.targets [eclipse-target-definition] [INFO] org.polarsys.capella.extension.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools.ui [eclipse-plugin] [INFO] org.polarsys.capella.studio.product [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui [eclipse-plugin] [INFO] org.polarsys.capella.ta [eclipse-plugin] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.definition [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.ext [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.portfolio [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.studio.doc [eclipse-plugin] [INFO] org.polarsys.capella.extension.sdk.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.doc.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.product.feature [eclipse-feature] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature [eclipse-feature] [INFO] org.polarsys.capella.cdo.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.eclipse.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.capella.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.updatesite [eclipse-repository] [INFO] Capella Sudio Aggregator Module [pom] [INFO] org.polarsys.capella.studio.test [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests [eclipse-test-plugin] [INFO] org.polarsys.capella.studio.test.feature [eclipse-feature] [INFO] Capella Sudio tests Aggregator Module [pom] [INFO] Capella Studio Root [pom] [INFO] [INFO] ----------< org.polarsys.capella:org.polarsys.capella.studio >---------- [INFO] Building Capella Studio 7.0.0-SNAPSHOT [1/35] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio --- [WARNING] The POM for org.hamcrest:hamcrest-core:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.targets >--- [INFO] Building org.polarsys.capella.studio.releng.targets 7.0.0-SNAPSHOT [2/35] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.targets/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.targets --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model >-- [INFO] Building org.polarsys.capella.extension.genchain.model 7.0.0-SNAPSHOT [3/35] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.genchain.model --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.extension.genchain.model' with 10 classes [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.genchain >---- [INFO] Building org.polarsys.capella.extension.genchain 7.0.0-SNAPSHOT [4/35] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.genchain --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.extension.genchain' with 6 classes [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit >-- [INFO] Building org.polarsys.capella.extension.genchain.model.edit 7.0.0-SNAPSHOT [5/35] [INFO] from extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.extension.genchain.model.edit' with 5 classes [INFO] [INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.tools >------ [INFO] Building org.polarsys.capella.extension.tools 7.0.0-SNAPSHOT [6/35] [INFO] from extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.tools --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.extension.tools' with 19 classes [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.tools.ui >---- [INFO] Building org.polarsys.capella.extension.tools.ui 7.0.0-SNAPSHOT [7/35] [INFO] from extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.tools.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.extension.tools.ui' with 15 classes [INFO] [INFO] ------< org.polarsys.capella:org.polarsys.capella.studio.product >------ [INFO] Building org.polarsys.capella.studio.product 7.0.0-SNAPSHOT [8/35] [INFO] from product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.product --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.studio.product' with 6 classes [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui >-- [INFO] Building org.polarsys.capella.ad.viewpoint.dsl.generation.ui 7.0.0-SNAPSHOT [9/35] [INFO] from vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.ad.viewpoint.dsl.generation.ui' with 41 classes [INFO] [INFO] ------------< org.polarsys.capella:org.polarsys.capella.ta >------------ [INFO] Building org.polarsys.capella.ta 7.0.0-SNAPSHOT [10/35] [INFO] from vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ta --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.ta' with 2 classes [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.extension 7.0.0-SNAPSHOT [11/35] [INFO] from vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.ta.viewpoint.dsl.extension' with 1 classes [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition >----- [INFO] Building org.polarsys.capella.cdo.ta.definition 7.0.0-SNAPSHOT [12/35] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdo.ta.definition --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdo.ta.definition' with 2 classes [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.cdo.ta.ext >-------- [INFO] Building org.polarsys.capella.cdo.ta.ext 7.0.0-SNAPSHOT [13/35] [INFO] from vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdo.ta.ext --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdo.ta.ext' with 2 classes [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model >-- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model 7.0.0-SNAPSHOT [14/35] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta.genchain.model' with 9 classes [INFO] [INFO] ---< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio >---- [INFO] Building org.polarsys.capella.cdoxml.ta.portfolio 7.0.0-SNAPSHOT [15/35] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.portfolio --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta.portfolio' with 5 classes [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain >---- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain 7.0.0-SNAPSHOT [16/35] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta.genchain' with 2 classes [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.cdoxml.ta >--------- [INFO] Building org.polarsys.capella.cdoxml.ta 7.0.0-SNAPSHOT [17/35] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta' with 3 classes [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit >-- [INFO] Building org.polarsys.capella.cdoxml.ta.genchain.model.edit 7.0.0-SNAPSHOT [18/35] [INFO] from vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.genchain.model.edit --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.cdoxml.ta.genchain.model.edit' with 6 classes [INFO] [INFO] --------< org.polarsys.capella:org.polarsys.capella.studio.doc >-------- [INFO] Building org.polarsys.capella.studio.doc 7.0.0-SNAPSHOT [19/35] [INFO] from doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.doc --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.sdk.feature >--- [INFO] Building org.polarsys.capella.extension.sdk.feature 7.0.0-SNAPSHOT [20/35] [INFO] from extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.studio.doc.feature >---- [INFO] Building org.polarsys.capella.studio.doc.feature 7.0.0-SNAPSHOT [21/35] [INFO] from doc/features/org.polarsys.capella.studio.doc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.doc.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.product.feature >-- [INFO] Building org.polarsys.capella.studio.product.feature 7.0.0-SNAPSHOT [22/35] [INFO] from product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.product.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.feature 7.0.0-SNAPSHOT [23/35] [INFO] from vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdo.ta.definition.feature 7.0.0-SNAPSHOT [24/35] [INFO] from vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdo.ta.definition.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature >-- [INFO] Building org.polarsys.capella.cdoxml.ta.definition.feature 7.0.0-SNAPSHOT [25/35] [INFO] from vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.cdoxml.ta.definition.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature >-- [INFO] Building org.polarsys.capella.studio.releng.eclipse.feature 7.0.0-SNAPSHOT [26/35] [INFO] from releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature >-- [INFO] Building org.polarsys.capella.studio.releng.capella.feature 7.0.0-SNAPSHOT [27/35] [INFO] from releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature >-- [INFO] Building org.polarsys.capella.studio.releng.kitalpha.feature 7.0.0-SNAPSHOT [28/35] [INFO] from releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite >-- [INFO] Building org.polarsys.capella.studio.releng.updatesite 7.0.0-SNAPSHOT [29/35] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator >-- [INFO] Building Capella Sudio Aggregator Module 7.0.0-SNAPSHOT [30/35] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] -------< org.polarsys.capella:org.polarsys.capella.studio.test >-------- [INFO] Building org.polarsys.capella.studio.test 7.0.0-SNAPSHOT [31/35] [INFO] from tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.studio.test' with 7 classes [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests >-- [INFO] Building org.polarsys.capella.ad.viewpoint.dsl.tests 7.0.0-SNAPSHOT [32/35] [INFO] from vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.ad.viewpoint.dsl.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Capella-studio_masterx/jacoco.exec [INFO] Analyzed bundle 'org.polarsys.capella.ad.viewpoint.dsl.tests' with 3 classes [INFO] [INFO] ---< org.polarsys.capella:org.polarsys.capella.studio.test.feature >---- [INFO] Building org.polarsys.capella.studio.test.feature 7.0.0-SNAPSHOT [33/35] [INFO] from tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.test.feature --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator.tests >-- [INFO] Building Capella Sudio tests Aggregator Module 7.0.0-SNAPSHOT [34/35] [INFO] from releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] [INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >-- [INFO] Building Capella Studio Root 7.0.0-SNAPSHOT [35/35] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.10:report (default-cli) @ org.polarsys.capella.studio.releng.root --- [INFO] Skipping JaCoCo execution due to missing classes directory. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Studio Root 7.0.0-SNAPSHOT: [INFO] [INFO] Capella Studio ..................................... SUCCESS [ 0.146 s] [INFO] org.polarsys.capella.studio.releng.targets ......... SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [ 0.272 s] [INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [ 0.164 s] [INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [ 0.118 s] [INFO] org.polarsys.capella.extension.tools ............... SUCCESS [ 0.178 s] [INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [ 0.120 s] [INFO] org.polarsys.capella.studio.product ................ SUCCESS [ 0.110 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SUCCESS [ 0.198 s] [INFO] org.polarsys.capella.ta ............................ SUCCESS [ 0.094 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [ 0.090 s] [INFO] org.polarsys.capella.cdo.ta.definition ............. SUCCESS [ 0.092 s] [INFO] org.polarsys.capella.cdo.ta.ext .................... SUCCESS [ 0.091 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SUCCESS [ 0.111 s] [INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SUCCESS [ 0.097 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SUCCESS [ 0.101 s] [INFO] org.polarsys.capella.cdoxml.ta ..................... SUCCESS [ 0.088 s] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SUCCESS [ 0.102 s] [INFO] org.polarsys.capella.studio.doc .................... SUCCESS [ 0.003 s] [INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.doc.feature ............ SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.product.feature ........ SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.releng.eclipse.feature . SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.releng.capella.feature . SUCCESS [ 0.002 s] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.releng.updatesite ...... SUCCESS [ 0.001 s] [INFO] Capella Sudio Aggregator Module .................... SUCCESS [ 0.001 s] [INFO] org.polarsys.capella.studio.test ................... SUCCESS [ 0.110 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests ........ SUCCESS [ 0.091 s] [INFO] org.polarsys.capella.studio.test.feature ........... SUCCESS [ 0.002 s] [INFO] Capella Sudio tests Aggregator Module .............. SUCCESS [ 0.001 s] [INFO] Capella Studio Root ................................ SUCCESS [ 0.001 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:02 min [INFO] Finished at: 2023-08-09T07:12:26Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 7 plugin(s) [WARNING] [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.10 [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1 [WARNING] * org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-packaging-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-source-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-compiler-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-ds-plugin:2.7.5 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Perform Sonar analysis) [Pipeline] withCredentials Masking supported pattern matches of $SONARCLOUD_TOKEN [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [SONARCLOUD_TOKEN] See https://jenkins.io/redirect/groovy-string-interpolation for details. + mvn sonar:sonar -Dsonar.projectKey=eclipse_capella-studio -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -Dsonar.skipDesign=true -Dsonar.dynamic=reuseReports -Dsonar.java.source=8 -Dsonar.scanner.force-deprecated-java-version=true '-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml' -Dsonar.java.coveragePlugin=jacoco -Dsonar.core.codeCoveragePlugin=jacoco '-Dsonar.exclusions=**/generated/**/*.java,**/src-gen/**/*.java' -Dsonar.branch.name=masterx -P full -P test -e -f pom.xml Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) 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: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/doc/plugins/org.polarsys.capella.studio.doc/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_masterx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.targets/../../../releng/plugins/org.polarsys.capella.studio.releng.targets/capellastudio.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@5daa621b... 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_masterx/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/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_masterx/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.tests:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_masterx/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [WARNING] The project org.polarsys.capella:org.polarsys.capella.studio:pom:7.0.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Studio [pom] [INFO] org.polarsys.capella.studio.releng.targets [eclipse-target-definition] [INFO] org.polarsys.capella.extension.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools.ui [eclipse-plugin] [INFO] org.polarsys.capella.studio.product [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui [eclipse-plugin] [INFO] org.polarsys.capella.ta [eclipse-plugin] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.definition [eclipse-plugin] [INFO] org.polarsys.capella.cdo.ta.ext [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.portfolio [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta [eclipse-plugin] [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.studio.doc [eclipse-plugin] [INFO] org.polarsys.capella.extension.sdk.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.doc.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.product.feature [eclipse-feature] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature [eclipse-feature] [INFO] org.polarsys.capella.cdo.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.cdoxml.ta.definition.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.eclipse.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.capella.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.updatesite [eclipse-repository] [INFO] Capella Sudio Aggregator Module [pom] [INFO] org.polarsys.capella.studio.test [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests [eclipse-test-plugin] [INFO] org.polarsys.capella.studio.test.feature [eclipse-feature] [INFO] Capella Sudio tests Aggregator Module [pom] [INFO] Capella Studio Root [pom] [WARNING] The POM for org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.eclipse.acceleo:org.eclipse.acceleo.maven:3.5.2: Plugin org.eclipse.acceleo:org.eclipse.acceleo.maven:3.5.2 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 (absent): Could not find artifact org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 in rcptt-releases (https://repo.eclipse.org/content/repositories/rcptt-releases/) [WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:3.9.1.2184 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:3.9.1.2184: SonarQube plugin was moved to SonarSource organisation [INFO] [INFO] --< org.polarsys.capella.root:org.polarsys.capella.studio.releng.root >-- [INFO] Building Capella Studio Root 7.0.0-SNAPSHOT [1/35] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] The POM for org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.eclipse.acceleo:org.eclipse.acceleo.maven:3.5.2: Plugin org.eclipse.acceleo:org.eclipse.acceleo.maven:3.5.2 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 (absent): org.eclipse.acceleo:org.eclipse.acceleo.maven:jar:3.5.2 was not found in https://repo.eclipse.org/content/repositories/rcptt-releases/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of rcptt-releases has elapsed or updates are forced [WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools.ui:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc.feature:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.product:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools.ui:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc.feature:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.product:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.product.feature:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.definition.feature:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdo.ta.ext:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.definition.feature:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.genchain.model.edit:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.cdoxml.ta.portfolio:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.tools.ui:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc.feature:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.doc:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.product:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.product.feature:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.ta:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain:jar:7.0.0-SNAPSHOT (compile) [WARNING] o org.polarsys.capella:org.polarsys.capella.extension.genchain.model:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.capella:org.polarsys.capella.studio.test:jar:7.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- sonar:3.9.1.2184:sonar (default-cli) @ org.polarsys.capella.studio.releng.root --- [WARNING] The POM for commons-lang:commons-lang:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 8.0.0.44853 [INFO] Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent) [INFO] Load global settings [INFO] Load global settings (done) | time=262ms [INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] User cache: /home/jenkins/.sonar/cache [INFO] Load/download plugins [INFO] Load plugins index [INFO] Load plugins index (done) | time=300ms [INFO] Load/download plugins (done) | time=3009ms [INFO] Loaded core extensions: developer-scanner [INFO] Found an active CI vendor: 'Jenkins' [INFO] Load project settings for component key: 'eclipse_capella-studio' [INFO] Load project settings for component key: 'eclipse_capella-studio' (done) | time=217ms [INFO] Process project properties [INFO] Execute project builders [INFO] Execute project builders (done) | time=2ms [INFO] Project key: eclipse_capella-studio [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx [INFO] Working dir: /home/jenkins/agent/workspace/Capella-studio_masterx/target/sonar [INFO] Load project branches [INFO] Load project branches (done) | time=200ms [INFO] Check ALM binding of project 'eclipse_capella-studio' [INFO] Detected project binding: BOUND [INFO] Check ALM binding of project 'eclipse_capella-studio' (done) | time=158ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=178ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=1ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=312ms [INFO] Load active rules [INFO] Load active rules (done) | time=8128ms [INFO] Organization key: eclipse [INFO] Branch name: masterx, type: short-lived [WARNING] The property 'sonar.login' is deprecated and will be removed in the future. Please use the 'sonar.token' property instead when passing a token. [INFO] Load project repositories [INFO] Load project repositories (done) | time=197ms [INFO] SCM collecting changed files in the branch [WARNING] Could not find ref: master in refs/heads, refs/remotes/upstream or refs/remotes/origin [INFO] SCM collecting changed files in the branch (done) | time=79ms [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.ad.viewpoint.dsl.generation.ui' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdo.ta.definition' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdo.ta.definition.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/features/org.polarsys.capella.cdo.ta.definition.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdo.ta.ext' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdoxml.ta' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdoxml.ta.definition.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/features/org.polarsys.capella.cdoxml.ta.definition.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain.model' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdoxml.ta.genchain.model.edit' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.cdoxml.ta.portfolio' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.extension.genchain' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.genchain [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.extension.genchain.model' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.genchain.model [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.extension.genchain.model.edit' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.genchain.model.edit [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.extension.sdk.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/extension/features/org.polarsys.capella.extension.sdk.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.extension.tools' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.extension.tools.ui' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools.ui [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.doc' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/doc/plugins/org.polarsys.capella.studio.doc [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.doc.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/doc/features/org.polarsys.capella.studio.doc.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.product' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/product/plugins/org.polarsys.capella.studio.product [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.product.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/product/features/org.polarsys.capella.studio.product.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.releng.capella.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/releng/features/org.polarsys.capella.studio.releng.capella.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.releng.eclipse.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/releng/features/org.polarsys.capella.studio.releng.eclipse.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.releng.kitalpha.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.releng.updatesite' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.updatesite [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.ta' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ta [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.ta.viewpoint.dsl.extension' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.ta.viewpoint.dsl.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'Capella Sudio Aggregator Module' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.aggregator [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.ad.viewpoint.dsl.tests' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.test' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test [INFO] Source paths: .polyglot.build.properties, src [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.test.feature' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/tests/features/org.polarsys.capella.studio.test.feature [INFO] Source paths: .polyglot.build.properties [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'Capella Sudio tests Aggregator Module' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'org.polarsys.capella.studio.releng.targets' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.targets [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'Capella Studio' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx/releng/plugins/org.polarsys.capella.studio.releng.parent [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] Indexing files of module 'Capella Studio Root' [INFO] Base dir: /home/jenkins/agent/workspace/Capella-studio_masterx [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json, **/generated/**/*.java, **/src-gen/**/*.java [INFO] 80 files indexed [INFO] 0 files ignored because of inclusion/exclusion patterns [INFO] 25 files ignored because of scm ignore settings [INFO] Quality profile for java: Capella-java-quality-profile [INFO] Quality profile for xml: Sonar way [INFO] ------------- Run sensors on module org.polarsys.capella.studio.test.feature [INFO] Load metrics repository [INFO] Load metrics repository (done) | time=166ms [INFO] Sensor cache enabled [INFO] Load sensor cache [INFO] Load sensor cache (404) | time=615ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=12ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=375ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=12ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=94ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=3ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.ad.viewpoint.dsl.tests [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1284ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/tests/org.polarsys.capella.ad.viewpoint.dsl.tests/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=63ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=12ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=53ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Importing 2 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=19ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=33ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.test [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 4 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=2570ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/tests/plugins/org.polarsys.capella.studio.test/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=96ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=7ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Capella Sudio tests Aggregator Module [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=200ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=35ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.ta.viewpoint.dsl.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=36ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.ad.viewpoint.dsl.generation.ui [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 21 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 21 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1649ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=1ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 21 source files to be analyzed [INFO] 21/21 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=132ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=21ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.ta.viewpoint.dsl.extension [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=72ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=23ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain.model.edit [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=243ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model.edit/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=47ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdoxml.ta [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=137ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=42ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=76ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=23ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.genchain.model [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 8 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=265ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.genchain.model/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 8 source files to be analyzed [INFO] 8/8 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=53ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.extension.genchain.model [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=20ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.product [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 4 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=551ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/product/plugins/org.polarsys.capella.studio.product/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=45ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.doc [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=31ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdo.ta.definition.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=25ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=11ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdo.ta.definition [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 2 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=116ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdo.ta.definition/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=28ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=14ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.releng.capella.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=15ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=48ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.releng.kitalpha.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=13ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=24ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdo.ta.ext [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 2 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=117ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdo.ta.ext/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=27ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.extension.tools.ui [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 6 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 6 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=630ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools.ui/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=58ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=5ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.ta [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 2 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=178ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.ta/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=27ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.doc.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=8ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=16ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module org.polarsys.capella.extension.genchain [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=108ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.genchain/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=28ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.extension.tools [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=577ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/extension/plugins/org.polarsys.capella.extension.tools/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 5 source files to be analyzed [INFO] 5/5 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=35ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=7ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.definition.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=13ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=1ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.releng.updatesite [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=23ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.extension.sdk.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=13ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.product.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=12ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.releng.eclipse.feature [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=15ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.cdoxml.ta.portfolio [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 214 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=80ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Capella-studio_masterx/vpdsl/plugins/org.polarsys.capella.cdoxml.ta.portfolio/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=15ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.extension.genchain.model.edit [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] Sensor TextAndSecretsSensor [text] (done) | time=13ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Capella Sudio Aggregator Module [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=12ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module org.polarsys.capella.studio.releng.targets [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=11ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=23ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Capella Studio [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=27ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=25ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Capella Studio Root [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=9ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=20ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] Coverage report doesn't exist for pattern: 'target/site/jacoco/jacoco.xml' [INFO] Coverage report doesn't exist for pattern: 'target/surefire-reports/TEST*.xml' [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml,target/surefire-reports/TEST*.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] javasecurity:S5131 is not activated in quality profile: skipping execution of thymeleaf sensor. [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] Sensor javabugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/Capella-studio_masterx/target/sonar/ir/java [INFO] No IR files have been included for analysis. [INFO] Sensor javabugs [dbd] (done) | time=3ms [INFO] Sensor pythonbugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/Capella-studio_masterx/target/sonar/ir/python [INFO] No IR files have been included for analysis. [INFO] Sensor pythonbugs [dbd] (done) | time=0ms [INFO] Sensor JavaSecuritySensor [security] [INFO] No taint analysis rules have been enabled, will not execute taint analysis. [INFO] java security sensor: Time spent was 00:00:00.001 [INFO] java security sensor: Begin: 2023-08-09T07:14:12.776679898Z, End: 2023-08-09T07:14:12.777764320Z, Duration: 00:00:00.001 [INFO] java security sensor peak memory: 1337 MB [INFO] Sensor JavaSecuritySensor [security] (done) | time=14ms [INFO] Sensor CSharpSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6287, S6350, S6639, S6641 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_masterx/target/ucfg_cs2 [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.001 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.001 [INFO] No UCFGs have been included for analysis. [INFO] csharp security sensor: Time spent was 00:00:00.003 [INFO] csharp security sensor: Begin: 2023-08-09T07:14:12.788816422Z, End: 2023-08-09T07:14:12.791875675Z, Duration: 00:00:00.003 Load type hierarchy and UCFGs: Begin: 2023-08-09T07:14:12.789956817Z, End: 2023-08-09T07:14:12.791843163Z, Duration: 00:00:00.001 Load type hierarchy: Begin: 2023-08-09T07:14:12.790019138Z, End: 2023-08-09T07:14:12.791662402Z, Duration: 00:00:00.001 Load UCFGs: Begin: 2023-08-09T07:14:12.791768891Z, End: 2023-08-09T07:14:12.791805962Z, Duration: 00:00:00.000 [INFO] csharp security sensor peak memory: 1337 MB [INFO] Sensor CSharpSecuritySensor [security] (done) | time=4ms [INFO] Sensor PhpSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_masterx/target/sonar/ucfg2/php [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] php security sensor: Time spent was 00:00:00.000 [INFO] php security sensor: Begin: 2023-08-09T07:14:12.792490687Z, End: 2023-08-09T07:14:12.792825786Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2023-08-09T07:14:12.792592834Z, End: 2023-08-09T07:14:12.792783929Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2023-08-09T07:14:12.792599932Z, End: 2023-08-09T07:14:12.792702941Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2023-08-09T07:14:12.792755601Z, End: 2023-08-09T07:14:12.792767296Z, Duration: 00:00:00.000 [INFO] php security sensor peak memory: 1337 MB [INFO] Sensor PhpSecuritySensor [security] (done) | time=1ms [INFO] Sensor PythonSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_masterx/target/sonar/ucfg2/python [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] python security sensor: Time spent was 00:00:00.000 [INFO] python security sensor: Begin: 2023-08-09T07:14:12.793243152Z, End: 2023-08-09T07:14:12.793513896Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2023-08-09T07:14:12.793357782Z, End: 2023-08-09T07:14:12.793494312Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2023-08-09T07:14:12.793364160Z, End: 2023-08-09T07:14:12.793424350Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2023-08-09T07:14:12.793468016Z, End: 2023-08-09T07:14:12.793478192Z, Duration: 00:00:00.000 [INFO] python security sensor peak memory: 1337 MB [INFO] Sensor PythonSecuritySensor [security] (done) | time=0ms [INFO] Sensor JsSecuritySensor [security] [INFO] Enabled taint analysis rules: S5147, S5146, S5696, S6096, S5144, S5883, S6105, S6287, S2076, S6350, S2083, S5334, S3649, S5131, S2631 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/Capella-studio_masterx/target/sonar/ucfg2/js [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] js security sensor: Time spent was 00:00:00.000 [INFO] js security sensor: Begin: 2023-08-09T07:14:12.793853173Z, End: 2023-08-09T07:14:12.794119468Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2023-08-09T07:14:12.793991380Z, End: 2023-08-09T07:14:12.794100818Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2023-08-09T07:14:12.793998351Z, End: 2023-08-09T07:14:12.794047103Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2023-08-09T07:14:12.794076012Z, End: 2023-08-09T07:14:12.794085747Z, Duration: 00:00:00.000 [INFO] js security sensor peak memory: 1337 MB [INFO] Sensor JsSecuritySensor [security] (done) | time=1ms [INFO] ------------- Run sensors on project [INFO] Sensor Analysis Warnings import [csharp] [INFO] Sensor Analysis Warnings import [csharp] (done) | time=0ms [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=1ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=110ms [INFO] SCM Publisher SCM provider for this project is: git [INFO] SCM Publisher 12 source files to be analyzed [INFO] SCM Publisher 12/12 source files have been analyzed (done) | time=274ms [INFO] CPD Executor 16 files had no CPD blocks [INFO] CPD Executor Calculating CPD for 53 files [INFO] CPD Executor CPD calculation finished (done) | time=18ms [INFO] SCM writing changed lines [WARNING] Could not find ref: master in refs/heads, refs/remotes/upstream or refs/remotes/origin [INFO] SCM writing changed lines (done) | time=3ms [INFO] Analysis report generated in 201ms, dir size=597 KB [INFO] Analysis report compressed in 106ms, zip size=158 KB [INFO] Analysis report uploaded in 579ms [INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=eclipse_capella-studio&branch=masterx&resolved=false [INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AYnZJWVLJVa8cpW5-bP_ [INFO] Sensor cache published successfully [INFO] Analysis total time: 32.553 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Studio Root 7.0.0-SNAPSHOT: [INFO] [INFO] Capella Studio ..................................... SKIPPED [INFO] org.polarsys.capella.studio.releng.targets ......... SKIPPED [INFO] org.polarsys.capella.extension.genchain.model ...... SKIPPED [INFO] org.polarsys.capella.extension.genchain ............ SKIPPED [INFO] org.polarsys.capella.extension.genchain.model.edit . SKIPPED [INFO] org.polarsys.capella.extension.tools ............... SKIPPED [INFO] org.polarsys.capella.extension.tools.ui ............ SKIPPED [INFO] org.polarsys.capella.studio.product ................ SKIPPED [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SKIPPED [INFO] org.polarsys.capella.ta ............................ SKIPPED [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SKIPPED [INFO] org.polarsys.capella.cdo.ta.definition ............. SKIPPED [INFO] org.polarsys.capella.cdo.ta.ext .................... SKIPPED [INFO] org.polarsys.capella.cdoxml.ta.genchain.model ...... SKIPPED [INFO] org.polarsys.capella.cdoxml.ta.portfolio ........... SKIPPED [INFO] org.polarsys.capella.cdoxml.ta.genchain ............ SKIPPED [INFO] org.polarsys.capella.cdoxml.ta ..................... SKIPPED [INFO] org.polarsys.capella.cdoxml.ta.genchain.model.edit . SKIPPED [INFO] org.polarsys.capella.studio.doc .................... SKIPPED [INFO] org.polarsys.capella.extension.sdk.feature ......... SKIPPED [INFO] org.polarsys.capella.studio.doc.feature ............ SKIPPED [INFO] org.polarsys.capella.studio.product.feature ........ SKIPPED [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SKIPPED [INFO] org.polarsys.capella.cdo.ta.definition.feature ..... SKIPPED [INFO] org.polarsys.capella.cdoxml.ta.definition.feature .. SKIPPED [INFO] org.polarsys.capella.studio.releng.eclipse.feature . SKIPPED [INFO] org.polarsys.capella.studio.releng.capella.feature . SKIPPED [INFO] org.polarsys.capella.studio.releng.kitalpha.feature SKIPPED [INFO] org.polarsys.capella.studio.releng.updatesite ...... SKIPPED [INFO] Capella Sudio Aggregator Module .................... SKIPPED [INFO] org.polarsys.capella.studio.test ................... SKIPPED [INFO] org.polarsys.capella.ad.viewpoint.dsl.tests ........ SKIPPED [INFO] org.polarsys.capella.studio.test.feature ........... SKIPPED [INFO] Capella Sudio tests Aggregator Module .............. SKIPPED [INFO] Capella Studio Root ................................ SUCCESS [ 41.453 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:44 min [INFO] Finished at: 2023-08-09T07:14:15Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 8 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1 [WARNING] * org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5 [WARNING] * org.eclipse.tycho.extras:tycho-eclipserun-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-packaging-plugin:2.7.5 [WARNING] * org.codehaus.mojo:sonar-maven-plugin:3.9.1.2184 [WARNING] * org.eclipse.tycho:tycho-source-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-compiler-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-ds-plugin:2.7.5 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS